|
|
@@ -148,7 +148,16 @@
|
|
|
showOverflowTooltip: true,
|
|
|
minWidth: 140
|
|
|
},
|
|
|
-
|
|
|
+ {
|
|
|
+ prop: 'isGeneratedOrder',
|
|
|
+ label: '是否已生成过订单',
|
|
|
+ align: 'center',
|
|
|
+ showOverflowTooltip: true,
|
|
|
+ minWidth: 140,
|
|
|
+ formatter: (_row, _column, cellValue) => {
|
|
|
+ return cellValue == 1 ? '是' : '否';
|
|
|
+ }
|
|
|
+ },
|
|
|
{
|
|
|
prop: 'finishDate',
|
|
|
label: '完成日期',
|