From 179136b6d89e4d24c37fc3981848f62b5673495c Mon Sep 17 00:00:00 2001 From: gaoshp <291585735@qq.com> Date: 星期二, 18 六月 2024 23:17:28 +0800 Subject: [PATCH] 默认2 --- src/views/mdc/configuration.vue | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/mdc/configuration.vue b/src/views/mdc/configuration.vue index 5b434ec..bb21642 100644 --- a/src/views/mdc/configuration.vue +++ b/src/views/mdc/configuration.vue @@ -1,7 +1,7 @@ <!-- * @Date: 2024-04-09 22:11:21 * @LastEditors: Sneed - * @LastEditTime: 2024-06-17 22:16:39 + * @LastEditTime: 2024-06-17 22:25:23 * @FilePath: /belleson-frontend/Users/mache/Documents/demo/cps-web/src/views/mdc/configuration.vue * 搴旂敤璁剧疆 --> @@ -42,13 +42,13 @@ <span v-else>{{ scope.row.dataTypeDesc }}</span> </template> </el-table-column> - <!-- <el-table-column label="鑴夊啿璁℃暟鍊嶇巼" prop="value"> + <el-table-column label="鑴夊啿璁℃暟鍊嶇巼" prop="value"> <template #default="scope"> <el-input-number v-if="scope.row.isEdit && scope.row.collectType == 9" :min="1" :max="10" /> <span>{{ scope?.row?.parameter?.value }}</span> </template> - </el-table-column> --> + </el-table-column> <el-table-column label="鎿嶄綔" prop="state"> <template #default="scope"> <el-button v-show="!scope.row.id || scope.row.isEdit" -- Gitblit v1.9.3