Commit 73993bc7 authored by “lixuyan”'s avatar “lixuyan”

修改站位计划维护

parent a13ffbf2
...@@ -242,6 +242,13 @@ export default { ...@@ -242,6 +242,13 @@ export default {
} }
}, },
{ title: '指令名称', key: 'extProcessPlan.name', align: 'left', minWidth: 280 }, { title: '指令名称', key: 'extProcessPlan.name', align: 'left', minWidth: 280 },
{ title: '是否协同',
key: 'extProcessPlan.name',
align: 'left',
formatter(row) {
return row.cooperatives ? '协同' : ''
}
},
{ title: '机型', key: 'extProcessPlan.planeType', align: 'left' }, { title: '机型', key: 'extProcessPlan.planeType', align: 'left' },
{ title: '架次', key: 'extProcessPlan.sorties', align: 'left' }, { title: '架次', key: 'extProcessPlan.sorties', align: 'left' },
{ title: '站位', key: 'extProcessPlan.positionNumber', align: 'left' }, { title: '站位', key: 'extProcessPlan.positionNumber', align: 'left' },
...@@ -595,6 +602,9 @@ export default { ...@@ -595,6 +602,9 @@ export default {
'openProps': [ 'openProps': [
{ {
'name': 'extProcessPlan' 'name': 'extProcessPlan'
},
{
'name': 'cooperatives'
} }
], ],
'sortItem': [ 'sortItem': [
......
...@@ -44,7 +44,7 @@ import gantt from './gantt.vue' ...@@ -44,7 +44,7 @@ import gantt from './gantt.vue'
import missingParts from './missingParts' import missingParts from './missingParts'
import stationPlanList from './stationPlanList' import stationPlanList from './stationPlanList'
export default { export default {
name: 'StationPlanMaintenance', name: 'DeeMesStationPlanMaintenance',
components: { searchBar, station, gantt, missingParts, stationPlanList }, components: { searchBar, station, gantt, missingParts, stationPlanList },
data() { data() {
return { return {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment