|
@@ -25,7 +25,7 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<div style="box-sizing: border-box;padding:10px">
|
|
|
- <el-row class="flex-align-stretch no-wrap" :gutter="10">
|
|
|
+ <el-row class="flex-align-stretch no-wrap" :gutter="0">
|
|
|
<el-col style="flex:1 0 auto;" :span="activeApp.isdatateam?18:activeApp.isdatafollowup?18:24">
|
|
|
<slot name="customBefore"></slot>
|
|
|
<tabTemp :tabs="tabs" :editData="editData" :idname="idname" :ownertable="ownertable?ownertable:idname.slice(0, this.idname.length - 2)" @onTabClick="onTabClick">
|
|
@@ -36,7 +36,9 @@
|
|
|
<slot name="custom"></slot>
|
|
|
</el-col>
|
|
|
<el-col v-if="collapse" style="width:400px;" :span="6">
|
|
|
- <taskTemp :ownertable="ownertable?ownertable:idname.slice(0, this.idname.length - 2)"></taskTemp>
|
|
|
+ <taskTemp v-if="activeApp.isdatateam" :ownertable="ownertable?ownertable:idname.slice(0, this.idname.length - 2)">
|
|
|
+ <el-button slot="collapse" type="text" icon="el-icon-s-unfold" class="inline-16" @click="onCollapse"></el-button>
|
|
|
+ </taskTemp>
|
|
|
<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" @click="onCollapse"></el-button>
|
|
|
</group>
|