From 4e938e0868dd16b682d9f4ce24aadcd93781b7cb Mon Sep 17 00:00:00 2001
From: lsh <lsh@163.com>
Date: 星期六, 26 十月 2024 16:46:53 +0800
Subject: [PATCH] *
---
src/main/webapp/views/index.html | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/main/webapp/views/index.html b/src/main/webapp/views/index.html
index dfef3e9..6aa0b11 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'>
@@ -358,7 +358,7 @@
}
});
},
- upDateValueSystem: function (){
+ upDateValueSystem(){
let that = this;
let operatorTypeI = 0;
if (that.valueSystem){
--
Gitblit v1.9.1