Commit 9c104a68 authored by zhengke's avatar zhengke

修改

parent 6eb48286
......@@ -13,11 +13,12 @@
<!--首頁(首页)-->
<div class="WebSiteIndex">
<div class="WebSiteTopdiv">
自訂頁面 版面設定
页面名称<el-input type="text" v-model="postMsg.PageName" class="w250"></el-input>
<el-button type="primary" size="small" @click="gotoList()">返回列表</el-button>
<el-button type="primary" size="small" @click="saveData()">保存</el-button>
<div>自訂頁面 版面設定</div>
<div style="margin-left:-180px;">页面名称&nbsp;&nbsp;<el-input type="text" v-model="postMsg.PageName" class="w250"></el-input></div>
<div>
<el-button type="primary" size="small" @click="gotoList()">返回列表</el-button>
<el-button type="primary" size="small" @click="saveData()">保存</el-button>
</div>
</div>
<div>
<WebSiteEdit ref="WebSiteEdit" :templateData="postMsg.PageDataList" v-on:getNewTemplateData="getNewTemplateData">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment