Commit a5bca78c authored by 黄奎's avatar 黄奎

修改菜单文字

parent 7eb81def
......@@ -730,7 +730,7 @@
<el-dialog :title="commonEditTitle" :visible.sync="isShowDialog" width="450px">
<el-form label-width="120px">
<el-form-item label="名称">
<el-input type="text" :disabled="EditIndex==1||EditIndex==2||EditIndex==5" v-model="modifyMsg.name"
<el-input type="text" v-model="modifyMsg.name"
size="small" class="w200" maxlength="100" />
</el-form-item>
<el-form-item label="图标">
......
......@@ -46,7 +46,7 @@
},
methods:{
getIntegralSettingsList(){
this.apipost("/api/Integral//GetIntegralSettingsList",{} , res => {
this.apipost("/api/Integral/GetIntegralSettingsList",{} , res => {
if (res.data.resultCode == 1) {
this.msg.ID =res.data.data.ID
this.msg.IntegralNum =res.data.data.IntegralNum
......@@ -58,7 +58,7 @@
},
preserve(){
this.loading=true
this.apipost("/api/Integral//AddOrUpdateIntegralSettings",this.msg , res => {
this.apipost("/api/Integral/AddOrUpdateIntegralSettings",this.msg , res => {
this.loading=false
if (res.data.resultCode == 1) {
......
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