提交先能打包
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user