提交先能打包
This commit is contained in:
@@ -1,10 +1,9 @@
|
|||||||
<script>
|
<script>
|
||||||
import AiDialogBtn from "dui/packages/layout/AiDialogBtn.vue";
|
import AiDialogBtn from "dui/packages/layout/AiDialogBtn.vue";
|
||||||
import Template from "../../../../project/sass/apps/AppAskForm/components/Template.vue";
|
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
name: "tableEditor",
|
name: "tableEditor",
|
||||||
components: {Template, AiDialogBtn},
|
components: {AiDialogBtn},
|
||||||
model: {
|
model: {
|
||||||
event: "input",
|
event: "input",
|
||||||
prop: "tableData"
|
prop: "tableData"
|
||||||
@@ -45,7 +44,7 @@ export default {
|
|||||||
})
|
})
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
columns:v=>v.configs
|
columns: v => v.configs
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
rowSave(form, done) {
|
rowSave(form, done) {
|
||||||
|
|||||||
Reference in New Issue
Block a user