|
@@ -118,8 +118,8 @@
|
|
|
:options="dict.type.sys_normal_disable"
|
|
|
:value="scope.row.status"
|
|
|
/> -->
|
|
|
- <template slot-scope="scope">
|
|
|
- <span v-if="scope.row.status == '0'" style="color: #1d96ff"
|
|
|
+ <template slot-scope="scope">
|
|
|
+ <span v-if="scope.row.status == '0'" style="color: #13ce66"
|
|
|
>正常</span
|
|
|
>
|
|
|
<span v-if="scope.row.status == '1'" style="color=#FF4949">停用</span>
|