mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-10 19:36:43 +08:00
Merge branch 'master' of codeup.aliyun.com:6265f483e4166464dc2f9c14/boeu/portal
This commit is contained in:
@@ -10,14 +10,6 @@
|
|||||||
<div style="margin-top:20px;">
|
<div style="margin-top:20px;">
|
||||||
<el-table :data="params" border stripe >
|
<el-table :data="params" border stripe >
|
||||||
<el-table-column label="案例名称" prop="title" width="200px"> </el-table-column>
|
<el-table-column label="案例名称" prop="title" width="200px"> </el-table-column>
|
||||||
<el-table-column label="状态" prop="status" width="100px">
|
|
||||||
<template slot-scope="scope">
|
|
||||||
<span v-if="scope.row.status == 0">草稿</span>
|
|
||||||
<span v-if="scope.row.status == 1">待审核</span>
|
|
||||||
<span v-if="scope.row.status == 2">未通过</span>
|
|
||||||
<span v-if="scope.row.status == 3">已发布</span>
|
|
||||||
</template>
|
|
||||||
</el-table-column>
|
|
||||||
<el-table-column label="审批完成时间" prop="endTime" width="200px"></el-table-column>
|
<el-table-column label="审批完成时间" prop="endTime" width="200px"></el-table-column>
|
||||||
<el-table-column label="公开范围" prop="caseScope" width="100px"> </el-table-column>
|
<el-table-column label="公开范围" prop="caseScope" width="100px"> </el-table-column>
|
||||||
<el-table-column label="浏览量" prop="views" ></el-table-column>
|
<el-table-column label="浏览量" prop="views" ></el-table-column>
|
||||||
|
|||||||
Reference in New Issue
Block a user