@@ -70,6 +81,29 @@
@success="getLists"
@close="showEdit = false"
/>
+
+
+
+
+ 选择文件
+
+
+ 提交
+
+
+
+
+
+
@@ -80,11 +114,19 @@ import { apiAnimalRfidLists, apiAnimalRfidDelete } from '@/api/animal_rfid'
import { timeFormat } from '@/utils/util'
import feedback from '@/utils/feedback'
import EditPopup from './edit.vue'
+import { genFileId, ElMessage } from 'element-plus'
+import type { UploadInstance, UploadProps, UploadRawFile } from 'element-plus'
+import {ref} from "vue";
+import config from "@/config";
+import useUserStore from "@/stores/modules/user";
const editRef = shallowRef