zxl
2025-03-20 547736d67bc7e815769d40d73ea8ae52b9d8e33e
赋码规则
1个文件已修改
4 ■■■ 已修改文件
src/views/codingRuler/index.vue 4 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
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: {
    // 清除验证样式以及单区间右符号的值