全部任务(第二版-修改bug)

dev_4newlayout
xia 1 year ago
parent 6e2aa27643
commit adf60baa4e
  1. 5
      ant-design-vue-jeecg/src/views/newLayout/task_admin/task_content/TaskContent.vue
  2. 1
      ant-design-vue-jeecg/src/views/newLayout/task_admin/task_content/content_card/ContentCard.vue

@ -90,12 +90,7 @@
ref="box"
@scroll="loadMore(item.id, timeid)"
>
<el-empty
description="暂无数据"
v-if="item.data.length === 0"
></el-empty>
<ContenCard
v-if="item.data.length > 0"
:color="item.color"
:projectData="item.data"
:statusNum="item.statusNum"

@ -270,6 +270,7 @@
</div>
</Draggable>
</Container>
<el-empty description="暂无数据" v-if="proData.length === 0"></el-empty>
<!-- 弹出框 -->
<el-drawer
:visible.sync="drawer"

Loading…
Cancel
Save