Commit 8b4728cd authored by 黄奎's avatar 黄奎

页面修改

parent 01fbd9e5
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
</q-input> </q-input>
<q-card style="width:100%;position:absolute;z-index:99999;background:#fff;border:1px solid rgba(0, 0, 0, 0.12);"> <q-card style="width:100%;position:absolute;z-index:99999;background:#fff;border:1px solid rgba(0, 0, 0, 0.12);">
<q-btn-group push v-if="isShowSelect" :spread="true"> <q-btn-group push v-if="isShowSelect" :spread="true">
<q-btn push label="全选" @click="checkAll()" /> <q-btn v-if="multiple" push label="全选" @click="checkAll()" />
<q-btn push label="清空" @click="clearMsg()" /> <q-btn push label="清空" @click="clearMsg()" />
<q-btn push label="确认" @click="getCheckValue()" /> <q-btn push label="确认" @click="getCheckValue()" />
<q-btn push label="关闭" @click="isShowSelect=false" /> <q-btn push label="关闭" @click="isShowSelect=false" />
......
...@@ -240,7 +240,9 @@ ...@@ -240,7 +240,9 @@
title: '提示信息', title: '提示信息',
message: tipMsg, message: tipMsg,
cancel: true, cancel: true,
persistent: true persistent: true,
ok: "确定",
cancel: "取消",
}).onOk(() => { }).onOk(() => {
updateMenuStatus(delMsg).then(res => { updateMenuStatus(delMsg).then(res => {
if (res.Code == 1) { if (res.Code == 1) {
......
...@@ -194,7 +194,9 @@ ...@@ -194,7 +194,9 @@
title: '提示信息', title: '提示信息',
message: tipMsg, message: tipMsg,
cancel: true, cancel: true,
persistent: true persistent: true,
ok: "确定",
cancel: "取消",
}).onOk(() => { }).onOk(() => {
setRoleStatus(delMsg).then(res => { setRoleStatus(delMsg).then(res => {
if (res.Code == 1) { if (res.Code == 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