|
|
@@ -149,24 +149,14 @@
|
|
|
showOverflowTooltip: true,
|
|
|
minWidth: 110
|
|
|
},
|
|
|
- // {
|
|
|
- // prop: 'cycleType',
|
|
|
- // label: '计划性质',
|
|
|
- // align: 'center',
|
|
|
- // showOverflowTooltip: true,
|
|
|
- // minWidth: 110,
|
|
|
- // formatter(item) {
|
|
|
- // return { 1: '自动', 0: '手动' }[item.cycleType];
|
|
|
- // }
|
|
|
- // },
|
|
|
{
|
|
|
- prop: 'autoOrder',
|
|
|
- label: '自动派单',
|
|
|
+ prop: 'cycleType',
|
|
|
+ label: '计划性质',
|
|
|
align: 'center',
|
|
|
showOverflowTooltip: true,
|
|
|
minWidth: 110,
|
|
|
formatter(item) {
|
|
|
- return { 1: '自动', 0: '手动' }[item.autoOrder];
|
|
|
+ return { 1: '自动', 0: '手动' }[item.cycleType];
|
|
|
}
|
|
|
},
|
|
|
{
|