Browse Source

Merge branch '20230223_pc_vue_new_branch' of http://git.shengws.com/csx/Vue_New into 20230223_pc_vue_new_branch

杨青 2 years ago
parent
commit
ba2bb0aa27
1 changed files with 4 additions and 4 deletions
  1. 4 4
      src/xt_pages/workforce/template.vue

+ 4 - 4
src/xt_pages/workforce/template.vue View File

@@ -121,7 +121,7 @@
121 121
         <el-tab-pane name="first" :disabled="template_mode.mode == 0" >
122 122
 <!--          <span slot="label">-->
123 123
 <!--          </span>-->
124
-          <span slot="label"> {{first_template.week?'一周模版'+ first_template.week+'周':'一周模版'}}
124
+          <span slot="label"> {{first_template.week?'一周模版':'一周模版'}}
125 125
 <!--             <span v-if="schedule.mode == 2 && schedule.execute_times%2==0">(下一周)</span>-->
126 126
 <!--             <span v-if="schedule.mode == 2 && schedule.execute_times%2!=0">(本周)</span>-->
127 127
 
@@ -135,7 +135,7 @@
135 135
         <el-tab-pane  name="second" :disabled="template_mode.mode != 2 && template_mode.mode != 3 && template_mode.mode  != 4">
136 136
 <!--          <template-table   ref="table_two"  :is_editing="is_editing" :editable="true" :device_numbers="device_numbers" :template="first_template"-->
137 137
 <!--                           :modes="modes"  :patients="patients" @cancel_sch="refresh" :data="data"  :template_mode="template_mode"  @cur_info="cur_info" @saveData="saveData" @event1="changeZone" @saveSuccessTwo="refresh"></template-table>-->
138
-          <span slot="label"> {{second_template.week?'二周模版' + second_template.week+'周':'二周模版'}}
138
+          <span slot="label"> {{second_template.week?'二周模版':'二周模版'}}
139 139
 <!--             <span v-if="schedule.mode == 2 && schedule.execute_times%2==0">(下一周)</span>-->
140 140
 <!--             <span v-if="schedule.mode == 2 && schedule.execute_times%2!=0">(本周)</span>-->
141 141
 <!--            -->
@@ -146,13 +146,13 @@
146 146
 
147 147
 
148 148
 
149
-        <el-tab-pane :label="  third_template.week? '三周模版' + third_template.week+'周':'三周模版'" name="third" :disabled="template_mode.mode != 3 && template_mode.mode  != 4">
149
+        <el-tab-pane :label="  third_template.week? '三周模版':'三周模版'" name="third" :disabled="template_mode.mode != 3 && template_mode.mode  != 4">
150 150
 
151 151
 <!--          <template-table  ref="table_three"  :is_editing="is_editing" :editable="true" :device_numbers="device_numbers" :template="first_template"-->
152 152
 <!--                           :modes="modes"  :patients="patients" @cancel_sch="refresh" :data="data"  :template_mode="template_mode"  @cur_info="cur_info" @saveData="saveData" @event1="changeZone" @saveSuccessTwo="refresh"></template-table>-->
153 153
         </el-tab-pane>
154 154
 
155
-      <el-tab-pane :label="four_template.week?'四周模版'+four_template.week+'周':'四周模版'" name="four" :disabled="template_mode.mode  != 4 ">
155
+      <el-tab-pane :label="four_template.week?'四周模版':'四周模版'" name="four" :disabled="template_mode.mode  != 4 ">
156 156
 <!--          <span slot="label"> 四周模版 {{ four_template.week?four_template.week+'周':""}}-->
157 157
 <!--             <span v-if="schedule.execute_times%2==0">(下一周)</span>-->
158 158
 <!--             <span v-if="schedule.execute_times%2!=0">(本周)</span>-->