This commit is contained in:
2025-09-20 19:55:19 +08:00
parent 043369989c
commit 63cd5ba2a3
6 changed files with 63 additions and 446 deletions

View File

@ -23,7 +23,7 @@
<script setup>
import { reactive, ref } from '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 title = ref("新增")
const init = (type, row) => {