【update】- 去除114/22字段
This commit is contained in:
@@ -13,6 +13,7 @@
|
||||
:getPopupContainer="getParentContainer"
|
||||
optionFilterProp="children"
|
||||
:filterOption="filterOption"
|
||||
v-bind="$attrs"
|
||||
allowClear>
|
||||
<a-select-option
|
||||
v-for="(item,index) in dictOptions"
|
||||
|
||||
@@ -32,6 +32,6 @@ export const InvoiceTypeEnums = {
|
||||
export const LinkTopicsEnums = {
|
||||
free: { name: '免费专题', index: 6 },
|
||||
freeTwo: { name: '免费专题', index: 8 },
|
||||
default: {name: '114/22焦点论坛(默认专题)', index: 99}
|
||||
default: {name: '焦点论坛(默认专题)', index: 99}
|
||||
}
|
||||
|
||||
|
||||
@@ -249,6 +249,21 @@
|
||||
dictCode="invoice_project"/>
|
||||
</a-form-item>
|
||||
</a-col>
|
||||
<a-col :xl="6" :lg="7" :md="8" :sm="24" class="flex-width-zero">
|
||||
<a-form-item label="会议名称">
|
||||
<j-multi-select-tag
|
||||
v-model="queryParam.choiceTopic_regexp"
|
||||
:trigger-change="true"
|
||||
:max-tag-count="1"
|
||||
:max-tag-text-length="12"
|
||||
style="width: 100%"
|
||||
dict-code="linkTopics"
|
||||
placeholder="请选择会议名称"
|
||||
class="meeting-form-multi-select"
|
||||
>
|
||||
</j-multi-select-tag>
|
||||
</a-form-item>
|
||||
</a-col>
|
||||
<a-col :xl="6" :lg="7" :md="8" :sm="24">
|
||||
<span style="float: left;overflow: hidden;" class="table-page-search-submitButtons">
|
||||
<a-button type="primary" @click="searchQuery" icon="search"
|
||||
@@ -398,7 +413,7 @@ import PreviewFile from '@comp/jero/PreviewFile'
|
||||
import JImageUpload from '@comp/jero/JImageUpload'
|
||||
import SetGuessUploadFlagModal from './modules/SetGuessUploadFlagModal'
|
||||
import { downloadFile } from '../../../api/manage'
|
||||
import WasicTopicData from "./modules/wasicStaticData";
|
||||
import WasicTopicData from './modules/wasicStaticData'
|
||||
|
||||
|
||||
export default {
|
||||
|
||||
@@ -35,8 +35,8 @@ const WasicTopicData = [
|
||||
children: [
|
||||
{
|
||||
'value': '99',
|
||||
'text': '114/22焦点论坛(08:00-12:00,全体大会)',
|
||||
'title': '114/22焦点论坛(08:00-12:00,全体大会)',
|
||||
'text': '焦点论坛(08:00-12:00,全体大会)',
|
||||
'title': '焦点论坛(08:00-12:00,全体大会)',
|
||||
// 'disabled': true
|
||||
}
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user