[update] 文档动态联调
This commit is contained in:
@@ -6,8 +6,8 @@
|
||||
<a-col :md="6" :sm="8">
|
||||
<!-- 消息内容 -->
|
||||
<a-form-item :label="$t('standardRegulationLibrary.documentDynamics.messageContent')" :labelCol="labelCol" :wrapperCol="wrapperCol">
|
||||
<j-input :placeholder="$t('pleaseEnter') + $t('standardRegulationLibrary.documentDynamics.messageContent')"
|
||||
v-model="queryParam.messageContent"></j-input>
|
||||
<a-input :placeholder="$t('pleaseEnter') + $t('standardRegulationLibrary.documentDynamics.messageContent')"
|
||||
v-model="queryParam.content"></a-input>
|
||||
</a-form-item>
|
||||
</a-col>
|
||||
<div style="float: right;overflow: hidden;margin-right: 11px" class="table-page-search-submitButtons">
|
||||
@@ -64,21 +64,21 @@ export default {
|
||||
{ // 消息内容
|
||||
title: this.$t('standardRegulationLibrary.documentDynamics.messageContent'),
|
||||
align: 'center',
|
||||
width: 180,
|
||||
dataIndex: 'messageContent',
|
||||
width: 300,
|
||||
dataIndex: 'content',
|
||||
scopedSlots: { customRender: 'text' }
|
||||
},
|
||||
{ // 通知时间
|
||||
title: this.$t('standardRegulationLibrary.documentDynamics.notificationTime'),
|
||||
align: 'center',
|
||||
width: 180,
|
||||
dataIndex: 'notificationTime',
|
||||
width: 150,
|
||||
dataIndex: 'createTime',
|
||||
scopedSlots: { customRender: 'text' }
|
||||
}
|
||||
],
|
||||
url: {
|
||||
list: '',
|
||||
deleteBatch: ''
|
||||
list: '/laws/standard/updateRecord/list',
|
||||
deleteBatch: '/laws/standard/updateRecord/deleteBatch'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user