|
@@ -14,7 +14,7 @@ export const DEFAULT_F1exhibition_PARAMS: IF1exhibitionParams = {
|
|
|
|
|
|
export const F1EXHIBITION_PARAM_ROWS: F1exhibitionSearchType[] = [
|
|
|
{ name: '业务编号', key: 'num', type: '输入框' },
|
|
|
- { name: '展览名称', key: 'name', type: '输入框' },
|
|
|
+ { name: '展览名称', key: 'typeName', type: '输入框' },
|
|
|
{ name: '展览类型', key: 'sonTypeName', type: '下拉框', data: selectObj['展览类型'] },
|
|
|
{ name: '借展类型', key: 'sonType', type: '下拉框', data: selectObj['借展类型'] },
|
|
|
{ name: '借展单位/部门', key: 'sonUnit', type: '输入框' },
|
|
@@ -34,7 +34,7 @@ export const F1_SON_TYPE_NAME_OBJ = {
|
|
|
|
|
|
export const F1EXHIBITION_TABLE_COLUMNS = [
|
|
|
['txt', '业务编号', 'num'],
|
|
|
- ['txt', '展览名称', 'name'],
|
|
|
+ ['txt', '展览名称', 'typeName'],
|
|
|
['txtChange', '展览类型', 'sonTypeName', F1_SON_TYPE_NAME_OBJ],
|
|
|
['txtChange', '借展类型', 'sonType', F1_SON_TYPE_OBJ],
|
|
|
['txt', '借展单位/部门', 'sonUnit'],
|