From 02bc3bfe47e3d5311a0bb041c94e70a34b1ca73c Mon Sep 17 00:00:00 2001
From: k94314517 <8417338+k94314517@user.noreply.gitee.com>
Date: 星期二, 09 四月 2024 09:03:01 +0800
Subject: [PATCH] git ch

---
 company/src/views/business/switchCourt.vue |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/company/src/views/business/switchCourt.vue b/company/src/views/business/switchCourt.vue
index d8064f9..0464686 100644
--- a/company/src/views/business/switchCourt.vue
+++ b/company/src/views/business/switchCourt.vue
@@ -75,15 +75,15 @@
         <el-table-column prop="companyName" label="鎶曚繚浼佷笟" min-width="100px"></el-table-column>
         <el-table-column prop="applyCode" label="鍏宠仈淇濆崟鍙�" min-width="100px"></el-table-column>
         <el-table-column prop="solutionsName" label="淇濋櫓鏂规" min-width="100px"></el-table-column>
-        <el-table-column prop="changeNum" label="鎹㈠巶浜烘暟" min-width="100px"></el-table-column>
-        <el-table-column prop="fee" label="璐圭敤鍙樻洿" min-width="100px"></el-table-column>
+        <el-table-column prop="changeNum" label="鏇存崲娲鹃仯鍗曚綅浜烘暟" min-width="100px"></el-table-column>
+        <el-table-column prop="fee" label="璐圭敤鍙樻洿鏇存崲娲鹃仯鍗曚綅" min-width="100px"></el-table-column>
         <el-table-column prop="createDate" label="鎻愪氦鏃堕棿" min-width="100px"></el-table-column>
         <el-table-column
             label="鎿嶄綔"
             min-width="120"
             fixed="right">
           <template slot-scope="{row}">
-            <el-button type="text" @click="$refs.operaApplyChangeDetailWindow.open('鎹㈠巶璇︽儏', row)">鏌ョ湅璇︽儏</el-button>
+            <el-button type="text" @click="$refs.operaApplyChangeDetailWindow.open('鏇存崲娲鹃仯鍗曚綅璇︽儏', row)">鏌ョ湅璇︽儏</el-button>
           </template>
         </el-table-column>
       </el-table>
@@ -118,6 +118,7 @@
         type: '1',
         solutionsId: '',
         createDateE: '',
+        solutionType: 0,
         createDateS: '',
         baseSolutionsId: '',
         companyId: '',
@@ -139,7 +140,7 @@
   },
   methods: {
     loadSelectList() {
-      solutionAll({dataType:2}).then(res => {
+      solutionAll({dataType:2,type:0}).then(res => {
         this.solutionList = res
       }).catch(err => {
       })

--
Gitblit v1.9.3