From 60b3a67586494fefd9501c29a00d35675b1dbdcf Mon Sep 17 00:00:00 2001 From: lsh <lsh@163.com> Date: 星期三, 23 十月 2024 16:36:33 +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