|
@@ -39,15 +39,15 @@
|
|
<slot name="tableLeft"></slot>
|
|
<slot name="tableLeft"></slot>
|
|
<div style="flex:0 1 auto;width: 100%;" v-if="listType === 'table' && refreshTable">
|
|
<div style="flex:0 1 auto;width: 100%;" v-if="listType === 'table' && refreshTable">
|
|
<tableTemp ref="table" :layout="tableLayout" :tableName="tableName" :custom="true" :data="list" :fixRightData="fixRightData" :fixLeftData="fixLeftData" @headerSearch="onHeaderSearch" @checkboxCallBack="checkboxCallBack">
|
|
<tableTemp ref="table" :layout="tableLayout" :tableName="tableName" :custom="true" :data="list" :fixRightData="fixRightData" :fixLeftData="fixLeftData" @headerSearch="onHeaderSearch" @checkboxCallBack="checkboxCallBack">
|
|
|
|
+ <template v-slot:temp="scope">
|
|
|
|
+ <slot name="tempChild" :data="scope.data"></slot>
|
|
|
|
+ </template>
|
|
|
|
|
|
<template v-slot:customcol="scope">
|
|
<template v-slot:customcol="scope">
|
|
<slot :data="scope" name="tbList"></slot>
|
|
<slot :data="scope" name="tbList"></slot>
|
|
</template>
|
|
</template>
|
|
|
|
|
|
- <template v-slot:temp="scope">
|
|
|
|
- <slot name="tempChild" :data="scope.data"></slot>
|
|
|
|
- </template>
|
|
|
|
-
|
|
|
|
|
|
+
|
|
<template v-slot:opreation="scope">
|
|
<template v-slot:opreation="scope">
|
|
<drawerTemp class="inline-16" v-if="detailPath" :data="scope.data" :detailPath="detailPath" :idName="idName" @onSuccess="listData"></drawerTemp>
|
|
<drawerTemp class="inline-16" v-if="detailPath" :data="scope.data" :detailPath="detailPath" :idName="idName" @onSuccess="listData"></drawerTemp>
|
|
<slot :data="scope" name="tbOpreation"></slot>
|
|
<slot :data="scope" name="tbOpreation"></slot>
|