Commit 3689df08 authored by 何虹's avatar 何虹 💬

表格行点击事件暴露参数更改

parent 6b801bf0
...@@ -1212,16 +1212,6 @@ const hsPageConfigSingle = { ...@@ -1212,16 +1212,6 @@ const hsPageConfigSingle = {
showQueryComponent: false showQueryComponent: false
} }
}, },
'entityInfo': {
'indexSearchParamEntityInfo': {
'defaultValue': {
}
},
'mainSearchParamEntityInfo': {
'defaultValue': {
}
}
},
'entity': { // 实体节点 'entity': { // 实体节点
'index': { 'index': {
'isInitNewDefault': false, // 初始化新增默认值 'isInitNewDefault': false, // 初始化新增默认值
...@@ -1246,6 +1236,7 @@ const hsPageConfigSingle = { ...@@ -1246,6 +1236,7 @@ const hsPageConfigSingle = {
'initNewDefaultOnce': true, // 是否只调用一次 'initNewDefaultOnce': true, // 是否只调用一次
'check': {}, // 修改时数据校验 'check': {}, // 修改时数据校验
'enableBillFlow': true, // 是否开启审核流程 'enableBillFlow': true, // 是否开启审核流程
'queryDefault': {}, // 查询默认值
'isHideQueryZone': false, // 是否隐藏搜索区域 'isHideQueryZone': false, // 是否隐藏搜索区域
'group': '', // 分组 'group': '', // 分组
'table_name': '', // 表名 'table_name': '', // 表名
...@@ -1384,12 +1375,6 @@ const hsPageConfigSingleForm = { ...@@ -1384,12 +1375,6 @@ const hsPageConfigSingleForm = {
isTabsForm: false isTabsForm: false
} }
}, },
'entityInfo': {
'mainSearchParamEntityInfo': {
'defaultValue': {
}
}
},
'entity': { 'entity': {
'main': { 'main': {
'isInitNewDefault': false, // 初始化新增默认值 'isInitNewDefault': false, // 初始化新增默认值
...@@ -1431,16 +1416,6 @@ const hsPageConfigHdrDtl = { ...@@ -1431,16 +1416,6 @@ const hsPageConfigHdrDtl = {
tableHeightAdaption: false tableHeightAdaption: false
} }
}, },
'entityInfo': {
'mainSearchParamEntityInfo': {
'defaultValue': {
}
},
'dtlSearchParamEntityInfo': {
'defaultValue': {
}
}
},
'entity': { 'entity': {
'childs': [ 'childs': [
], ],
...@@ -1500,16 +1475,6 @@ const hsPageConfigBill = { ...@@ -1500,16 +1475,6 @@ const hsPageConfigBill = {
showQueryComponent: false showQueryComponent: false
} }
}, },
'entityInfo': {
'indexSearchParamEntityInfo': {
'defaultValue': {
}
},
'mainSearchParamEntityInfo': {
'defaultValue': {
}
}
},
'entity': { 'entity': {
'index': { 'index': {
'isInitNewDefault': false, // 初始化新增默认值 'isInitNewDefault': false, // 初始化新增默认值
...@@ -1530,6 +1495,7 @@ const hsPageConfigBill = { ...@@ -1530,6 +1495,7 @@ const hsPageConfigBill = {
'main': { 'main': {
'isInitNewDefault': false, // 初始化新增默认值 'isInitNewDefault': false, // 初始化新增默认值
'initNewDefaultOnce': true, // 是否只调用一次 'initNewDefaultOnce': true, // 是否只调用一次
'queryDefault': {},
'isHideQueryZone': false, 'isHideQueryZone': false,
'group': '', 'group': '',
'table_name': '', 'table_name': '',
...@@ -1567,14 +1533,9 @@ const hsPageConfigImport = { ...@@ -1567,14 +1533,9 @@ const hsPageConfigImport = {
tableHeightAdaption: false tableHeightAdaption: false
} }
}, },
'entityInfo': {
'mainSearchParamEntityInfo': {
'defaultValue': {
}
}
},
'entity': { 'entity': {
'main': { 'main': {
'queryDefault': {}, // 默认查询参数
'isHideQueryZone': false, // 是否隐藏查询区域 'isHideQueryZone': false, // 是否隐藏查询区域
'group': '', // 分组 'group': '', // 分组
'table_name': '', // 表名 'table_name': '', // 表名
...@@ -1599,16 +1560,6 @@ const hsPageConfigHdrDtlImport = { ...@@ -1599,16 +1560,6 @@ const hsPageConfigHdrDtlImport = {
} }
}, },
'entityInfo': {
'mainSearchParamEntityInfo': {
'defaultValue': {
}
},
'dtlSearchParamEntityInfo': {
'defaultValue': {
}
}
},
'entity': { 'entity': {
'main': { 'main': {
'isHideQueryZone': false, 'isHideQueryZone': false,
...@@ -2300,6 +2251,15 @@ const hsTabs = { ...@@ -2300,6 +2251,15 @@ const hsTabs = {
}, },
sourceData: [] sourceData: []
} }
const hsTabsTable = {
config: {
tabsList: [{
label: '明细',
controlName: 'table1'
}]
},
sourceData: []
}
const hsImg = { const hsImg = {
config: { config: {
width: 200, width: 200,
...@@ -2464,16 +2424,6 @@ const hsPageConfigDragList = { ...@@ -2464,16 +2424,6 @@ const hsPageConfigDragList = {
showQueryComponent: false showQueryComponent: false
} }
}, },
'entityInfo': {
'rightSearchParamEntityInfo': {
'defaultValue': {
}
},
'LeftSearchParamEntityInfo': {
'defaultValue': {
}
}
},
'entity': { 'entity': {
'right': { 'right': {
'isInitNewDefault': false, // 初始化新增默认值 'isInitNewDefault': false, // 初始化新增默认值
...@@ -2517,17 +2467,31 @@ const hsPageConfigDragList = { ...@@ -2517,17 +2467,31 @@ const hsPageConfigDragList = {
}, },
sourceData: [] sourceData: []
} }
const hsQrcode = { const hsInputSelect = {
config: { config: {
flag: 'hsQrcode', autoAddEmpty: false,
text: '暂无信息', ref: {
size: 100, table_name: '',
logoSrc: '', columns: '',
colorLight: '', remote_condition: ''
colorDark: '',
backgroundColor: ''
}, },
sourceData: [] dyncQueryParms: {},
disabled: false,
size: 'mini',
clearable: true,
title: '',
placeholder: '',
label: ''
},
sourceData: [
{
value: '选项1',
label: '黄金糕'
}, {
value: '选项2',
label: '双皮奶'
}
]
} }
const mockData = { const mockData = {
hsLineBar: initLineBar, hsLineBar: initLineBar,
...@@ -2590,6 +2554,7 @@ const mockData = { ...@@ -2590,6 +2554,7 @@ const mockData = {
hsPageConfigSingleForm, hsPageConfigSingleForm,
hsDragList, hsDragList,
hsPageConfigDragList, hsPageConfigDragList,
hsQrcode hsInputSelect,
hsTabsTable
} }
export default mockData export default mockData
...@@ -733,9 +733,9 @@ export default { ...@@ -733,9 +733,9 @@ export default {
if (type === 'string' && click.startsWith('$')) { if (type === 'string' && click.startsWith('$')) {
const item_ = Object.assign({}, item) // 拷贝一份item const item_ = Object.assign({}, item) // 拷贝一份item
item_.click = item_.click.substr(1) item_.click = item_.click.substr(1)
this.$emit('handleClick', item_, row, index, bindEntity) this.$emit('handleClick', row, item,bindEntity)
} else if (type === 'function') { } else if (type === 'function') {
click(row, index, item, bindEntity) click(row, item, bindEntity)
} }
}, },
tableColumnSet() { tableColumnSet() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment