src/views/codingRuler/index.vue
@@ -106,7 +106,7 @@ label="操作" min-width="100"> <template slot-scope="scope"> <el-button v-if="editShow" size="medium" type="text" icon="el-icon-open" @click="changeStatus(scope.row)"> {{scope.row.status === 0 ? "启动" : "关闭"}} {{scope.row.status === 0 ? "启用" : "停用"}} </el-button> <el-button v-if="editShow" size="medium" type="text" icon="el-icon-edit" @click="editCodingRuler(scope.row)" @@ -320,9 +320,7 @@ }else { this.isSingleInterval =false; } } }, methods: { // 清除验证样式以及单区间右符号的值