From 3bc63f076be515631cec3909d8da2d798fa1d7df Mon Sep 17 00:00:00 2001 From: yangchunlong <292345300@qq.com> Date: Wed, 16 Jul 2025 09:33:11 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=F0=9F=9A=80=20=E6=98=AF=E5=90=A6?= =?UTF-8?q?=E4=BD=9C=E5=BA=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../outboundTaskList/constant/list/table.ts | 12 ++++++------ .../ofInboundInstructionsList/constant/list/table.ts | 10 +++++----- 2 files changed, 11 insertions(+), 11 deletions(-) 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",