7.15 增加中讯院

This commit is contained in:
jl-zhoujl2
2022-07-15 10:04:44 +08:00
parent 9ab4413e88
commit 8006d32d57
2 changed files with 3 additions and 3 deletions

View File

@ -30,7 +30,7 @@ import { chunk, formatTime, getImageUrl, managerAuthority } from '../utils';
import ExtendUpload from '@/utils/ExtendUpload'; import ExtendUpload from '@/utils/ExtendUpload';
import { getSessionUserData } from '@/utils/session'; import { getSessionUserData } from '@/utils/session';
const tagsData = ['集团总部', '北京', '天津', '河北', '山西', '内蒙古', '辽宁', '吉林', '黑龙江', '山东', '河南', '上海', '江苏', '浙江', '安徽', '福建', '江西', '湖北', '湖南', '广东', '广西', '海南', '重庆', '四川', '贵州', '云南', '西藏', '陕西', '甘肃', '青海', '宁夏', '新疆', '数字科技', '联通在线', '智网科技', '支付公司', '财务公司', '融资租赁', '时科(北京)信息']; const tagsData = ['集团总部', '北京', '天津', '河北', '山西', '内蒙古', '辽宁', '吉林', '黑龙江', '山东', '河南', '上海', '江苏', '浙江', '安徽', '福建', '江西', '湖北', '湖南', '广东', '广西', '海南', '重庆', '四川', '贵州', '云南', '西藏', '陕西', '甘肃', '青海', '宁夏', '新疆', '数字科技', '联通在线', '智网科技', '支付公司', '财务公司', '融资租赁', '时科(北京)信息', '中讯院'];
const formItemLayout = { const formItemLayout = {
labelCol: { span: 5 }, labelCol: { span: 5 },

View File

@ -142,7 +142,7 @@ const EventMaintenanceModal: React.FC<EventMaintenanceModalProps> = (props) => {
rules={[{ required: !readOnly }]} rules={[{ required: !readOnly }]}
tooltip="此项不超过18个汉字" tooltip="此项不超过18个汉字"
> >
<Input maxLength={18} disabled={readOnly} /> <Input maxLength={18} disabled={readOnly} placeholder="请填写标题不超过18个汉字" />
</Form.Item> </Form.Item>
{typeSelect == "2" && <Form.Item {typeSelect == "2" && <Form.Item
name="secordTitle" name="secordTitle"
@ -150,7 +150,7 @@ const EventMaintenanceModal: React.FC<EventMaintenanceModalProps> = (props) => {
rules={[{ required: typeSelect == "2" && !readOnly }]} rules={[{ required: typeSelect == "2" && !readOnly }]}
tooltip="此项不超过120个汉字" tooltip="此项不超过120个汉字"
> >
<TextArea autoSize maxLength={120} disabled={readOnly} /> <TextArea autoSize maxLength={120} disabled={readOnly} placeholder="请填写副标题不超过120个汉字" />
</Form.Item>} </Form.Item>}
{(isNotEmpty(typeSelect) && typeSelect != "3") && <Form.Item {(isNotEmpty(typeSelect) && typeSelect != "3") && <Form.Item
name="image" name="image"