暂存审批

pull/1/head
Dragon 2 years ago
parent f9dd003074
commit e35f601f93

@ -453,12 +453,13 @@ function previewHandler(event: MouseEvent) {
</div>
<div class="check">
<n-checkbox
v-show="batch"
v-show="batch && taskDetailInfo?.userapprove?.statshis === 1"
v-model:checked="taskDetailInfo.checked"
@click.stop
@update:checked="onCheckChange($event, taskDetailInfo)"
/>
</div>
<div class="status">
<img v-show="taskDetailInfo?.userapprove?.statshis === 2" class="img-status" src="@/assets/images/task/pass.png" alt="">
<img v-show="taskDetailInfo?.userapprove?.statshis === 3" class="img-status" src="@/assets/images/task/not_pass.png" alt="">

Loading…
Cancel
Save