Merge branch 'master' of codeup.aliyun.com:6265f483e4166464dc2f9c14/boeu/portal

This commit is contained in:
dongruihua
2022-12-28 22:53:18 +08:00

View File

@@ -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>