@gingkoo/base-server 0.0.4-alpha.27 → 0.0.4-alpha.28

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -53,7 +53,6 @@ let dict = {
53
53
  layoutSet: [
54
54
  {
55
55
  name: 'ITEM_ID',
56
- label: '字典项编码',
57
56
  disabled: true,
58
57
  required: true,
59
58
  },
@@ -1,8 +1,8 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
2
  <PageView title="数据字典" blockApi="" initApi="">
3
3
  <Fields>
4
- <element id="ITEM_ID" component="text" label="字典项编码" />
5
- <element id="ITEM_VALUE" component="text" label="字典项值" />
4
+ <element id="ITEM_ID" component="text" label="字典ID" />
5
+ <element id="ITEM_VALUE" component="text" label="字典中文" />
6
6
  <element id="ITEM_COLOR" component="input-color" label="色彩" />
7
7
  <element id="ITEM_ICON" component="input-image" label="图标" accept=".jpg,.png,.jpeg" action='/fss/upload/attachment' visibleOn="${ITEM_ICON_TYPE!=='1'}" />
8
8
  <element id="ITEM_ICON_TYPE" component="switch" label="手动输入图标" trueValue="1" falseValue="0" />
@@ -37,12 +37,12 @@
37
37
 
38
38
  <TableBody>
39
39
  <column id="__check" fixed="left"/>
40
- <column id="ITEM_ID" width="90" />
41
- <column id="ITEM_VALUE" width="90" />
40
+ <column id="ITEM_ID" width="200" />
41
+ <column id="ITEM_VALUE" width="200" />
42
42
  <column id="ITEM_COLOR" width="90" />
43
43
  <column id="ITEM_ICON" width="90" />
44
44
  <column id="ITEM_STYLE" width="90" />
45
- <column id="ITEM_DESC" width="90" />
45
+ <column id="ITEM_DESC" width="300" />
46
46
  <column id="ITEM_PARENT" width="100" />
47
47
  <column id="opr" label="操作" components="BTN_MOD, BTN_DEL" width="114" fixed="right" />
48
48
  </TableBody>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gingkoo/base-server",
3
- "version": "0.0.4-alpha.27",
3
+ "version": "0.0.4-alpha.28",
4
4
  "description": "",
5
5
  "main": "app.js",
6
6
  "scripts": {