Commit 7e26057f authored by Mac's avatar Mac

修改

parent 9bc77066
...@@ -72,6 +72,11 @@ ...@@ -72,6 +72,11 @@
</template> </template>
</el-table-column> </el-table-column>
<el-table-column width="100" property="UpdateByName" label="操作人"></el-table-column> <el-table-column width="100" property="UpdateByName" label="操作人"></el-table-column>
<el-table-column width="100" property="UpdateByName" label="状态">
<template slot-scope="scope">
<div >{{scope.row.Msg_Id!=null &&scope.row.Msg_Id!=''?'已发布':'-' }}</div>
</template>
</el-table-column>
<el-table-column width="150" property="UpdateTime" label="操作时间"></el-table-column> <el-table-column width="150" property="UpdateTime" label="操作时间"></el-table-column>
</el-table> </el-table>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment