Commit 3675e80b authored by 黄奎's avatar 黄奎

页面修改

parent 707b2169
...@@ -156,6 +156,11 @@ ...@@ -156,6 +156,11 @@
{{ scope.row.PublishCount }} {{ scope.row.PublishCount }}
</template> </template>
</template> </template>
</el-table-column>
<el-table-column prop="OpenStr" label="开放状态">
<template slot-scope="scope">
{{ scope.row.OpenStr }}
</template>
</el-table-column> </el-table-column>
<el-table-column prop="CreateByName" label="创建人"> <el-table-column prop="CreateByName" label="创建人">
<template slot-scope="scope"> <template slot-scope="scope">
......
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