|
|
@@ -21,6 +21,7 @@
|
|
|
:columns="listConfig.columns"
|
|
|
:row-handle="listConfig.rowHandle"
|
|
|
:pagination="pagination"
|
|
|
+ :displayField="title"
|
|
|
:loading="loading"
|
|
|
:index-row="false"
|
|
|
:selection-row="false"
|
|
|
@@ -57,6 +58,7 @@ export default {
|
|
|
height: document.clientHeight,
|
|
|
dialogFormVisible: false, // 弹窗
|
|
|
instanceId: '', // 编辑dialog需要使用
|
|
|
+ title: '已办事宜',
|
|
|
|
|
|
pkKey: 'id', // 主键 如果主键不是pk需要传主键
|
|
|
typeId: '',
|