Commit 2e0a67ff authored by 李苏's avatar 李苏 💬

调整

parent 3e33a507
<template>
<BasePage :power='power' class="min_full" :config="config">
<BasePage :batchDeleteButton='true' :power='power' class="min_full" :config="config">
<template #dialog="ctx">
<!-- 嵌入默认页面额外弹框的插槽 ctx.pagePage来操作默认页面 -->
<Sync :app='ctx.basePage' v-if="ctx.basePage.showDialog" />
......@@ -31,8 +31,8 @@
/* 是否开启工作流按钮 */
workFlow: false,
/* 表格开启选择,以及记住选择 */
showSelection: false,
saveSelected: false
showSelection: true,
saveSelected: true
},
config: {
......
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