diff --git a/src/views/deliveryAndOutbound/outboundTaskList/constant/list/table.ts b/src/views/deliveryAndOutbound/outboundTaskList/constant/list/table.ts index ee17390..a922b57 100644 --- a/src/views/deliveryAndOutbound/outboundTaskList/constant/list/table.ts +++ b/src/views/deliveryAndOutbound/outboundTaskList/constant/list/table.ts @@ -1,5 +1,5 @@ -// import { STATUS } from "@/constant"; -import { RenderScope } from "@/components/ProTable/interface"; +// // import { STATUS } from "@/constant"; +// import { RenderScope } from "@/components/ProTable/interface"; // 销售订单 表格配置项 export const COLUMNS = [ @@ -129,10 +129,10 @@ export const COLUMNS = [ align: "left", label: "是否作废", prop: "isRepeal", - width: "120", - render: (scope: RenderScope): VNode | string | any => { - return scope.row.isRepeal ? "是" : "否"; - } + width: "120" + // render: (scope: RenderScope): VNode | string | any => { + // return scope.row.isRepeal ? "是" : "否"; + // } }, { align: "left", diff --git a/src/views/receiptAndWarehousing/ofInboundInstructionsList/constant/list/table.ts b/src/views/receiptAndWarehousing/ofInboundInstructionsList/constant/list/table.ts index f27134d..18697e7 100644 --- a/src/views/receiptAndWarehousing/ofInboundInstructionsList/constant/list/table.ts +++ b/src/views/receiptAndWarehousing/ofInboundInstructionsList/constant/list/table.ts @@ -1,5 +1,5 @@ // import { STATUS } from "@/constant"; -import { RenderScope } from "@/components/ProTable/interface"; +// import { RenderScope } from "@/components/ProTable/interface"; // 销售订单 表格配置项 export const COLUMNS = [ @@ -129,10 +129,10 @@ export const COLUMNS = [ align: "left", label: "是否作废", prop: "isRepeal", - width: "120", - render: (scope: RenderScope): VNode | string | any => { - return scope.row.isRepeal ? "是" : "否"; - } + width: "120" + // render: (scope: RenderScope): VNode | string | any => { + // return scope.row.isRepeal ? "是" : "否"; + // } }, { align: "left",