添加机构编码
This commit is contained in:
parent
d28f94c404
commit
0fa90b83c5
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue