src/views/crm/contract/detail/data.ts
@@ -20,6 +20,11 @@ render: (val) => erpPriceInputFormatter(val) as string, }, { field: 'depositPrice', label: '定金金额(元)', render: (val) => erpPriceInputFormatter(val) as string, }, { field: 'orderDate', label: '下单时间', render: (val) => formatDateTime(val) as string, @@ -61,6 +66,11 @@ render: (val) => erpPriceInputFormatter(val) as string, }, { field: 'depositPrice', label: '定金金额(元)', render: (val) => erpPriceInputFormatter(val) as string, }, { field: 'orderDate', label: '下单时间', render: (val) => formatDateTime(val) as string,