snapshot before 拆分组件“

This commit is contained in:
lb
2023-03-09 09:42:46 +08:00
parent 70b2dd6f33
commit 3709d3a29f
3 changed files with 111 additions and 92 deletions

View File

@@ -79,8 +79,8 @@ export default function () {
{ width: 120, prop: "deliveryTime", label: "发货时间" },
{ width: 120, prop: "customerCode", label: "客户" },
{ width: 120, prop: "pcsKilnCar", label: "托盘码放砖数", },
{ width: 200, prop: "remark", label: "备注" },
{ prop: "description", label: "详情", subcomponent: TableTextComponent },
{ width: 200, prop: "remark", label: "备注" },
{
prop: "operations",
name: "操作",
@@ -98,6 +98,7 @@ export default function () {
label: '订单号',
prop: 'code',
input: true,
default: { value: '' },
bind: { placeholder: '请输入订单号' }
},
{