公司管理

This commit is contained in:
KongDuo
2023-02-22 14:22:55 +08:00
parent 3a59e48b19
commit 44def0a5f3

View File

@@ -282,7 +282,7 @@
></el-switch>
</template>
</el-table-column>
<el-table-column lable="审核标识">
<el-table-column label="审核标识">
<template slot-scope="{ row }">
<el-tag v-if="row.auditMark === 0" type="info" effect="dark"
>未提交</el-tag