[fix 86398] 去掉发布状态
This commit is contained in:
@@ -33,13 +33,6 @@
|
|||||||
<j-year-date style="width: 100%" placeholder="请选择年份" v-model="queryParam.particularYear"></j-year-date>
|
<j-year-date style="width: 100%" placeholder="请选择年份" v-model="queryParam.particularYear"></j-year-date>
|
||||||
</a-form-item>
|
</a-form-item>
|
||||||
</a-col>
|
</a-col>
|
||||||
|
|
||||||
<a-col :xl="6" :lg="7" :md="8" :sm="24">
|
|
||||||
<a-form-item label="发布状态">
|
|
||||||
<j-dict-select-tag placeholder="请选择发布状态" dict-code="release"
|
|
||||||
v-model="queryParam.isRelease"></j-dict-select-tag>
|
|
||||||
</a-form-item>
|
|
||||||
</a-col>
|
|
||||||
<a-col :xl="10" :lg="11" :md="12" :sm="24">
|
<a-col :xl="10" :lg="11" :md="12" :sm="24">
|
||||||
<a-form-item label="创建时间">
|
<a-form-item label="创建时间">
|
||||||
<j-date
|
<j-date
|
||||||
@@ -132,7 +125,6 @@ import PageHeaderTitle from '@comp/layouts/PageHeaderTitle'
|
|||||||
import IconImg from '@/assets/imgs/icon/icon_other_meeting.png'
|
import IconImg from '@/assets/imgs/icon/icon_other_meeting.png'
|
||||||
import '@/assets/less/TableExpand.less'
|
import '@/assets/less/TableExpand.less'
|
||||||
import JDate from '@comp/tools/JDate'
|
import JDate from '@comp/tools/JDate'
|
||||||
import JDictSelectTag from '@comp/dict/JDictSelectTag'
|
|
||||||
import moment from 'moment'
|
import moment from 'moment'
|
||||||
import {MeetingTypeEnums} from '@/enums/commonEnums'
|
import {MeetingTypeEnums} from '@/enums/commonEnums'
|
||||||
|
|
||||||
@@ -144,7 +136,6 @@ export default {
|
|||||||
UploadMeetFileModal,
|
UploadMeetFileModal,
|
||||||
PageHeaderTitle,
|
PageHeaderTitle,
|
||||||
JDate,
|
JDate,
|
||||||
JDictSelectTag
|
|
||||||
},
|
},
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
@@ -204,13 +195,6 @@ export default {
|
|||||||
width: 120,
|
width: 120,
|
||||||
scopedSlots: {customRender: 'text'}
|
scopedSlots: {customRender: 'text'}
|
||||||
},
|
},
|
||||||
{
|
|
||||||
title: '发布状态',
|
|
||||||
align: 'center',
|
|
||||||
dataIndex: 'isRelease_dictText',
|
|
||||||
scopedSlots: {customRender: 'text'},
|
|
||||||
width: 120,
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: '创建时间',
|
title: '创建时间',
|
||||||
align: 'center',
|
align: 'center',
|
||||||
|
|||||||
Reference in New Issue
Block a user