状态值变更

This commit is contained in:
kclf
2022-11-25 22:22:18 +08:00
parent bceaca6ca4
commit dd6e8f644d

View File

@@ -1967,7 +1967,7 @@
</template>
<template
v-if="
(String(record.applyStatus) === '2' ||
(String(record.applyStatus) === '-1' ||
record.status === '已拒绝') &&
column.key === 'overstatus'
"
@@ -2061,7 +2061,7 @@
</template>
<template
v-if="
(String(record.applyStatus) === '2' ||
(String(record.applyStatus) === '-1' ||
record.status === '已拒绝') &&
column.key === 'operation'
"