消息修改
This commit is contained in:
@@ -154,20 +154,6 @@ export default {
|
||||
// align:'center',
|
||||
// sorter: true
|
||||
// },
|
||||
{
|
||||
title: '日志类型',
|
||||
dataIndex: 'logType_dictText',
|
||||
/*customRender:function (text) {
|
||||
if(text==1){
|
||||
return "登录日志";
|
||||
}else if(text==2){
|
||||
return "操作日志";
|
||||
}else{
|
||||
return text;
|
||||
}
|
||||
},*/
|
||||
align: 'center'
|
||||
}
|
||||
],
|
||||
operateColumn:
|
||||
{
|
||||
|
||||
@@ -18,14 +18,14 @@
|
||||
<j-date
|
||||
placeholder="请选择开始日期"
|
||||
class="query-group-cust"
|
||||
v-model="queryParam.meetingStartTime"
|
||||
v-model="queryParam.startTime"
|
||||
:disabled-date="disabledStartDate">
|
||||
</j-date>
|
||||
<span class="query-group-split-cust"></span>
|
||||
<j-date
|
||||
placeholder="请选择结束日期"
|
||||
class="query-group-cust"
|
||||
v-model="queryParam.meetingEndTime"
|
||||
v-model="queryParam.endTime"
|
||||
:disabled-date="disabledEndDate">
|
||||
</j-date>
|
||||
</a-form-item>
|
||||
@@ -151,8 +151,8 @@ export default {
|
||||
readAllMsg: 'sys/sysAnnouncementSend/readAll',
|
||||
},
|
||||
dateKeyObj: {
|
||||
beginKey: 'meetingStartTime',
|
||||
endKey: 'meetingEndTime'
|
||||
beginKey: 'startTime',
|
||||
endKey: 'endTime'
|
||||
},
|
||||
loading: false,
|
||||
openPath: '',
|
||||
@@ -171,12 +171,14 @@ export default {
|
||||
this.syncHeadNotic(record.anntId)
|
||||
}
|
||||
})
|
||||
const param = JSON.parse(record.busId)
|
||||
if (record.openType === 'component') {
|
||||
this.openPath = record.openPage
|
||||
// 将参数传入
|
||||
this.formData = {id: record.busId}
|
||||
this.formData = param
|
||||
this.$refs.showDynamNotice.detail()
|
||||
} else if(record.openType === 'url') {
|
||||
console.log(JSON.parse(record.busId))
|
||||
const param = {id: record.busId}
|
||||
// 如果是url 跳转页面
|
||||
this.$router.push({
|
||||
|
||||
Reference in New Issue
Block a user