|
@@ -53,7 +53,7 @@
|
|
align="center"
|
|
align="center"
|
|
label="状态">
|
|
label="状态">
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
- <el-tag v-if="scope.row.status === 0" size="small" type="danger">禁用</el-tag>
|
|
|
|
|
|
+ <el-tag v-if="scope.row.status === '0'" size="small" type="danger">禁用</el-tag>
|
|
<el-tag v-else size="small">正常</el-tag>
|
|
<el-tag v-else size="small">正常</el-tag>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|