Admin
2022-07-19 3e26b9d02f44b33d03b1a9cddcdaf5cadab13143
src/views/basicRightsManagement/personnelShiftManagement/shiftManagement/index.vue
@@ -114,8 +114,8 @@
               </el-select>
            </el-form-item>
            <el-form-item label="自定义循环班" v-if="addRecord.type && JSON.parse(JSON.stringify(addRecord.type)) == '循环班'">
               <div v-if="!addRecord.shiftSteps || addRecord.shiftSteps.length == 0">
                  <el-button type="primary" size="default" @click="dialogAddShift = true">新增排班</el-button>
               <div style="width: 100%;margin-bottom: 20px">
                  <el-button type="primary" size="default" :icon="Plus" @click="dialogAddShift = true">新增排班</el-button>
               </div>
               <div>
                  <div v-for="(item,index) in addRecord.shiftSteps" class="stepItem">
@@ -391,7 +391,7 @@
                     addRecord.value.shiftSteps.splice(chosenShiftIndex.value+1,0,addShift.value)
                  }else{
                     addRecord.value.shiftSteps = []
                     addRecord.value.shiftSteps.push(addShift.value)
                     addRecord.value.shiftSteps.unshift(addShift.value)
                  }
                  dialogAddShift.value = false
               } else {
@@ -552,7 +552,7 @@
               }
               span{
                  font-weight: bold;
                  margin-left: 10px;
                  margin: 0 10px;
               }
            }
         }