parent
982826eea9
commit
cd9590fe09
|
@ -73,7 +73,7 @@
|
|||
<el-table-column prop="username" label="负责人"/>
|
||||
<el-table-column prop="punctuation" label="是否标点">
|
||||
<template slot-scope="{row}">
|
||||
<el-tag v-if="row.punctuation === 0" type="success">是</el-tag>
|
||||
<el-tag v-if="row.punctuation === '0' || row.punctuation === 0" type="success">是</el-tag>
|
||||
<el-tag v-else type="danger">否</el-tag>
|
||||
</template>
|
||||
</el-table-column>
|
||||
|
|
Loading…
Reference in New Issue