From 0a0e01138e0d9b6f370ae16ef1099e4c60d15c26 Mon Sep 17 00:00:00 2001
From: fuliqi <fuliqi@qq.com>
Date: 星期二, 02 四月 2024 11:49:06 +0800
Subject: [PATCH] 新考核

---
 src/views/system/template/province/index.vue |   21 ++++++++++++++-------
 1 files changed, 14 insertions(+), 7 deletions(-)

diff --git a/src/views/system/check-template/index.vue b/src/views/system/template/province/index.vue
similarity index 95%
copy from src/views/system/check-template/index.vue
copy to src/views/system/template/province/index.vue
index 227f892..2ed927d 100644
--- a/src/views/system/check-template/index.vue
+++ b/src/views/system/template/province/index.vue
@@ -121,6 +121,13 @@
         <el-form-item label="妯℃澘鍚嶇О" prop="templateName">
           <el-input v-model="form.templateName" placeholder="璇疯緭鍏ユā鏉垮悕绉�" />
         </el-form-item>
+        <el-form-item label="鑰冩牳绫诲瀷" prop="examineCategory">
+          <el-select v-model="form.examineCategory"  placeholder="璇烽�夋嫨鑰冩牳绫诲瀷">
+            <el-option label="鐪佸巺鑰冩牳" value="鐪佸巺鑰冩牳"/>
+            <el-option label="鍖哄幙鑰冩牳" value="鍖哄幙鑰冩牳"/>
+            <el-option label="杩愮淮鑰冩牳" value="鍏徃鑰冩牳"/>
+          </el-select>
+        </el-form-item>
         <el-form-item label="鑰冩牳瀵硅薄" prop="unitName">
           <div class="block">
             <span class="demonstration"></span>
@@ -193,8 +200,8 @@
 
 <script>
 import { listCheckTemplate, getCheckTemplate, delCheckTemplate, addCheckTemplate, updateCheckTemplate } from "@/api/platform/check-template";
-import { ruleSelect } from '../../../api/platform/check-rule'
-import { unitSelect } from '../../../api/platform/unit'
+// import { ruleSelect } from '@/api/platform/check-rule'
+import { unitSelect } from '@/api/platform/unit'
 
 export default {
   name: "CheckTemplate",
@@ -316,11 +323,11 @@
       this.tempRuleFormList.push({"ruleId": null, "weight": null})
     },
     // 鑰冩牳瑙勫垯涓嬫媺鏁版嵁
-    selectCheckRule() {
-      ruleSelect().then(res => {
-        this.ruleList = res.data;
-      })
-    },
+    // selectCheckRule() {
+    //   ruleSelect().then(res => {
+    //     this.ruleList = res.data;
+    //   })
+    // },
     // 杩愮淮鍏徃涓嬫媺鏁版嵁
     selectUnit() {
       unitSelect().then(res => {

--
Gitblit v1.8.0