@steedos/standard-object-database 2.5.17-beta.4 → 2.5.17-beta.6

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.
@@ -125,6 +125,15 @@ fields:
125
125
  label: Value
126
126
  help:
127
127
  description:
128
+ crud_mode:
129
+ label: Crud Mode
130
+ help:
131
+ options:
132
+ - label: Table
133
+ value: table
134
+ - label: Cards
135
+ value: cards
136
+ description:
128
137
  filter_logic:
129
138
  label: Logic
130
139
  help:
@@ -146,6 +146,15 @@ fields:
146
146
  description:
147
147
  sort_no:
148
148
  label: 排序号
149
+ crud_mode:
150
+ label: 显示模式
151
+ help:
152
+ options:
153
+ - label: 表格
154
+ value: table
155
+ - label: 卡片
156
+ value: cards
157
+ description:
149
158
  enable_amis_schema:
150
159
  label: 使用 amis自定义列表
151
160
  amis_schema:
@@ -225,6 +225,14 @@ fields:
225
225
  type: number
226
226
  scale: 0
227
227
  defaultValue: 100
228
+ crud_mode:
229
+ label: 显示模式
230
+ type: select
231
+ options:
232
+ - label: 表格
233
+ value: table
234
+ - label: 卡片
235
+ value: cards
228
236
  is_system:
229
237
  type: boolean
230
238
  label: System
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@steedos/standard-object-database",
3
- "version": "2.5.17-beta.4",
3
+ "version": "2.5.17-beta.6",
4
4
  "main": "package.service.js",
5
5
  "private": false,
6
6
  "publishConfig": {
@@ -15,5 +15,5 @@
15
15
  },
16
16
  "repository": {},
17
17
  "license": "MIT",
18
- "gitHead": "627c7718c27a375320941bdb1cb774c280991f54"
18
+ "gitHead": "e197a26e88e736fe56c9a4c5da7cd192119a4654"
19
19
  }