| | |
| | | </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> |
| | |
| | | itemParameterData: { |
| | | entity: { |
| | | name: null, |
| | | orderBy: { |
| | | field: 'id', |
| | | order: 'asc' |
| | | } |
| | | // orderBy: { |
| | | // field: 'id', |
| | | // order: 'asc' |
| | | // } |
| | | }, |
| | | isIndex: false, |
| | | showSelect: true, |
| | |
| | | finishLoding: false, // 加载完成,显示已经没有更多了 |
| | | entity:{ |
| | | name: null, |
| | | orderBy: {field: "id", order: "asc"} |
| | | // orderBy: {field: "id", order: "asc"} |
| | | }, |
| | | currentPage: 1, // 当前页 |
| | | pageSize: 16, // 一页16条 |