预埋弹窗设置点

This commit is contained in:
aixianling
2024-01-24 16:34:57 +08:00
parent 7232b894f7
commit a42aa166d1
7 changed files with 85 additions and 30 deletions

View File

@@ -1,5 +1,4 @@
<script>
import Vue from 'vue'
import AiDialogBtn from "dui/packages/layout/AiDialogBtn.vue";
export default {
@@ -75,11 +74,6 @@ export default {
}
},
created() {
Vue.use(window.AVUE, {
size: 'mini',
tableSize: 'mini',
calcHeight: 36,
})
this.records = this.tableData.map(e => ({$cellEdit: true, ...e}))
}
}