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

修改站位计划维护

parent a13ffbf2
......@@ -242,6 +242,13 @@ export default {
}
},
{ 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.sorties', align: 'left' },
{ title: '站位', key: 'extProcessPlan.positionNumber', align: 'left' },
......@@ -595,6 +602,9 @@ export default {
'openProps': [
{
'name': 'extProcessPlan'
},
{
'name': 'cooperatives'
}
],
'sortItem': [
......
......@@ -44,7 +44,7 @@ import gantt from './gantt.vue'
import missingParts from './missingParts'
import stationPlanList from './stationPlanList'
export default {
name: 'StationPlanMaintenance',
name: 'DeeMesStationPlanMaintenance',
components: { searchBar, station, gantt, missingParts, stationPlanList },
data() {
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