licp
2024-04-19 e04fbe73f7785155bffe3db30a7ead37f9200f06
src/components/view/a5-laboratory-qualifications.vue
@@ -119,8 +119,9 @@
                </div>
              </el-image>
              <div class="table-item-right" style="flex: 1;font-size: 12px;color: #666666;">
                <p style="line-height: 30px;">资质名称:<span style="color: #3A7BFA;">{{ m.name }}</span></p>
                <p style="line-height: 30px;">有效时间:{{m.expireTime}}</p>
                <p style="line-height: 26px;">资质名称:<span style="color: #3A7BFA;">{{ m.name }}</span></p>
                <p style="line-height: 26px;">颁发时间:{{m.recentlyTime}}</p>
                <p style="line-height: 26px;">到期时间:{{m.expireTime}}</p>
                <p>
                  <span>状态:</span>
                  <el-tag :type="m.state==0?'danger':'success'" size="small">{{ m.state==0?'失效':'有效' }}</el-tag>
@@ -278,10 +279,10 @@
            itemParameterData: {
               entity: {
                  name: null,
                  orderBy: {
                     field: 'id',
                     order: 'asc'
                  }
                  // orderBy: {
                  //    field: 'id',
                  //    order: 'asc'
                  // }
               },
               isIndex: false,
               showSelect: true,
@@ -331,7 +332,7 @@
        finishLoding: false, // 加载完成,显示已经没有更多了
        entity:{
          name: null,
          orderBy: {field: "id", order: "asc"}
          // orderBy: {field: "id", order: "asc"}
        },
        currentPage: 1, // 当前页
        pageSize: 16, // 一页16条
@@ -444,6 +445,7 @@
        const link = document.createElement('a');
        link.href = this.javaApi + '/img/'+ url;
        document.body.appendChild(link);
        link.target = '_blank';
        link.click();
      },
      handleSuccessUpImg(response,name) {