From b6b7fb2b126b749b0bb3f0582036a74ff332d10e Mon Sep 17 00:00:00 2001
From: WXL (wul) <wl_5969728@163.com>
Date: 星期三, 15 四月 2026 16:15:03 +0800
Subject: [PATCH] 测试完成

---
 vue.config.js                    |    4 ++--
 src/components/Regular/index.vue |   52 +++++++++++++++++++++++++++++++++++-----------------
 2 files changed, 37 insertions(+), 19 deletions(-)

diff --git a/src/components/Regular/index.vue b/src/components/Regular/index.vue
index 86c2bc4..2398279 100644
--- a/src/components/Regular/index.vue
+++ b/src/components/Regular/index.vue
@@ -18,21 +18,33 @@
               </el-input> </el-form-item
           ></el-col>
           <el-col :span="12"
-          ><el-form-item label="寮傚父鎻愰啋">
-            <el-select v-model="item.isabnormal" placeholder="璇烽�夋嫨鐘舵��">
-              <el-option :value="0" label="姝e父" :style="{ color: '#67C23A' }">
-                <span style="color: #67c23a">鈼� 姝e父</span>
-              </el-option>
+            ><el-form-item label="寮傚父鎻愰啋">
+              <el-select v-model="item.isabnormal" placeholder="璇烽�夋嫨鐘舵��">
+                <el-option
+                  :value="0"
+                  label="姝e父"
+                  :style="{ color: '#67C23A' }"
+                >
+                  <span style="color: #67c23a">鈼� 姝e父</span>
+                </el-option>
 
-              <el-option :value="2" label="璀﹀憡" :style="{ color: '#FFBA00' }">
-                <span style="color: #ffba00">鈼� 璀﹀憡</span>
-              </el-option>
-              <el-option :value="1" label="寮傚父" :style="{ color: '#f75c5c' }">
-                <span style="color: #f75c5c">鈼� 寮傚父</span>
-              </el-option>
-            </el-select>
-          </el-form-item></el-col
-        >
+                <el-option
+                  :value="2"
+                  label="璀﹀憡"
+                  :style="{ color: '#FFBA00' }"
+                >
+                  <span style="color: #ffba00">鈼� 璀﹀憡</span>
+                </el-option>
+                <el-option
+                  :value="1"
+                  label="寮傚父"
+                  :style="{ color: '#f75c5c' }"
+                >
+                  <span style="color: #f75c5c">鈼� 寮傚父</span>
+                </el-option>
+              </el-select>
+            </el-form-item></el-col
+          >
           <!-- <el-col :span="12" v-if="intent"
             ><el-form-item label="閫夐」鑺傜偣">
               <el-input
@@ -88,6 +100,14 @@
               >
               </el-input> </el-form-item
           ></el-col>
+        </el-row>
+        <el-row :gutter="10">
+            <el-form-item label="閫変腑鏀堕泦闄勫姞淇℃伅">
+              <el-radio-group v-model="item.appendflag">
+                <el-radio label="1">鏄�</el-radio>
+                <el-radio label="0">鍚�</el-radio>
+              </el-radio-group>
+            </el-form-item>
         </el-row>
         <el-row :gutter="10" v-if="scriptType == 1">
           <el-form-item label="閫変腑鎻愮ず">
@@ -205,9 +225,7 @@
               <el-image
                 style="width: 100px; height: 100px"
                 :src="item.picturePath"
-                :preview-src-list="
-                                item.picturePath ? [item.picturePath] : []
-                              "
+                :preview-src-list="item.picturePath ? [item.picturePath] : []"
               >
               </el-image>
             </div>
diff --git a/vue.config.js b/vue.config.js
index 66110e1..9aaa6c8 100644
--- a/vue.config.js
+++ b/vue.config.js
@@ -38,9 +38,9 @@
         // target: `https://www.health-y.cn/lssf`,
         // target: `http://192.168.100.10:8096`,
         // target: `http://192.168.100.10:8094`,//鐪佺珛鍚屽痉
-        // target: `http://192.168.100.10:8095`,//鏂板崕
+        target: `http://192.168.100.10:8095`,//鏂板崕
         // target: `http://192.168.100.10:8098`,//甯備竴
-        target:`http://localhost:8095`,
+        // target:`http://localhost:8095`,
         // target:`http://35z1t16164.qicp.vip`,
         // target: `http://192.168.100.183:8095`,
         // target: `http://192.168.101.166:8093`,

--
Gitblit v1.9.3