mirror of
https://github.com/jumpserver/lina.git
synced 2025-08-16 22:07:21 +00:00
update
This commit is contained in:
parent
58313f5fe0
commit
96c9f229e2
@ -33,7 +33,7 @@
|
|||||||
size="small"
|
size="small"
|
||||||
@click="handleApprove"
|
@click="handleApprove"
|
||||||
>
|
>
|
||||||
<i class="fa fa-check" />{{ $t('tickets.Accept') }}
|
<i class="fa fa-check" /> {{ $t('tickets.Accept') }}
|
||||||
</el-button>
|
</el-button>
|
||||||
<el-button
|
<el-button
|
||||||
:disabled="object.status === 'closed'"
|
:disabled="object.status === 'closed'"
|
||||||
@ -41,7 +41,7 @@
|
|||||||
size="small"
|
size="small"
|
||||||
@click="handleReject"
|
@click="handleReject"
|
||||||
>
|
>
|
||||||
<i class="fa fa-ban" />{{ $t('tickets.Reject') }}
|
<i class="fa fa-ban" /> {{ $t('tickets.Reject') }}
|
||||||
</el-button>
|
</el-button>
|
||||||
</template>
|
</template>
|
||||||
<el-button
|
<el-button
|
||||||
@ -50,7 +50,7 @@
|
|||||||
size="small"
|
size="small"
|
||||||
@click="handleClose"
|
@click="handleClose"
|
||||||
>
|
>
|
||||||
<i class="fa fa-times" />{{ $t('tickets.Close') }}
|
<i class="fa fa-times" /> {{ $t('tickets.Close') }}
|
||||||
</el-button>
|
</el-button>
|
||||||
<el-button
|
<el-button
|
||||||
:disabled="object.status === 'closed'"
|
:disabled="object.status === 'closed'"
|
||||||
@ -58,7 +58,7 @@
|
|||||||
size="small"
|
size="small"
|
||||||
@click="handleComment"
|
@click="handleComment"
|
||||||
>
|
>
|
||||||
<i class="fa fa-pencil" />{{ $t('tickets.reply') }}
|
<i class="fa fa-pencil" /> {{ $t('tickets.reply') }}
|
||||||
</el-button>
|
</el-button>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
</el-form>
|
</el-form>
|
||||||
|
Loading…
Reference in New Issue
Block a user