yq1 1 年間 前
コミット
b10acab023
共有2 個のファイルを変更した6 個の追加9 個の削除を含む
  1. 5 8
      src/xt_pages/workforce/components/editTableData.vue
  2. 1 1
      src/xt_pages/workforce/components/tableData.vue

+ 5 - 8
src/xt_pages/workforce/components/editTableData.vue ファイルの表示

@@ -145,7 +145,7 @@
145 145
             </el-switch>
146 146
           </div>
147 147
         </div>
148
-        <!-- 编辑排班表格 -->  
148
+        <!-- 编辑排班表格 -->
149 149
           <el-table id="eltable"
150 150
             :row-style="{ color: '#303133' }"
151 151
             :header-cell-style="{
@@ -170,7 +170,7 @@
170 170
             :row-class-name="tableRowClassName"
171 171
             :sticky-header="true"
172 172
             show-summary
173
-            
173
+
174 174
             ref="table"
175 175
             style="table-layout: fixed;"
176 176
           >
@@ -180,14 +180,14 @@
180 180
               label="分区"
181 181
               min-width="60"
182 182
               align="center"
183
-              
183
+
184 184
           ></el-table-column>
185 185
           <el-table-column
186 186
               prop="cut"
187 187
               label="机号"
188 188
               min-width="50"
189 189
               align="center"
190
-              
190
+
191 191
 
192 192
           ></el-table-column>
193 193
           <el-table-column
@@ -196,9 +196,6 @@
196 196
               align="center"
197 197
           >
198 198
             <el-table-column prop="Mon_M" label="上" min-width="50" align="center">
199
-              <template style="position: relative;height: 67px">
200
-
201
-              </template>
202 199
               <template slot-scope="scope">
203 200
                 <div class="del_table_btn">
204 201
                   <!-- 排班表取消排班按钮  v-if="showclickIcon==true&&scope.row.id==rowid"-->
@@ -4150,7 +4147,7 @@ export default {
4150 4147
       //   // console.log('这是row',subslice);
4151 4148
       //   if(row.zone_id==subslice[0].zone_id && row.jihao_id == subslice[0].id ){
4152 4149
       //     // console.log('33333333333',subslice);
4153
-      if(this.org_id!=10503 && this.org_id!=10447 && this.org_id!=0){
4150
+      if(this.org_id!=10503 && this.org_id!=10447 && this.org_id!=0 && this.org_id !=10471){
4154 4151
         return 'border: 1px solid #707174;border-collapse: collapse;'
4155 4152
       }
4156 4153
       //   }

+ 1 - 1
src/xt_pages/workforce/components/tableData.vue ファイルの表示

@@ -1460,7 +1460,7 @@ export default {
1460 1460
       // return 'border-bottom: 1px solid #707174;'
1461 1461
 
1462 1462
       // console.log('555555',this.subzone);
1463
-      if(this.org_id!=10503 && this.org_id!=10447 && this.org_id!=0){
1463
+      if(this.org_id!=10503 && this.org_id!=10447 && this.org_id!=0 && this.org_id !=10471){
1464 1464
         return 'border: 1px solid #707174;border-collapse: collapse;'
1465 1465
       }
1466 1466