Commit 16e7f346 authored by 李苏's avatar 李苏 💬

调整6/5号内容

parent 98268ca7
......@@ -2,7 +2,11 @@
<DefaultDialog :app='app'>
<div slot="form" style="display: flex;height: 70vh;">
<BasePage ref="basePage" :power='power' class="min_full" style="height: 100%;" :config="config"> ref="basePage"
<BasePage :toolButtonConfig="{
showExcel:false,
showPrint:false,
showField:true
}" ref="basePage" :power='power' class="min_full" style="height: 100%;" :config="config"> ref="basePage"
:power='power' class="min_full" :config="config">
<template #dialog="ctx">
......@@ -27,7 +31,7 @@
import wlsx from 'common/src/mixin/wlsx.js'
import wlphsx from 'common/src/mixin/wlphsx.js'
export default {
mixins:[wlsx,wlphsx],
mixins: [wlsx, wlphsx],
props: {
app: {
type: Object,
......
......@@ -197,9 +197,9 @@
}
},
},
// components: {
// Edit
// }
components: {
Edit
}
}
</script>
......
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