|
|
@@ -36,8 +36,12 @@
|
|
|
<slot name="custom"></slot>
|
|
|
</el-col>
|
|
|
<el-col style="width:400px;" :span="6">
|
|
|
- <group v-if="activeApp.isdatateam" ref="group" style="margin-bottom:10px" :ownertable="ownertable?ownertable:idname.slice(0, this.idname.length - 2)" @onSuccess="onSuccess"></group>
|
|
|
- <follow-up v-if="activeApp.isdatafollowup" ref="follow" :ownertable="ownertable?ownertable:idname.slice(0, this.idname.length - 2)"></follow-up>
|
|
|
+ <group v-if="activeApp.isdatateam" ref="group" style="margin-bottom:10px" :ownertable="ownertable?ownertable:idname.slice(0, this.idname.length - 2)" @onSuccess="onSuccess">
|
|
|
+ <el-button slot="collapse" type="text" icon="el-icon-s-unfold" class="inline-16"></el-button>
|
|
|
+ </group>
|
|
|
+ <follow-up v-if="activeApp.isdatafollowup" ref="follow" :ownertable="ownertable?ownertable:idname.slice(0, this.idname.length - 2)">
|
|
|
+ <el-button slot="collapse" type="text" icon="el-icon-s-unfold" class="inline-16"></el-button>
|
|
|
+ </follow-up>
|
|
|
</el-col>
|
|
|
|
|
|
</el-row>
|