Browse Source

列表隐藏固定列

master
zhouhongjun 1 year ago
parent
commit
d9b009129c
  1. 1
      code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/models/_options.js
  2. 4
      code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/models/base-data/jia-ge-dan.js
  3. 4
      code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/models/base-data/xiao-shou.js

1
code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/models/_options.js

@ -144,6 +144,7 @@ const enableType = {
{ value: "03", label: "停用" }, { value: "03", label: "停用" },
], ],
hideForList: true,
clearable: true, clearable: true,
rules: [ rules: [
{ {

4
code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/models/base-data/jia-ge-dan.js

@ -39,7 +39,7 @@ const schema = {
type: "boolean", type: "boolean",
title: "是否已停用", title: "是否已停用",
}, },
enableType
}, },
}; };
@ -112,7 +112,7 @@ export default function (service) {
}, },
{ {
logic: "and", logic: "and",
column: "isCancel", column: "enableType",
action: "equal", action: "equal",
value: null, value: null,
readOnly: true, readOnly: true,

4
code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/models/base-data/xiao-shou.js

@ -38,7 +38,7 @@ const schema = {
type: "boolean", type: "boolean",
title: "是否已停用", title: "是否已停用",
}, },
enableType
}, },
}; };
@ -114,7 +114,7 @@ export default function () {
}, },
{ {
logic: "and", logic: "and",
column: "isCancel", column: "enableType",
action: "equal", action: "equal",
value: null, value: null,
readOnly: true, readOnly: true,

Loading…
Cancel
Save