mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-18 23:36:46 +08:00
状态值变更
This commit is contained in:
@@ -1967,7 +1967,7 @@
|
|||||||
</template>
|
</template>
|
||||||
<template
|
<template
|
||||||
v-if="
|
v-if="
|
||||||
(String(record.applyStatus) === '2' ||
|
(String(record.applyStatus) === '-1' ||
|
||||||
record.status === '已拒绝') &&
|
record.status === '已拒绝') &&
|
||||||
column.key === 'overstatus'
|
column.key === 'overstatus'
|
||||||
"
|
"
|
||||||
@@ -2061,7 +2061,7 @@
|
|||||||
</template>
|
</template>
|
||||||
<template
|
<template
|
||||||
v-if="
|
v-if="
|
||||||
(String(record.applyStatus) === '2' ||
|
(String(record.applyStatus) === '-1' ||
|
||||||
record.status === '已拒绝') &&
|
record.status === '已拒绝') &&
|
||||||
column.key === 'operation'
|
column.key === 'operation'
|
||||||
"
|
"
|
||||||
|
|||||||
Reference in New Issue
Block a user