Commit f357163e authored by 黄奎's avatar 黄奎

1

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