bugfix 0706 zentao

This commit is contained in:
lb
2023-07-06 09:59:08 +08:00
parent b8765af77f
commit eac4976304
6 changed files with 62 additions and 28 deletions

View File

@@ -39,7 +39,7 @@ export default function () {
const headFormFields = [
{
prop: "orderId",
prop: "order",
label: "订单号",
fieldOptionLabel: 'code',
// fieldOptionValue: 'id',
@@ -253,7 +253,7 @@ export default function () {
operations: [
{ name: "add", label: "保存", type: "primary", permission: "", showOnEdit: false },
{ name: "update", label: "更新", type: "primary", permission: "", showOnEdit: true },
{ name: "reset", label: "重置", type: "warning", showAlways: true },
{ name: "resetSpecific", label: "重置", type: "warning", showAlways: true },
],
},
};