Commit e7136d12 authored by 黄奎's avatar 黄奎

页面修改

parent c603b7e2
...@@ -52,7 +52,7 @@ ...@@ -52,7 +52,7 @@
<td>{{item.PlugSubName}}</td> <td>{{item.PlugSubName}}</td>
<td>{{item.PlugUrl}}</td> <td>{{item.PlugUrl}}</td>
<td> <td>
<img :src="item.Icon" style="width: 50px; height: 50px; display: block; padding-left:5px;"> <img :src="item.Icon" style="width: 50px; height: 50px; display: block; padding-left:5px;">
</td> </td>
<td>{{item.IconClass}}</td> <td>{{item.IconClass}}</td>
<td> <td>
...@@ -77,11 +77,10 @@ ...@@ -77,11 +77,10 @@
<el-dialog title="营销插件" :visible.sync="marketingPlugDialog" width="500px"> <el-dialog title="营销插件" :visible.sync="marketingPlugDialog" width="500px">
<el-form :model="addMsg" ref="addMsg" label-width="150px"> <el-form :model="addMsg" ref="addMsg" label-width="150px">
<el-form-item label="插件类型"> <el-form-item label="插件类型">
<el-select size="small" v-model="addMsg.PlugType"> <el-select size="small" v-model="addMsg.PlugType">
<el-option v-for="(item) in PlugTypeList" :label="item.Name" :key="item.Id" :value="item.Id"> <el-option v-for="(item) in PlugTypeList" :label="item.Name" :key="item.Id" :value="item.Id">
</el-option> </el-option>
</el-select> </el-select>
<el-input type="text" style="width:234px" size="small" maxlength="50" v-model="addMsg.PlugSubName"></el-input>
</el-form-item> </el-form-item>
<el-form-item label="插件名称"> <el-form-item label="插件名称">
<el-input type="text" style="width:234px" size="small" maxlength="50" v-model="addMsg.PlugName"></el-input> <el-input type="text" style="width:234px" size="small" maxlength="50" v-model="addMsg.PlugName"></el-input>
...@@ -184,6 +183,7 @@ ...@@ -184,6 +183,7 @@
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
this.getPageList(); this.getPageList();
this.marketingPlugDialog = false; this.marketingPlugDialog = false;
this.Success(res.data.message);
} else { } else {
this.Info(res.data.message); this.Info(res.data.message);
} }
......
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