feat: 添加用户登录功能
This commit is contained in:
@@ -23,8 +23,7 @@ const contentConfig: IContentConfig = {
|
||||
}
|
||||
return OrderApi.getList(params);
|
||||
},
|
||||
indexActionData: {
|
||||
},
|
||||
indexActionData: {},
|
||||
// deleteAction: OrderApi.delete,
|
||||
// modifyAction: function (data) {
|
||||
// // return OrderApi.edit(data);
|
||||
@@ -46,28 +45,30 @@ const contentConfig: IContentConfig = {
|
||||
label: "订单号信息",
|
||||
align: "center",
|
||||
prop: "orderNo",
|
||||
templet: "custom",
|
||||
slotName: "orderNo",
|
||||
},
|
||||
{
|
||||
label: "商品信息",
|
||||
align: "center",
|
||||
templet: 'custom',
|
||||
prop: 'goods',
|
||||
slotName: 'goods',
|
||||
templet: "custom",
|
||||
prop: "goods",
|
||||
slotName: "goods",
|
||||
width: 240,
|
||||
},
|
||||
{
|
||||
label: "台桌信息",
|
||||
align: "center",
|
||||
templet: 'custom',
|
||||
slotName: 'table',
|
||||
templet: "custom",
|
||||
slotName: "table",
|
||||
width: 150,
|
||||
},
|
||||
{
|
||||
label: "订单原金额 不含折扣价格",
|
||||
align: "center",
|
||||
prop: "originAmount",
|
||||
templet: 'custom',
|
||||
slotName: 'originAmount',
|
||||
templet: "custom",
|
||||
slotName: "originAmount",
|
||||
width: 120,
|
||||
hidden: true,
|
||||
},
|
||||
@@ -117,7 +118,7 @@ const contentConfig: IContentConfig = {
|
||||
fixed: "right",
|
||||
width: 150,
|
||||
templet: "custom",
|
||||
slotName: 'operate'
|
||||
slotName: "operate",
|
||||
},
|
||||
],
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user