mirror of
https://github.com/dataease/dataease.git
synced 2026-05-21 12:45:37 +08:00
feat: 大改前存档
This commit is contained in:
@@ -13,7 +13,6 @@ export default {
|
||||
const item = context.props.item
|
||||
return createElement(item.component, {
|
||||
props: {
|
||||
options: item.options,
|
||||
element: item
|
||||
},
|
||||
on: {
|
||||
|
||||
@@ -15,16 +15,19 @@
|
||||
export default {
|
||||
|
||||
props: {
|
||||
options: {
|
||||
element: {
|
||||
type: Object,
|
||||
default: null
|
||||
}
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
|
||||
options: null
|
||||
}
|
||||
},
|
||||
created() {
|
||||
this.options = this.element.options
|
||||
},
|
||||
mounted() {
|
||||
this.$nextTick(() => {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user