guhongwei 2 yıl önce
ebeveyn
işleme
289cc99286
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. 2 2
      src/components/frame/file-1.vue

+ 2 - 2
src/components/frame/file-1.vue

@@ -1,5 +1,5 @@
 <template>
-  <div id="file-1">
+  <div id="c-file">
     <el-row>
       <el-col :span="24" class="main">
         <el-form :model="form" ref="formRef" label-width="auto">
@@ -17,7 +17,7 @@
 </template>
 
 <script setup lang="ts">
-import CUpload from '@/components/frame/c-upload.vue';
+import CUpload from './c-upload.vue';
 import type { Ref } from 'vue';
 import { ref, toRefs } from 'vue';
 import type { FormInstance } from 'element-plus';