管道基础大数据平台系统开发-【前端】-新系統界面
Surpriseplus
2023-02-28 0ce4cec549b9f1a38d6c696996c1cb6fee625665
资料管修改
已修改1个文件
11 ■■■■ 文件已修改
src/views/Archive/index.vue 11 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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('文件数据列表调用失败');