diff --git a/src/components/XyTable/index.vue b/src/components/XyTable/index.vue index 22350a4..23ebf73 100644 --- a/src/components/XyTable/index.vue +++ b/src/components/XyTable/index.vue @@ -98,6 +98,16 @@ export default { createIndexRow(){ return }, + createPage(){ + return( + + ) + }, toggleRowSelection(row){ this.$nextTick(()=>{ this.$refs.table.toggleRowSelection(row); @@ -116,9 +126,9 @@ export default { mounted() { }, render(h) { - let {summaryMethod,cellClick,btnWidth,selectClick,height,createIndexRow,tableStyle,treeProps,showSummary,showHeader,$scopedSlots,showIndex,defaultExpandAll,headerCellStyle,headerRowStyle,rowStyle,cellStyle,indent,tableHeight,tableItem,list,deleteClick,editorClick} = this + let {createPage,summaryMethod,cellClick,btnWidth,selectClick,height,createIndexRow,tableStyle,treeProps,showSummary,showHeader,$scopedSlots,showIndex,defaultExpandAll,headerCellStyle,headerRowStyle,rowStyle,cellStyle,indent,tableHeight,tableItem,list,deleteClick,editorClick} = this return ( -
+
{ tableItem && tableItem.length>0 ? ( diff --git a/src/views/business/component/addMerchant.vue b/src/views/business/component/addMerchant.vue index 800f2bc..5e6a483 100644 --- a/src/views/business/component/addMerchant.vue +++ b/src/views/business/component/addMerchant.vue @@ -12,22 +12,22 @@
-