From 51a1786ef3e4e016d5f3f7bad8c2e2e8a84247a6 Mon Sep 17 00:00:00 2001
From: Junjie <fallin.jie@qq.com>
Date: 星期日, 22 三月 2026 18:42:19 +0800
Subject: [PATCH] #
---
src/main/webapp/static/js/locMast/locMast.js | 28 +++++++++++++++++-----------
1 files changed, 17 insertions(+), 11 deletions(-)
diff --git a/src/main/webapp/static/js/locMast/locMast.js b/src/main/webapp/static/js/locMast/locMast.js
index fa699f5..0cd162f 100644
--- a/src/main/webapp/static/js/locMast/locMast.js
+++ b/src/main/webapp/static/js/locMast/locMast.js
@@ -25,16 +25,22 @@
field: 'locSts',
columnName: 'loc_sts',
label: '搴撲綅鐘舵��',
- tableProp: 'locSts',
- exportField: 'locSts',
- kind: 'text',
+ tableProp: 'locSts$',
+ exportField: 'locSts$',
+ kind: 'enum',
valueType: 'string',
required: false,
primaryKey: false,
sortable: false,
textarea: false,
- minWidth: 110,
- enumOptions: [],
+ minWidth: 120,
+ enumOptions: [
+ { rawValue: 'F', label: '鍦ㄥ簱' },
+ { rawValue: 'O', label: '绌哄簱' },
+ { rawValue: 'R', label: '鍑哄簱棰勭害' },
+ { rawValue: 'S', label: '鍏ュ簱棰勭害' },
+ { rawValue: 'X', label: '绂佺敤' },
+ ],
foreignQuery: '',
checkboxActiveRaw: 'Y',
checkboxInactiveRaw: 'N'
@@ -312,17 +318,17 @@
{
field: 'status',
columnName: 'status',
- label: '',
- tableProp: 'status',
- exportField: 'status',
- kind: 'text',
+ label: '鐘舵��',
+ tableProp: 'status$',
+ exportField: 'status$',
+ kind: 'enum',
valueType: 'number',
required: false,
primaryKey: false,
sortable: false,
textarea: false,
- minWidth: 110,
- enumOptions: [],
+ minWidth: 120,
+ enumOptions: [{ rawValue: '1', label: '姝e父' }, { rawValue: '0', label: '绂佺敤' }],
foreignQuery: '',
checkboxActiveRaw: '1',
checkboxInactiveRaw: '0'
--
Gitblit v1.9.1