This commit is contained in:
2025-09-22 19:38:27 +08:00
parent 63cd5ba2a3
commit 3e2d1fac53

View File

@ -23,7 +23,7 @@
<script setup> <script setup>
import { reactive, ref } from 'vue' import { reactive, ref } from 'vue'
import FormMessage from "@/components/aboutTable/FormMessage.vue"; import FormMessage from "@/components/aboutTable/FormMessage.vue";
// import { VueDraggable } from 'vue-draggable-plus' import { VueDraggable } from 'vue-draggable-plus'
const dialogForm = ref(false) const dialogForm = ref(false)
const title = ref("新增") const title = ref("新增")
const init = (type, row) => { const init = (type, row) => {