luobinjie 3 days ago
parent
commit
94aace8bc7
  1. 1
      src/components/customerOrg/customerOrgGroupAsbitem.vue
  2. 12
      src/components/room/room.vue

1
src/components/customerOrg/customerOrgGroupAsbitem.vue

@ -994,6 +994,7 @@ export default {
group.price = this.groupPrice
group.id = this.customerOrgGroup.id
this.refreshMoney(group)
this.$message.success({ showClose: true, message: "保存成功" })
}
})

12
src/components/room/room.vue

@ -77,22 +77,22 @@
</div>
<!--按钮-->
<div style="display: block; margin-left: 5px">
<div v-show="checkPagePriv(pagePriv.privs, '新增')" style="margin-top: 45px">
<div style="margin-top: 45px">
<el-button class="commonbutton" @click="btnAdd('')">新增</el-button>
</div>
<div v-show="checkPagePriv(pagePriv.privs, '编辑')" style="margin-top: 5px">
<div style="margin-top: 5px">
<el-button class="commonbutton" @click="btnEdit">编辑</el-button>
</div>
<div v-show="checkPagePriv(pagePriv.privs, '删除')" style="margin-top: 5px">
<div style="margin-top: 5px">
<el-button class="deleteButton" @click="btnDel">删除</el-button>
</div>
<div v-show="checkPagePriv(pagePriv.privs, '置顶')" style="margin-top: 5px">
<div style="margin-top: 5px">
<el-button class="commonbutton" @click="btnSetBottomOrTop(1)">置顶</el-button>
</div>
<div v-show="checkPagePriv(pagePriv.privs, '置底')" style="margin-top: 5px">
<div style="margin-top: 5px">
<el-button class="commonbutton" @click="btnSetBottomOrTop(2)">置底</el-button>
</div>
<div v-show="checkPagePriv(pagePriv.privs, '保存排序')" style="margin-top: 5px">
<div style="margin-top: 5px">
<el-button class="commonbutton" @click="btnSort" :disabled="!isDrag">保存排序</el-button>
</div>
</div>

Loading…
Cancel
Save