|
@@ -121,6 +121,7 @@ const gridOptions = reactive<VxeGridProps<SystemItemModel>>({
|
|
|
},
|
|
},
|
|
|
columns: [
|
|
columns: [
|
|
|
{ type: 'checkbox', width: 100, fixed: 'left', title: '批量' },
|
|
{ type: 'checkbox', width: 100, fixed: 'left', title: '批量' },
|
|
|
|
|
+ { type: 'seq', title: '序号', width: 80 },
|
|
|
{ field: 'name', title: '项目名称' },
|
|
{ field: 'name', title: '项目名称' },
|
|
|
{ field: 'conditioningProgramType', title: '方案类型' },
|
|
{ field: 'conditioningProgramType', title: '方案类型' },
|
|
|
{ field: 'cpFixedPricingRule.unitPrice', title: '单价(元)', slots: { default: 'unitPriceCell' }, width: 150 },
|
|
{ field: 'cpFixedPricingRule.unitPrice', title: '单价(元)', slots: { default: 'unitPriceCell' }, width: 150 },
|