From ad70f145e8bea957b41043b4a1e37ce37cc5ed1e Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期二, 16 一月 2024 18:39:24 +0800
Subject: [PATCH] 指标完成

---
 src/views/repositoryai/verbaltrick/index.vue |   20 ++++++++++++--------
 1 files changed, 12 insertions(+), 8 deletions(-)

diff --git a/src/views/repositoryai/verbaltrick/index.vue b/src/views/repositoryai/verbaltrick/index.vue
index e0fedf6..96a7c9e 100644
--- a/src/views/repositoryai/verbaltrick/index.vue
+++ b/src/views/repositoryai/verbaltrick/index.vue
@@ -68,7 +68,7 @@
                   </el-option>
                 </el-select>
               </el-form-item>
-              <el-form-item label="闂涓婚" prop="userName">
+              <el-form-item label="闂鏍囬" prop="userName">
                 <el-input
                   v-model="queryParams.userName"
                   placeholder="璇疯緭鍏�"
@@ -87,9 +87,9 @@
                 />
               </el-form-item>
               <el-form-item label="閫傜敤鏂瑰紡" prop="status">
-                <el-select v-model="queryParams.applyway" placeholder="璇烽�夋嫨">
+                <el-select v-model="queryParams.suitway" placeholder="璇烽�夋嫨">
                   <el-option
-                    v-for="item in languagelist"
+                    v-for="item in mode"
                     :key="item.value"
                     :label="item.label"
                     :value="item.value"
@@ -170,9 +170,10 @@
               @selection-change="handleSelectionChange"
             >
               <el-table-column type="selection" width="50" align="center" />
-              <el-table-column label="搴忓彿" align="center" key="id" prop="id" />
+              <el-table-column label="搴忓彿" fixed align="center" key="id" prop="id" />
               <el-table-column
                 label="闂涓婚"
+                fixed
                 align="center"
                 key="questiontitle"
                 prop="questiontitle"
@@ -204,12 +205,12 @@
               /><el-table-column
                 label="閫傜敤鏂瑰紡"
                 align="center"
-                key="application"
-                prop="application"
+                key="suitway"
+                prop="suitway"
                 width="120"
               >
                 <template slot-scope="scope">
-                  <dict-tag :options="mode" :value="scope.row.suitWay" />
+                  <dict-tag :options="mode" :value="scope.row.suitway" />
                 </template>
               </el-table-column>
               <el-table-column
@@ -266,6 +267,7 @@
 
               <el-table-column
                 label="鎿嶄綔"
+                fixed="right"
                 align="center"
                 width="250"
                 class-name="small-padding fixed-width"
@@ -523,7 +525,7 @@
       getverbaltricklist(this.queryParams).then((res) => {
         this.userList = res.rows;
         this.loading = false;
-        this.total=res.total
+        this.total = res.total;
       });
     },
 
@@ -615,6 +617,8 @@
       addbaltrickclassify(this.classifyform).then((res) => {
         this.getDeptTree();
         this.$modal.msgSuccess("鏂板鎴愬姛");
+        this.classifyform = {};
+        this.dialogFormVisible = false;
       });
     },
     remove(a, b) {

--
Gitblit v1.9.3