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

调整6/5号内容

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