提交 b19daa72 authored 作者: lihuihui's avatar lihuihui

调整加载状态

上级 101a7799
...@@ -164,7 +164,7 @@ if (props.btnInfo.resource_type === '2') { ...@@ -164,7 +164,7 @@ if (props.btnInfo.resource_type === '2') {
</CardListItem> </CardListItem>
</div> </div>
</div> </div>
<el-empty v-else description="暂无数据" /> <!-- <el-empty v-else description="暂无数据" /> -->
</template> </template>
</AppList> </AppList>
</el-drawer> </el-drawer>
......
...@@ -233,7 +233,7 @@ const handleExamDetail = (row: any) => { ...@@ -233,7 +233,7 @@ const handleExamDetail = (row: any) => {
class="video_con" class="video_con"
></ViewDetailsVideo> ></ViewDetailsVideo>
<div v-else style="display: flex"> <div v-else style="display: flex">
<el-empty description="暂无数据" style="width: 85%" /> <!-- <el-empty description="暂无数据" style="width: 85%" /> -->
<ViewCourseChapter :isBlack="true" :data="chapterTree" style="max-height: 500px"></ViewCourseChapter> <ViewCourseChapter :isBlack="true" :data="chapterTree" style="max-height: 500px"></ViewCourseChapter>
</div> </div>
</div> </div>
...@@ -247,7 +247,7 @@ const handleExamDetail = (row: any) => { ...@@ -247,7 +247,7 @@ const handleExamDetail = (row: any) => {
:item="item" :item="item"
style="margin-top: 10px" style="margin-top: 10px"
></PreviewFiles> ></PreviewFiles>
<el-empty description="暂无数据" v-if="!resourceData.courseware.length" /> <!-- <el-empty description="暂无数据" v-if="!resourceData.courseware.length" /> -->
</el-tab-pane> </el-tab-pane>
<el-tab-pane label="教案" name="2"> <el-tab-pane label="教案" name="2">
<PreviewFiles <PreviewFiles
...@@ -256,7 +256,7 @@ const handleExamDetail = (row: any) => { ...@@ -256,7 +256,7 @@ const handleExamDetail = (row: any) => {
:key="item.id" :key="item.id"
style="margin-top: 10px" style="margin-top: 10px"
></PreviewFiles> ></PreviewFiles>
<el-empty description="暂无数据" v-if="!resourceData.lessonPlan.length" /> <!-- <el-empty description="暂无数据" v-if="!resourceData.lessonPlan.length" /> -->
</el-tab-pane> </el-tab-pane>
<el-tab-pane label="资料" name="3"> <el-tab-pane label="资料" name="3">
<PreviewFiles <PreviewFiles
...@@ -265,7 +265,7 @@ const handleExamDetail = (row: any) => { ...@@ -265,7 +265,7 @@ const handleExamDetail = (row: any) => {
:key="item.id" :key="item.id"
style="margin-top: 10px" style="margin-top: 10px"
></PreviewFiles> ></PreviewFiles>
<el-empty description="暂无数据" v-if="!resourceData.data.length" /> <!-- <el-empty description="暂无数据" v-if="!resourceData.data.length" /> -->
</el-tab-pane> </el-tab-pane>
<el-tab-pane label="作业" name="4"> <el-tab-pane label="作业" name="4">
<AppList v-bind="homeworkOptions"> <AppList v-bind="homeworkOptions">
......
...@@ -158,7 +158,7 @@ const typeFilter = () => { ...@@ -158,7 +158,7 @@ const typeFilter = () => {
:tabIndex="tabValue" :tabIndex="tabValue"
></CardListItem> ></CardListItem>
</div> </div>
<el-empty v-else description="暂无数据" /> <!-- <el-empty v-else description="暂无数据" /> -->
</template> </template>
</AppList> </AppList>
</AppCard> </AppCard>
......
...@@ -158,7 +158,7 @@ const typeFilter = () => { ...@@ -158,7 +158,7 @@ const typeFilter = () => {
:key="index" :key="index"
></CardListItem> ></CardListItem>
</div> </div>
<el-empty v-else description="暂无数据" /> <!-- <el-empty v-else description="暂无数据" /> -->
</template> </template>
</AppList> </AppList>
</AppCard> </AppCard>
......
...@@ -159,7 +159,7 @@ const typeFilter = () => { ...@@ -159,7 +159,7 @@ const typeFilter = () => {
:key="index" :key="index"
></CardListItem> ></CardListItem>
</div> </div>
<el-empty v-else description="暂无数据" /> <!-- <el-empty v-else description="暂无数据" /> -->
</template> </template>
</AppList> </AppList>
</AppCard> </AppCard>
......
...@@ -180,7 +180,7 @@ const handleBatchImport = () => { ...@@ -180,7 +180,7 @@ const handleBatchImport = () => {
<div class="card-list" v-if="data.length"> <div class="card-list" v-if="data.length">
<CardListItem :tabIndex="tabValue" v-for="(item, index) in data" :data="item" :key="index"></CardListItem> <CardListItem :tabIndex="tabValue" v-for="(item, index) in data" :data="item" :key="index"></CardListItem>
</div> </div>
<el-empty v-else description="暂无数据" /> <!-- <el-empty v-else description="暂无数据" /> -->
</template> </template>
</AppList> </AppList>
</AppCard> </AppCard>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论