From 0ce4cec549b9f1a38d6c696996c1cb6fee625665 Mon Sep 17 00:00:00 2001
From: Surpriseplus <845948745@qq.com>
Date: 星期二, 28 二月 2023 17:18:01 +0800
Subject: [PATCH] 资料管修改

---
 src/views/Archive/index.vue |   11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/src/views/Archive/index.vue b/src/views/Archive/index.vue
index dc0998c..64cf255 100644
--- a/src/views/Archive/index.vue
+++ b/src/views/Archive/index.vue
@@ -161,7 +161,7 @@
               class="clearfix"
             >
 
-              <span v-show="formInline.dataType=='type2'">
+              <span v-show="formInline.dataType =='type2'">
                 <span v-if="item.ismeta > 0">
                   <el-link
                     style="color: #409eff"
@@ -178,7 +178,7 @@
                   >{{ item.name }}</el-link></span>
                 <span v-else>{{ item.name }}</span>
               </span>
-              <span v-show="!formInline.dataType">{{item.tabDesc}}</span>
+              <span v-show="formInline.dataType !='type2'">{{item.tabDesc}}</span>
               <div style="float: right; padding: 3px 0">
                 <i
                   class="el-icon-tickets"
@@ -763,7 +763,7 @@
             align="center"
             prop="sizes"
             :label="$t('common.size')"
-            :formatter="changeSizeFile"
+            :formatter="stateFormatSizes"
           />
           <el-table-column
             align="center"
@@ -867,7 +867,7 @@
             align="center"
             prop="sizes"
             :label="$t('common.size')"
-            :formatter="changeSizeFile"
+            :formatter="stateFormatSizes"
           />
           <el-table-column
             align="center"
@@ -1712,6 +1712,7 @@
     //鏌ヨ鏂囦欢鏁版嵁
     async getQueryFileData() {
       this.listData.dirs = "";
+      this.listData.count = 0;
       if (this.formInline.category.length != 0) {
         this.listData.dirs += this.formInline.category.toString();
       }
@@ -1722,7 +1723,7 @@
         this.listData.dirs += this.formInline.item.toString();
       }
       this.listData.depcode = this.formInline.depcode;
-      this.listData.name = this.formInline.keywords;
+      this.listData.tab = this.formInline.keywords;
       const data = await dataLib_selectByPageForMeta(this.listData);
       if (data.code != 200) {
         this.$message.error('鏂囦欢鏁版嵁鍒楄〃璋冪敤澶辫触');

--
Gitblit v1.9.3