修改错别字

This commit is contained in:
z 2026-04-09 15:42:53 +08:00
parent 8cd7e5e3d0
commit 6b40e0b530
5 changed files with 6 additions and 7 deletions

View File

@ -108,8 +108,7 @@ public class ShiftResultServiceImpl extends ServiceImpl<ShiftResultMapper, Shift
queryWrapper.eq(ShiftConfigEntity::getChgClassType, form.getChgClassType());
if (shiftConfigMapper.selectCount(queryWrapper)==0){
return "该倒班类型"+("1".equals(form.getChgClassType())?"四班三倒":"三班两到")+"未配置班次信息";
return "该倒班类型"+("1".equals(form.getChgClassType())?"四班三倒":"三班两倒")+"未配置班次信息";
}
return countRecover;
}

View File

@ -184,7 +184,7 @@
},
chgClassTypeOptions: [
{ fullName: '四班三倒', id: '1' },
{ fullName: '三班两', id: '2' },
{ fullName: '三班两', id: '2' },
],
chgClassTypeProps: { label: 'fullName', value: 'id' },
classGroupOptions: [

View File

@ -39,7 +39,7 @@
<el-table-column prop="chgClassType" label="倒班类型" align="center">
<template slot-scope="scope">
<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>
</el-table-column>
<el-table-column prop="bgnDtime" label="开始时间" align="center">
@ -112,7 +112,7 @@
columnList,
options: [
{ fullName: '四班三倒', id: '1' },
{ fullName: '三班两', id: '2' },
{ fullName: '三班两', id: '2' },
],
props: { label: 'fullName', value: 'id' },
superQueryVisible: false,

View File

@ -184,7 +184,7 @@
},
chgClassTypeOptions: [
{ fullName: '四班三倒', id: '1' },
{ fullName: '三班两', id: '2' },
{ fullName: '三班两', id: '2' },
],
chgClassTypeProps: { label: 'fullName', value: 'id' },
classGroupOptions: [

View File

@ -113,7 +113,7 @@
columnList,
options: [
{ fullName: '四班三倒', id: '1' },
{ fullName: '三班两', id: '2' },
{ fullName: '三班两', id: '2' },
],
props: { label: 'fullName', value: 'id' },
pickerOptions: {