From f46660aeeef4964bc794046fe90482e2b4dd8d3f Mon Sep 17 00:00:00 2001
From: gaoshp <291585735@qq.com>
Date: 星期日, 08 九月 2024 20:54:01 +0800
Subject: [PATCH] 补全班制
---
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