添加机构编码

This commit is contained in:
yangjun 2026-03-10 09:41:21 +08:00
parent d28f94c404
commit 0fa90b83c5
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
</template>
<template v-if="column.dataIndex === 'type3'">
<span style="color: red;font-weight: 700;font-size: 16px;" v-if="text == '0'">×</span>
<span style="color: green;font-weight: 700;font-size: 16px;" v-else-if="text == '1'"></span>
<span style="color: green;font-weight: 700;font-size: 16px;" v-else-if="text == '1'"> {{ record.comName }}</span>
</template>
<template v-if="column.dataIndex === 'type4'">
<span style="color: red;font-weight: 700;font-size: 16px;" v-if="text == '0'">×</span>