This commit is contained in:
13684185576
2025-09-24 15:21:46 +08:00
2 changed files with 1 additions and 2 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) => {