Commit 9c104a68 authored by zhengke's avatar zhengke

修改

parent 6eb48286
...@@ -13,11 +13,12 @@ ...@@ -13,11 +13,12 @@
<!--首頁(首页)--> <!--首頁(首页)-->
<div class="WebSiteIndex"> <div class="WebSiteIndex">
<div class="WebSiteTopdiv"> <div class="WebSiteTopdiv">
自訂頁面 版面設定 <div>自訂頁面 版面設定</div>
<div style="margin-left:-180px;">页面名称&nbsp;&nbsp;<el-input type="text" v-model="postMsg.PageName" class="w250"></el-input></div>
页面名称<el-input type="text" v-model="postMsg.PageName" class="w250"></el-input> <div>
<el-button type="primary" size="small" @click="gotoList()">返回列表</el-button> <el-button type="primary" size="small" @click="gotoList()">返回列表</el-button>
<el-button type="primary" size="small" @click="saveData()">保存</el-button> <el-button type="primary" size="small" @click="saveData()">保存</el-button>
</div>
</div> </div>
<div> <div>
<WebSiteEdit ref="WebSiteEdit" :templateData="postMsg.PageDataList" v-on:getNewTemplateData="getNewTemplateData"> <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