修改治具字段名
增加 lodash 库
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user