| | |
| | | <el-table-column |
| | | 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 ? "启动" : "关闭"}} |
| | | <el-button v-if="editShow" size="medium" type="text" @click="changeStatus(scope.row)"> |
| | | {{scope.row.status === 0 ? "启用" : "停用"}} |
| | | </el-button> |
| | | |
| | | <el-button v-if="editShow" size="medium" type="text" icon="el-icon-edit" @click="editCodingRuler(scope.row)" |
| | |
| | | <el-button type="primary" @click="addOrEditCodingRuler">确 定</el-button> |
| | | </div> |
| | | </el-dialog> |
| | | |
| | | |
| | | </div> |
| | | </template> |
| | | |
| | |
| | | }else { |
| | | this.isSingleInterval =false; |
| | | } |
| | | |
| | | } |
| | | |
| | | }, |
| | | methods: { |
| | | // 清除验证样式以及单区间右符号的值 |