licp
2024-04-19 74c58b88f878c4beafcedf4f75712bbdef4f7a6a
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条