Commit 78a6da59 by ningjihai

项目列表v-loading

parent 0704c058
...@@ -436,7 +436,7 @@ onMounted(()=>{ ...@@ -436,7 +436,7 @@ onMounted(()=>{
v-model="queryParams" v-model="queryParams"
@query="onQuery" @query="onQuery"
@reset="onReset"/> @reset="onReset"/>
<el-row :gutter="20"> <el-row :gutter="20" v-loading="loading">
<el-col class="table-item" :span="6" v-for="(item, index) in tableList" :key="index"> <el-col class="table-item" :span="6" v-for="(item, index) in tableList" :key="index">
<el-card shadow="always"> <el-card shadow="always">
<template #header> <template #header>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论