From da1c0be7b573ca68fef10f9627bb4225bb327a2d Mon Sep 17 00:00:00 2001
From: hmpc <hmpc>
Date: 星期一, 04 十一月 2024 13:35:49 +0800
Subject: [PATCH] *
---
src/main/webapp/views/index.html | 24 ++++++++++++------------
1 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/src/main/webapp/views/index.html b/src/main/webapp/views/index.html
index dfef3e9..9bdc716 100644
--- a/src/main/webapp/views/index.html
+++ b/src/main/webapp/views/index.html
@@ -153,7 +153,7 @@
style="display: block"
v-model="valueSystem"
active-color="#13ce66"
- inactive-color="#ff4949"
+ inactive-color="#A64036"
active-text="绯荤粺杩愯涓�..."
inactive-text="绯荤粺宸插仠姝�!"
@change='upDateValueSystem'>
@@ -213,11 +213,11 @@
prop="rgvSts"
label="RGV鐘舵��">
</el-table-column>
- <el-table-column
- prop=""
- label="鎿嶄綔">
- <el-button type="primary" icon="el-icon-edit" circle></el-button>
- </el-table-column>
+<!-- <el-table-column-->
+<!-- prop=""-->
+<!-- label="鎿嶄綔">-->
+<!-- <el-button type="primary" icon="el-icon-edit" circle></el-button>-->
+<!-- </el-table-column>-->
</el-table>
</div>
</div>
@@ -257,11 +257,11 @@
prop="status$"
label="鐘舵��">
</el-table-column>
- <el-table-column
- prop=""
- label="鎿嶄綔">
- <el-button type="primary" icon="el-icon-edit" circle></el-button>
- </el-table-column>
+<!-- <el-table-column-->
+<!-- prop=""-->
+<!-- label="鎿嶄綔">-->
+<!-- <el-button type="primary" icon="el-icon-edit" circle></el-button>-->
+<!-- </el-table-column>-->
</el-table>
</div>
</div>
@@ -358,7 +358,7 @@
}
});
},
- upDateValueSystem: function (){
+ upDateValueSystem(){
let that = this;
let operatorTypeI = 0;
if (that.valueSystem){
--
Gitblit v1.9.1