yzx 8 months ago
parent
commit
91a83d80f7

+ 3 - 3
src/views/museums/museumsdocument/index.vue

@@ -1,5 +1,5 @@
 <template>
-  <el-skeleton :loading="loading" animated>
+
   <ContentWrap>
     <!-- 搜索工作栏 -->
     <el-form
@@ -91,7 +91,7 @@
         <el-button
           type="primary"
           plain
-          @click="openForm('create')" 
+          @click="openForm('create')"
         >
           <Icon icon="ep:plus" class="mr-5px" /> 新增
         </el-button>
@@ -198,7 +198,7 @@
 
   <!-- 表单弹窗:添加/修改 -->
   <DocumentForm ref="formRef" @success="getList" />
-  </el-skeleton>
+
 </template>
 
 <script setup lang="ts">

+ 1 - 1
src/views/museums/photogroup/PhotosIndex.vue

@@ -99,7 +99,7 @@
       <el-table-column
         label="创建时间"
         align="center"
-        prop="createdAt"
+        prop="createTime"
         :formatter="dateFormatter"
         width="180px"
       />