| | |
| | | </el-table-column> |
| | | <el-table-column prop="createUser" label="发布人员" min-width="15"> |
| | | </el-table-column> |
| | | <el-table-column prop="messageTypeName" label="消息分类" min-width="10"> |
| | | <el-table-column prop="messageTypeName" label="消息栏目" min-width="10"> |
| | | </el-table-column> |
| | | <el-table-column prop="status" label="发布状态" min-width="5"> |
| | | <template slot-scope="scope"> |
| | | <template v-if="scope.row.status" slot-scope="scope"> |
| | | {{scope.row.status === 0 ? '未发布' :'已发布'}} |
| | | </template> |
| | | </el-table-column> |
| | |
| | | startTime: this.datetime ? this.datetime[0] : null, |
| | | endTime: this.datetime ? this.datetime[1] : null |
| | | } |
| | | debugger |
| | | getMessageList(messageParam) |
| | | .then(({ records, total }) => { |
| | | this.tableData = records; |