From b10795e18a07b9beb72f25406f26f42491828be5 Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期二, 22 十月 2024 09:20:19 +0800
Subject: [PATCH] 测试完成

---
 src/components/Regular/index.vue |  173 +++++++++++++++++++++++++++++----------------------------
 1 files changed, 89 insertions(+), 84 deletions(-)

diff --git a/src/components/Regular/index.vue b/src/components/Regular/index.vue
index add22bc..9e174c7 100644
--- a/src/components/Regular/index.vue
+++ b/src/components/Regular/index.vue
@@ -1,7 +1,7 @@
 <template>
   <div>
     <div class="topicxq" v-for="item in TargetoptionList">
-      <el-form :inline="true" :rules="rules" :model="item">
+      <el-form :inline="true" :rules="rules" :model="item" label-width="80px">
         <el-row :gutter="10">
           <el-col :span="12"
             ><el-form-item prop="targetvalue" label="閫夐」鍚嶇О">
@@ -36,7 +36,7 @@
           <el-col :span="20"
             ><el-form-item label="閫夐」璇存槑">
               <el-input
-              style="width: 500px;"
+                style="width: 500px"
                 type="textarea"
                 :rows="2"
                 placeholder="璇疯緭鍏�"
@@ -70,90 +70,95 @@
               </el-input> </el-form-item
           ></el-col>
         </el-row>
-        <el-form-item label="鍏抽敭瀛�(鍚�)" prop="desc" v-if="hasValue">
-          <div class="xinz-inf">
-            <el-tag
-              :key="crux"
-              type="success"
-              v-for="crux in item.dynamiccruxs"
-              closable
-              effect="dark"
-              :disable-transitions="false"
-              @close="handleClosecrux(crux, item, 1)"
-            >
-              {{ crux }}
-            </el-tag>
-            <el-select
-              v-model="inputValue"
-              v-if="item.inputVisible"
-              @change="handleInputConfirm(item)"
-              filterable
-              remote
-              allow-create
-              reserve-keyword
-              default-first-option
-              :loading="loading"
-              placeholder="璇烽�夋嫨"
-            >
-              <el-option
-                v-for="items in regular"
-                :key="items.label"
-                :label="items.label"
-                :value="items.label"
+        <el-row>
+          <el-form-item label="鍏抽敭瀛�(鍚�)" prop="desc" v-if="hasValue">
+            <div class="xinz-inf">
+              <el-tag
+                :key="crux"
+                type="success"
+                v-for="crux in item.dynamiccruxs"
+                closable
+                effect="dark"
+                :disable-transitions="false"
+                @close="handleClosecrux(crux, item, 1)"
               >
-              </el-option>
-            </el-select>
-            <el-button
-              v-else
-              class="button-new-tag"
-              size="small"
-              @click="showInput(item)"
-              >+ 鏂板</el-button
-            >
-          </div>
-        </el-form-item>
-        <el-form-item label="鍏抽敭瀛�(闈�)" prop="adesc" v-if="hasValue">
-          <div class="xinz-inf">
-            <el-tag
-              :key="crux"
-              type="warning"
-              v-for="crux in item.nodynamiccruxs"
-              closable
-              effect="dark"
-              :disable-transitions="false"
-              @close="handleClosecrux(crux, item, 2)"
-            >
-              {{ crux }}
-            </el-tag>
-            <el-select
-              v-model="inputValue"
-              v-if="item.noinputVisible"
-              @change="handleInputConfirm(item)"
-              filterable
-              remote
-              allow-create
-              reserve-keyword
-              default-first-option
-              :loading="loading"
-              placeholder="璇烽�夋嫨"
-            >
-              <el-option
-                v-for="items in noregular"
-                :key="items.value"
-                :label="items.label"
-                :value="items.label"
+                {{ crux }}
+              </el-tag>
+              <el-select
+                v-model="inputValue"
+                v-if="item.inputVisible"
+                @change="handleInputConfirm(item)"
+                filterable
+                remote
+                allow-create
+                reserve-keyword
+                default-first-option
+                :loading="loading"
+                placeholder="璇烽�夋嫨"
               >
-              </el-option>
-            </el-select>
-            <el-button
-              v-else
-              class="button-new-tag"
-              size="small"
-              @click="showInputno(item)"
-              >+ 鏂板</el-button
-            >
-          </div>
-        </el-form-item>
+                <el-option
+                  v-for="items in regular"
+                  :key="items.label"
+                  :label="items.label"
+                  :value="items.label"
+                >
+                </el-option>
+              </el-select>
+              <el-button
+                v-else
+                class="button-new-tag"
+                size="small"
+                @click="showInput(item)"
+                >+ 鏂板</el-button
+              >
+            </div>
+          </el-form-item>
+        </el-row>
+        <el-row>
+          <el-form-item label="鍏抽敭瀛�(闈�)" prop="adesc" v-if="hasValue">
+            <div class="xinz-inf">
+              <el-tag
+                :key="crux"
+                type="warning"
+                v-for="crux in item.nodynamiccruxs"
+                closable
+                effect="dark"
+                :disable-transitions="false"
+                @close="handleClosecrux(crux, item, 2)"
+              >
+                {{ crux }}
+              </el-tag>
+              <el-select
+                v-model="inputValue"
+                v-if="item.noinputVisible"
+                @change="handleInputConfirm(item)"
+                filterable
+                remote
+                allow-create
+                reserve-keyword
+                default-first-option
+                :loading="loading"
+                placeholder="璇烽�夋嫨"
+              >
+                <el-option
+                  v-for="items in noregular"
+                  :key="items.value"
+                  :label="items.label"
+                  :value="items.label"
+                >
+                </el-option>
+              </el-select>
+              <el-button
+                v-else
+                class="button-new-tag"
+                size="small"
+                @click="showInputno(item)"
+                >+ 鏂板</el-button
+              >
+            </div>
+          </el-form-item>
+        </el-row>
+
         <el-form-item label="閫夐」鏂囦欢" prop="sickness" v-if="Verbalproblem">
           <div style="width: 40vw">
             <el-upload

--
Gitblit v1.9.3