公司管理
This commit is contained in:
@@ -282,7 +282,7 @@
|
|||||||
></el-switch>
|
></el-switch>
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column lable="审核标识">
|
<el-table-column label="审核标识">
|
||||||
<template slot-scope="{ row }">
|
<template slot-scope="{ row }">
|
||||||
<el-tag v-if="row.auditMark === 0" type="info" effect="dark"
|
<el-tag v-if="row.auditMark === 0" type="info" effect="dark"
|
||||||
>未提交</el-tag
|
>未提交</el-tag
|
||||||
|
|||||||
Reference in New Issue
Block a user