状态
This commit is contained in:
		| @@ -85,9 +85,9 @@ export default { | ||||
|           prop: 'broadcastStatus', | ||||
|           label: '状态', | ||||
|           align: 'center', | ||||
|           render: (h, {row}) => { | ||||
|             return h('span',null,this.dict.getLabel('dlbBroadcastStatus',row.broadcastStatus)) | ||||
|           }, | ||||
|           render: (h, { row })=>{ | ||||
|             return h('span',null, (row.broadcastStatus == 0? '已下发': row.broadcastStatus == 3? '播发成功': row.broadcastStatus == 6? '已取消': '')) | ||||
|           } | ||||
|         }, | ||||
|         { | ||||
|           prop: 'createUserName', | ||||
|   | ||||
		Reference in New Issue
	
	Block a user