Browse Source

update

master
wanggang 1 year ago
parent
commit
49503e3bcb
  1. 2
      code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/models/_options.js

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

@ -17,7 +17,7 @@ const stateOptions = [
{ value: 5, label: "已扣减" },
{ value: 6, label: "已提交扣减" },
];
const state = { title: "状态", type: "string", input: "select", options: stateOptions };
const state = { title: "状态", type: "number", input: "select", options: stateOptions };
const state2 = Object.assign(Object.assign({}, state), { options: stateOptions.filter((a) => parseInt(a.value) > 0) });
const state3 = Object.assign(Object.assign({}, state), { options: stateOptions.filter((a) => parseInt(a.value) > 3) });

Loading…
Cancel
Save