|
@@ -87,7 +87,7 @@
|
|
|
<el-table-column label="状态" align="center" prop="status" :formatter="statusFormat">
|
|
|
<template slot-scope="scope">
|
|
|
<el-tag
|
|
|
- :type="scope.row.status === '1' ? 'danger' : 'success'"
|
|
|
+ :type="scope.row.status === 1 ? 'danger' : 'success'"
|
|
|
disable-transitions
|
|
|
>{{ statusFormat(scope.row) }}</el-tag>
|
|
|
</template>
|