From eb32b4309e7ccf3cef8154ee9dfc0ad424cb8663 Mon Sep 17 00:00:00 2001 From: yangchunlong <292345300@qq.com> Date: Mon, 7 Jul 2025 14:09:55 +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 | 10 +++++----- .../ofInboundInstructionsList/constant/list/table.ts | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/src/views/deliveryAndOutbound/outboundTaskList/constant/list/table.ts b/src/views/deliveryAndOutbound/outboundTaskList/constant/list/table.ts index 4f6f0e6..67b6bef 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 { RenderScope } from "@/components/ProTable/interface"; // 销售订单 表格配置项 export const COLUMNS = [ @@ -123,10 +123,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",