This commit is contained in:
parent
b545e45db2
commit
66b0e17cd9
|
@ -70,19 +70,9 @@
|
|||
</el-table-column> -->
|
||||
<el-table-column prop="examineState" label="审核状态">
|
||||
<template #default="scope">
|
||||
<span v-if="scope.row.examineState == '0'"
|
||||
>待审核</span
|
||||
>
|
||||
<span
|
||||
v-else-if="scope.row.examineState == '1'"
|
||||
|
||||
>通过</span
|
||||
>
|
||||
<span
|
||||
v-else-if="scope.row.examineState == '2'"
|
||||
|
||||
>驳回</span
|
||||
>
|
||||
<span v-if="scope.row.examineState == '0'">待审核</span>
|
||||
<span v-else-if="scope.row.examineState == '1'">通过</span>
|
||||
<span v-else-if="scope.row.examineState == '2'">驳回</span>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column label="操作" width="150">
|
||||
|
|
Loading…
Reference in New Issue