Revert "NCC行调名称调整成NCC调度"

This reverts commit fcae8539d9.
This commit is contained in:
fan 2023-05-06 10:53:02 +08:00
parent 204aef1583
commit a7b0609389
5 changed files with 9 additions and 9 deletions

View File

@ -78,7 +78,7 @@ export default {
],
roleTypeList: [
{label: '行调', value: 'DISPATCHER'},
{label: 'NCC', value: 'NCC_DISPATCHER'},
{label: 'NCC调', value: 'NCC_DISPATCHER'},
{label: '行值', value: 'STATION_SUPERVISOR'},
{label: '司机', value: 'DRIVER'},
{label: '通号', value: 'MAINTAINER'},

View File

@ -81,7 +81,7 @@ export default {
],
typeList: [
{label: '行调', value: 'DISPATCHER'},
{label: 'NCC', value: 'NCC_DISPATCHER'},
{label: 'NCC调', value: 'NCC_DISPATCHER'},
{label: '通号', value: 'MAINTAINER'},
{label: '车站值班员', value: 'STATION_SUPERVISOR'},
{label: '车站助理', value: 'STATION_ASSISTANT'},

View File

@ -97,7 +97,7 @@ export default {
labelName: '行调',
children: []
}, {
labelName: 'NCC',
labelName: 'NCC调',
children: []
}, {
labelName: '车站值班员',
@ -202,7 +202,7 @@ export default {
dispatcherList.push(this.memberData[item.id]);
break;
case 'NCC_DISPATCHER':
this.memberData[item.id].labelName = 'NCC' + (item.name || '');
this.memberData[item.id].labelName = 'NCC调' + (item.name || '');
nccDispatcherList.push(this.memberData[item.id]);
break;
case 'ELECTRIC_DISPATCHER':
@ -281,7 +281,7 @@ export default {
id: 'dispatcher',
children: dispatcherList
}, {
labelName: 'NCC',
labelName: 'NCC调',
id: 'nccDispatcher',
children: nccDispatcherList
}, {

View File

@ -93,7 +93,7 @@ export default {
labelName: '行调',
children: []
}, {
labelName: 'NCC',
labelName: 'NCC调',
children: []
}, {
labelName: '车站值班员',
@ -239,7 +239,7 @@ export default {
dispatcherList.push(this.memberData[item.id]);
break;
case 'NCC_DISPATCHER':
this.memberData[item.id].labelName = 'NCC' + (item.name || '');
this.memberData[item.id].labelName = 'NCC调' + (item.name || '');
nccDispatcherList.push(this.memberData[item.id]);
break;
case 'ELECTRIC_DISPATCHER':
@ -318,7 +318,7 @@ export default {
id: 'dispatcher',
children: dispatcherList
}, {
labelName: 'NCC',
labelName: 'NCC调',
id: 'nccDispatcher',
children: nccDispatcherList
}, {

View File

@ -245,7 +245,7 @@
</el-form-item>
</el-col>
<el-col :span="12">
<el-form-item label="NCC" prop="NCC_DISPATCHER">
<el-form-item label="NCC调:" prop="NCC_DISPATCHER">
<el-input-number v-model="batchForm.NCC_DISPATCHER" size="small" :min="0" :step="1" :precision="0" />
</el-form-item>
</el-col>