From cace389b5559ba3c72c39bb2a043debcd68eb2f9 Mon Sep 17 00:00:00 2001 From: zhouhongjun <565221961@qq.com> Date: Thu, 2 Nov 2023 15:50:22 +0800 Subject: [PATCH] options --- .../wwwroot/models/_options.js | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/models/_options.js b/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/models/_options.js index 00d0d30c..bcc20532 100644 --- a/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/models/_options.js +++ b/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/models/_options.js @@ -136,18 +136,13 @@ const billState = { }; const codeType = { - title: "生产码类型", + title: "启用类型", type: "string", input: "select", options: [ - { value: "01", label: "前保" }, - { value: "03", label: " 左门槛" }, - { value: "04", label: "右门槛" }, - { value: "05", label: "扰流板" }, - { value: "06", label: "前左轮眉" }, - { value: "07", label: "前右轮眉 " }, - { value: "08", label: "后左轮眉" }, - { value: "09", label: "后右轮眉" }, + { value: "01", label: "启用" }, + { value: "03", label: "停用" }, + ], clearable: true, rules: [