Commit f357163e authored by 黄奎's avatar 黄奎

1

parent 51b2236c
......@@ -146,8 +146,8 @@
layout="total,prev, pager, next, jumper" :page-size="msg.pageSize" :total='total'>
</el-pagination>
<el-dialog :title="dialogTitle" :visible.sync="outerVisible" center width="1000px"
:before-close="closeChangeMachie" append-to-body>
<el-dialog :title="dialogTitle" :visible.sync="outerVisible" center width="1000px" :before-close="closeChangeMachie"
append-to-body>
<el-form :model="addMsg" :rules="rules" ref="addMsg" label-width="120px">
<el-row>
<el-col :span="12">
......@@ -248,10 +248,8 @@
<el-input style="width:217px" type="text" :disabled="addMsg.IsLock === 1" v-model="addMsg.LinkUrl"
maxlength="50" :placeholder="$t('system.ph_url')">
</el-input>
</el-form-item>
</el-col>
</el-row>
<el-row>
<el-col :span="12">
......@@ -330,7 +328,7 @@
LineIdList: [],
SeriesIdList: [],
IsSelfGuidedTour: 0,
LinkUrl:"",//页面地址
LinkUrl: "", //页面地址
},
rules: {
CategoryName: [{
......
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