feat: 🚀 是否作废
This commit is contained in:
@@ -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<any>): VNode | string | any => {
|
||||
return scope.row.isRepeal ? "是" : "否";
|
||||
}
|
||||
width: "120"
|
||||
// render: (scope: RenderScope<any>): VNode | string | any => {
|
||||
// return scope.row.isRepeal ? "是" : "否";
|
||||
// }
|
||||
},
|
||||
{
|
||||
align: "left",
|
||||
|
||||
@@ -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<any>): VNode | string | any => {
|
||||
return scope.row.isRepeal ? "是" : "否";
|
||||
}
|
||||
width: "120"
|
||||
// render: (scope: RenderScope<any>): VNode | string | any => {
|
||||
// return scope.row.isRepeal ? "是" : "否";
|
||||
// }
|
||||
},
|
||||
{
|
||||
align: "left",
|
||||
|
||||
Reference in New Issue
Block a user