|
@@ -14,28 +14,6 @@
|
|
|
// ["text", "创建日期",'description', 50,A],
|
|
// ["text", "创建日期",'description', 50,A],
|
|
|
// ];
|
|
// ];
|
|
|
|
|
|
|
|
-export const A1tableC = [
|
|
|
|
|
- ['txt', '古桥名称', 'name'],
|
|
|
|
|
- ['img', '封面图1', 'thumb'],
|
|
|
|
|
- ['img2', '封面图2', 'thumb2'],
|
|
|
|
|
- ['txt', '建造年代', 'age'],
|
|
|
|
|
- ['txt', '结构形式', 'type'],
|
|
|
|
|
- ['txt', '所属乡镇', 'villageName'],
|
|
|
|
|
- ['txt', '所属村委会', 'village'],
|
|
|
|
|
- ['text', '场景链接', 'sceneLink', 30, 'A'],
|
|
|
|
|
- ['text', '模型链接', 'moduleLink', 30, 'A'],
|
|
|
|
|
- ['txt', '编辑时间', 'updateTime'],
|
|
|
|
|
- ['txt', '编辑人', 'creatorName']
|
|
|
|
|
- // ['cityAll', '所属乡镇', 'province', 'city', 'region', 'address'],
|
|
|
|
|
-
|
|
|
|
|
- //
|
|
|
|
|
-]
|
|
|
|
|
-
|
|
|
|
|
-export const A3tableC = [
|
|
|
|
|
- ['txt', '字典值', 'name'],
|
|
|
|
|
- ['txt', '排序值', 'sort']
|
|
|
|
|
-]
|
|
|
|
|
-
|
|
|
|
|
export const Z1tableC = [
|
|
export const Z1tableC = [
|
|
|
['txt', '用户名', 'userName'],
|
|
['txt', '用户名', 'userName'],
|
|
|
['txtChange', '角色', 'isAdmin', { 1: '管理员', 0: '普通成员' }],
|
|
['txtChange', '角色', 'isAdmin', { 1: '管理员', 0: '普通成员' }],
|