提交 a72d190d 编写于 作者: 张敬贤's avatar 张敬贤

add

上级 53413df6
...@@ -66,8 +66,8 @@ ...@@ -66,8 +66,8 @@
<el-table-column prop="modifiedtime" label="修改日期" min-width="100" align="center"></el-table-column> <el-table-column prop="modifiedtime" label="修改日期" min-width="100" align="center"></el-table-column>
<el-table-column prop="status" label="状态" min-width="80" align="center"> <el-table-column prop="status" label="状态" min-width="80" align="center">
<template slot-scope="scope"> <template slot-scope="scope">
<span v-if="scope.row.official">已发布</span> <!-- <span v-if="scope.row.official">已发布</span> -->
<span v-else>{{ scope.row.releaseStatus == 2 ? '已发布' : '未发布'}}</span> <span >{{ scope.row.releaseStatus == 2 ? '已发布' : '未发布'}}</span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="操作" fixed="right" align="center" min-width="200"> <el-table-column label="操作" fixed="right" align="center" min-width="200">
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册