mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-07-27 09:25:09 +08:00
mp:素材管理,增加【图片】
This commit is contained in:
@ -51,9 +51,6 @@ SOFTWARE.
|
||||
</div>
|
||||
</div>
|
||||
<!-- 分页组件 -->
|
||||
<div v-if="list.length <=0 && !loading" class="el-table__empty-block">
|
||||
<span class="el-table__empty-text">暂无数据</span>
|
||||
</div>
|
||||
<pagination v-show="total > 0" :total="total" :page.sync="queryParams.pageNo" :limit.sync="queryParams.pageSize"
|
||||
@pagination="getList"/>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user