snapshot before 拆分组件“
This commit is contained in:
@@ -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: '请输入订单号' }
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user