提交先能打包

This commit is contained in:
aixianling
2024-02-28 09:08:56 +08:00
parent 44a486fba6
commit 8a1fa07e9b

View File

@@ -1,10 +1,9 @@
<script>
import AiDialogBtn from "dui/packages/layout/AiDialogBtn.vue";
import Template from "../../../../project/sass/apps/AppAskForm/components/Template.vue";
export default {
name: "tableEditor",
components: {Template, AiDialogBtn},
components: {AiDialogBtn},
model: {
event: "input",
prop: "tableData"
@@ -45,7 +44,7 @@ export default {
})
}
},
columns:v=>v.configs
columns: v => v.configs
},
methods: {
rowSave(form, done) {