修改治具字段名

增加 lodash 库
This commit is contained in:
tao
2025-12-24 11:08:40 +08:00
parent cef3725a6e
commit e604d75e31
9 changed files with 64 additions and 38 deletions

View File

@@ -20,7 +20,7 @@
</header>
</template>
<script setup>
<script setup lang="ts">
import { useRouter } from 'vue-router';
import { Modal } from 'ant-design-vue';
import { useAuthStore, useUserStore } from '@/store';
@@ -57,6 +57,13 @@ defineProps({
}
});
defineSlots<{
'default'(): any;
'left-opts'(): any;
'title'(): any;
'right-opts'(): any;
}>();
const emit = defineEmits(['back']);
const router = useRouter();