|
@@ -18,6 +18,10 @@
|
|
|
<el-button type="primary" :plain="partType===1?false:true" @click="partType=1" :style="{width:'120px',border:'none',color:partType==1?'#fff':'#333'}">登录设置</el-button>
|
|
|
<el-button type="primary" :plain="partType===2?false:true" @click="partType=2" :style="{width:'120px',border:'none',color:partType==2?'#fff':'#333'}">研报设置</el-button>
|
|
|
<el-button type="primary" :plain="partType===3?false:true" v-if="isShowPPT||isShowEnPPT" @click="partType=3" :style="{width:'120px',border:'none',color:partType==3?'#fff':'#333'}">PPT配置</el-button>
|
|
|
+ <div class="btn-wrap" style="text-align: center;float:right">
|
|
|
+ <el-button type="primary" plain style="width:120px;" @click="cancel">取消</el-button>
|
|
|
+ <el-button type="primary" style="margin-left:20px;width:120px;" @click="saveBaseConfig">保存</el-button>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
<!-- 登录设置模块 -->
|
|
|
<div class="part" v-show="partType===1">
|
|
@@ -275,10 +279,7 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
</el-form>
|
|
|
- <div class="btn-wrap" style="text-align: center;padding: 90px 0 60px 0;">
|
|
|
- <el-button type="primary" plain style="width:200px;" @click="cancel">取消</el-button>
|
|
|
- <el-button type="primary" style="margin-left:50px;width:200px;" @click="saveBaseConfig">保存</el-button>
|
|
|
- </div>
|
|
|
+
|
|
|
</template>
|
|
|
<!-- 资源库 -->
|
|
|
<smartReportImgSet v-if="sectionType==2"/>
|