|
|
@@ -308,13 +308,7 @@ const contentConfig: IContentConfig<ChargeOrderInfoPageQuery> = reactive({
|
|
|
{ label: "优惠券金额", prop: "couponPrice" },
|
|
|
{ label: "备注", prop: "remark" },
|
|
|
{ label: "创建时间", prop: "createTime" },
|
|
|
- {
|
|
|
- label: "操作",
|
|
|
- prop: "operation",
|
|
|
- width: 220,
|
|
|
- templet: "tool",
|
|
|
- operat: ["edit", "delete"],
|
|
|
- },
|
|
|
+
|
|
|
],
|
|
|
});
|
|
|
|