课程管理功能细化
This commit is contained in:
@@ -67,6 +67,18 @@
|
||||
align="center"
|
||||
label="课程名"
|
||||
>
|
||||
<template slot-scope="scope">
|
||||
<div>
|
||||
<span>{{ scope.row.title }}</span>
|
||||
<el-tooltip placement="bottom" effect="light">
|
||||
<div slot="content">多行信息<br />第二行信息多行信息<br />第二行信息多行信息<br />第二行信息多行信息第二行信息多行信息<br />第二行信息</div>
|
||||
<i
|
||||
class="el-icon-paperclip"
|
||||
style=" color:#17B3A3; margin-left:15px"
|
||||
></i>
|
||||
</el-tooltip>
|
||||
</div>
|
||||
</template>
|
||||
</el-table-column>
|
||||
|
||||
<!-- <el-table-column prop="authorName" header-align="center" align="center" label="作者姓名">
|
||||
@@ -163,10 +175,7 @@
|
||||
width="600"
|
||||
>
|
||||
<template slot-scope="scope">
|
||||
<div
|
||||
style=" "
|
||||
v-if="scope.row.courseCatalogueEntityList.length == 0"
|
||||
>
|
||||
<div style=" " v-if="scope.row.courseCatalogueEntityList.length == 0">
|
||||
该课程还未添加目录
|
||||
</div>
|
||||
<div
|
||||
@@ -183,7 +192,6 @@
|
||||
>
|
||||
<div
|
||||
style="width: 90px;float: left;font-weight: 800;border: 1px solid #bbbb; border-radius: 4px;line-height: 30px;"
|
||||
|
||||
>
|
||||
<!-- <el-tag type="success" > -->
|
||||
{{ v.title }}
|
||||
@@ -198,10 +206,13 @@
|
||||
}px);float: right;`
|
||||
"
|
||||
>
|
||||
<div v-if="v.productList.length==0">
|
||||
暂未关联商品
|
||||
</div>
|
||||
<div v-for="(item, i) in v.productList" v-if="v.productList.length>0">
|
||||
<div v-if="v.productList.length == 0">
|
||||
暂未关联商品
|
||||
</div>
|
||||
<div
|
||||
v-for="(item, i) in v.productList"
|
||||
v-if="v.productList.length > 0"
|
||||
>
|
||||
{{ item.productName }}
|
||||
<span style="color: #ff5b36;"
|
||||
>¥{{
|
||||
|
||||
Reference in New Issue
Block a user