修改错别字
This commit is contained in:
parent
8cd7e5e3d0
commit
6b40e0b530
@ -108,8 +108,7 @@ public class ShiftResultServiceImpl extends ServiceImpl<ShiftResultMapper, Shift
|
|||||||
queryWrapper.eq(ShiftConfigEntity::getChgClassType, form.getChgClassType());
|
queryWrapper.eq(ShiftConfigEntity::getChgClassType, form.getChgClassType());
|
||||||
|
|
||||||
if (shiftConfigMapper.selectCount(queryWrapper)==0){
|
if (shiftConfigMapper.selectCount(queryWrapper)==0){
|
||||||
|
return "该倒班类型"+("1".equals(form.getChgClassType())?"四班三倒":"三班两倒")+"未配置班次信息";
|
||||||
return "该倒班类型"+("1".equals(form.getChgClassType())?"四班三倒":"三班两到")+"未配置班次信息";
|
|
||||||
}
|
}
|
||||||
return countRecover;
|
return countRecover;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -184,7 +184,7 @@
|
|||||||
},
|
},
|
||||||
chgClassTypeOptions: [
|
chgClassTypeOptions: [
|
||||||
{ fullName: '四班三倒', id: '1' },
|
{ fullName: '四班三倒', id: '1' },
|
||||||
{ fullName: '三班两到', id: '2' },
|
{ fullName: '三班两倒', id: '2' },
|
||||||
],
|
],
|
||||||
chgClassTypeProps: { label: 'fullName', value: 'id' },
|
chgClassTypeProps: { label: 'fullName', value: 'id' },
|
||||||
classGroupOptions: [
|
classGroupOptions: [
|
||||||
|
|||||||
@ -39,7 +39,7 @@
|
|||||||
<el-table-column prop="chgClassType" label="倒班类型" align="center">
|
<el-table-column prop="chgClassType" label="倒班类型" align="center">
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
<el-tag v-if="scope.row.chgClassType == '1'">四班三倒</el-tag>
|
<el-tag v-if="scope.row.chgClassType == '1'">四班三倒</el-tag>
|
||||||
<el-tag v-else-if="scope.row.chgClassType == '2'">三班两到</el-tag>
|
<el-tag v-else-if="scope.row.chgClassType == '2'">三班两倒</el-tag>
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column prop="bgnDtime" label="开始时间" align="center">
|
<el-table-column prop="bgnDtime" label="开始时间" align="center">
|
||||||
@ -112,7 +112,7 @@
|
|||||||
columnList,
|
columnList,
|
||||||
options: [
|
options: [
|
||||||
{ fullName: '四班三倒', id: '1' },
|
{ fullName: '四班三倒', id: '1' },
|
||||||
{ fullName: '三班两到', id: '2' },
|
{ fullName: '三班两倒', id: '2' },
|
||||||
],
|
],
|
||||||
props: { label: 'fullName', value: 'id' },
|
props: { label: 'fullName', value: 'id' },
|
||||||
superQueryVisible: false,
|
superQueryVisible: false,
|
||||||
|
|||||||
@ -184,7 +184,7 @@
|
|||||||
},
|
},
|
||||||
chgClassTypeOptions: [
|
chgClassTypeOptions: [
|
||||||
{ fullName: '四班三倒', id: '1' },
|
{ fullName: '四班三倒', id: '1' },
|
||||||
{ fullName: '三班两到', id: '2' },
|
{ fullName: '三班两倒', id: '2' },
|
||||||
],
|
],
|
||||||
chgClassTypeProps: { label: 'fullName', value: 'id' },
|
chgClassTypeProps: { label: 'fullName', value: 'id' },
|
||||||
classGroupOptions: [
|
classGroupOptions: [
|
||||||
|
|||||||
@ -113,7 +113,7 @@
|
|||||||
columnList,
|
columnList,
|
||||||
options: [
|
options: [
|
||||||
{ fullName: '四班三倒', id: '1' },
|
{ fullName: '四班三倒', id: '1' },
|
||||||
{ fullName: '三班两到', id: '2' },
|
{ fullName: '三班两倒', id: '2' },
|
||||||
],
|
],
|
||||||
props: { label: 'fullName', value: 'id' },
|
props: { label: 'fullName', value: 'id' },
|
||||||
pickerOptions: {
|
pickerOptions: {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user