|
|
@@ -1,10 +1,13 @@
|
|
|
<template>
|
|
|
<div v-if="refreshPage" style="min-width:1200px">
|
|
|
<div style="margin:10px 10px 0 10px;border-radius:5px;" class="container normal-panel sticky" @click="closeTags">
|
|
|
- <div class="flex-align-start flex-between normal-margin" style="flex-wrap:nowrap">
|
|
|
+ <div class="flex-align-start flex-between normal-margin" style="flex-wrap:nowrap;margin-bottom: 0px !important;">
|
|
|
<div>
|
|
|
- <p class="main_title mt-10"><i class="el-icon-back" @click="$store.dispatch('changeDetailDrawer',false)" style="color: #c7c7c7"></i>{{titleText?titleText:'##'}}</p>
|
|
|
- <tagTemp v-if="activeApp.isdatatag" ref="tag" :ownertable="ownertable?ownertable:idname.slice(0, this.idname.length - 2)" @onSuccess="onSuccess"></tagTemp>
|
|
|
+ <el-button type="primary" size="mini" @click="$store.dispatch('changeDetailDrawer',false)" style="margin-bottom: 10px">返 回</el-button>
|
|
|
+ <p class="main_title mt-10">
|
|
|
+ {{titleText?titleText:'##'}}
|
|
|
+ </p>
|
|
|
+<!-- <tagTemp v-if="activeApp.isdatatag" ref="tag" :ownertable="ownertable?ownertable:idname.slice(0, this.idname.length - 2)" @onSuccess="onSuccess"></tagTemp>-->
|
|
|
</div>
|
|
|
<div class="flex-align-center" style="flex: 1 0 auto; justify-content: flex-end;">
|
|
|
<cpEdit v-if="tool.checkAuth($route.name,'update')" :formPath="formPath" :oldFormPath="oldFormPath" :data="editData" btnType="default" @onAddSuccess="onSuccess"></cpEdit>
|
|
|
@@ -383,5 +386,6 @@ export default {
|
|
|
font-weight:300;
|
|
|
margin-right:16px;
|
|
|
line-height: 2rem;
|
|
|
+
|
|
|
}
|
|
|
</style>
|