From a7977aac3851fa49a83f0a389221e6b3825dcb0b Mon Sep 17 00:00:00 2001
From: luoyb <412940104@qq.com>
Date: 星期一, 22 四月 2024 19:11:48 +0800
Subject: [PATCH] feat: 将劳资案件改为仲裁案件

---
 src/views/user/Informationinput.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/views/user/Informationinput.vue b/src/views/user/Informationinput.vue
index d4c8dfc..0cc686e 100644
--- a/src/views/user/Informationinput.vue
+++ b/src/views/user/Informationinput.vue
@@ -37,7 +37,7 @@
             <span :class="thisShowIndex===10?'selectedTimeline':''">工伤案件</span>
           </el-timeline-item>
           <el-timeline-item v-show="timelineShow('empLabortrouble:list')" @click.native="isShow(showArr[11].show, 11)">
-            <span :class="thisShowIndex===11?'selectedTimeline':''">劳资案件</span>
+            <span :class="thisShowIndex===11?'selectedTimeline':''">仲裁案件</span>
           </el-timeline-item>
           <el-timeline-item v-show="timelineShow('empBadrecord:list')" @click.native="isShow(showArr[12].show, 12)">
             <span :class="thisShowIndex===12?'selectedTimeline':''">不良记录</span>
@@ -1138,7 +1138,7 @@
               />
             </el-form-item>
             <el-form-item label="性别" prop="sex">
-<!--              <el-input v-model="contractInfoForm.sex" />-->
+              <!--              <el-input v-model="contractInfoForm.sex" />-->
               <el-select v-model="contractInfoForm.sex" placeholder="请选择性别">
                 <el-option
                   v-for="dict in sexOptions"
@@ -1943,7 +1943,7 @@
         <el-button @click="dialogIsShow()">取 消</el-button>
       </div>
     </el-dialog>
-    <el-dialog title="劳资案件" :visible.sync="dialogshowArr[11].show" width="50%">
+    <el-dialog title="仲裁案件" :visible.sync="dialogshowArr[11].show" width="50%">
       <el-form
         ref="laborTroubleForm"
         :model="laborTroubleForm"

--
Gitblit v1.8.0