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

fix

上级 22e43ef3
...@@ -66,7 +66,7 @@ ...@@ -66,7 +66,7 @@
<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 v-else>{{ scope.row.releaseStatus == 2 ? '已发布' : '未发布'}}</span>
</template> </template>
</el-table-column> </el-table-column>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册