From 3717e24abe2d2fd348f3cd13ad903dca3af167f1 Mon Sep 17 00:00:00 2001
From: fuliqi <fuliqi@qq.com>
Date: 星期四, 05 十二月 2024 16:16:03 +0800
Subject: [PATCH] 拆分省厅标签

---
 src/views/system/point/index.vue |   30 ++++++++++++++++++++++++++----
 1 files changed, 26 insertions(+), 4 deletions(-)

diff --git a/src/views/system/point/index.vue b/src/views/system/point/index.vue
index 3a7ba72..99212b6 100644
--- a/src/views/system/point/index.vue
+++ b/src/views/system/point/index.vue
@@ -189,9 +189,27 @@
                 inactive-text="鏅�氱偣浣�">
               </el-switch>
             </el-form-item>
-            <el-form-item label="鐪佸巺:" prop="provinceTag">
+            <el-form-item label="瑙嗛:" prop="provinceTagVideo">
               <el-switch
-                v-model="form.provinceTag"
+                v-model="form.provinceTagVideo"
+                active-color="#13ce66"
+                inactive-color="gray"
+                active-text="鐪佸巺鐐逛綅"
+                inactive-text="鏅�氱偣浣�">
+              </el-switch>
+            </el-form-item>
+            <el-form-item label="杞﹁締:" prop="provinceTagCar">
+              <el-switch
+                v-model="form.provinceTagCar"
+                active-color="#13ce66"
+                inactive-color="gray"
+                active-text="鐪佸巺鐐逛綅"
+                inactive-text="鏅�氱偣浣�">
+              </el-switch>
+            </el-form-item>
+            <el-form-item label="浜鸿劯:" prop="provinceTagFace">
+              <el-switch
+                v-model="form.provinceTagFace"
                 active-color="#13ce66"
                 inactive-color="gray"
                 active-text="鐪佸巺鐐逛綅"
@@ -378,7 +396,9 @@
 
       // 妫�鏌ユ瘡涓爣绛撅紝濡傛灉涓簍rue锛屽垯娣诲姞鍒皌ext涓�
       if (row.importantTag) text += '閲嶇偣鐐逛綅銆�';
-      if (row.provinceTag) text += '鐪佸巺鐐逛綅銆�';
+      if (row.provinceTagVideo) text += '鐪佸巺瑙嗛銆�';
+      if (row.provinceTagCar) text += '鐪佸巺杞﹁締銆�';
+      if (row.provinceTagFace) text += '鐪佸巺浜鸿劯銆�';
       if (row.importantCommandImageTag) text += '閲嶇偣鎸囨尌鍥惧儚銆�';
       if (row.deptTag) text += '閮ㄧ骇銆�';
       text === '' ? '鏅�氱偣浣�' : text
@@ -510,7 +530,9 @@
         updateTime: null,
         deleted: null,
         importantTag: false,
-        provinceTag: false,
+        provinceTagVideo: false,
+        provinceTagCar: false,
+        provinceTagFace: false,
         deptTag: false,
       };
       this.resetForm("form");

--
Gitblit v1.8.0