提交 19ed52ff 编写于 作者: changdi.hao's avatar changdi.hao

update

上级 454d4310
......@@ -65,11 +65,9 @@
</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">
<template slot-scope="scope" v-if="!scope.row.official">
<span>已发布</span>
</template>
<template slot-scope="scope" v-else>
<span>{{ scope.row.releaseStatus == 1 ? '已发布' : '未发布'}}</span>
<template slot-scope="scope">
<span v-if="!scope.row.official">已发布</span>
<span v-else>{{ scope.row.releaseStatus == 1 ? '已发布' : '未发布'}}</span>
</template>
</el-table-column>
<el-table-column label="操作" fixed="right" align="center" min-width="200">
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册