7.15 增加中讯院
This commit is contained in:
@ -30,7 +30,7 @@ import { chunk, formatTime, getImageUrl, managerAuthority } from '../utils';
|
||||
import ExtendUpload from '@/utils/ExtendUpload';
|
||||
import { getSessionUserData } from '@/utils/session';
|
||||
|
||||
const tagsData = ['集团总部', '北京', '天津', '河北', '山西', '内蒙古', '辽宁', '吉林', '黑龙江', '山东', '河南', '上海', '江苏', '浙江', '安徽', '福建', '江西', '湖北', '湖南', '广东', '广西', '海南', '重庆', '四川', '贵州', '云南', '西藏', '陕西', '甘肃', '青海', '宁夏', '新疆', '数字科技', '联通在线', '智网科技', '支付公司', '财务公司', '融资租赁', '时科(北京)信息'];
|
||||
const tagsData = ['集团总部', '北京', '天津', '河北', '山西', '内蒙古', '辽宁', '吉林', '黑龙江', '山东', '河南', '上海', '江苏', '浙江', '安徽', '福建', '江西', '湖北', '湖南', '广东', '广西', '海南', '重庆', '四川', '贵州', '云南', '西藏', '陕西', '甘肃', '青海', '宁夏', '新疆', '数字科技', '联通在线', '智网科技', '支付公司', '财务公司', '融资租赁', '时科(北京)信息', '中讯院'];
|
||||
|
||||
const formItemLayout = {
|
||||
labelCol: { span: 5 },
|
||||
|
@ -142,7 +142,7 @@ const EventMaintenanceModal: React.FC<EventMaintenanceModalProps> = (props) => {
|
||||
rules={[{ required: !readOnly }]}
|
||||
tooltip="此项不超过18个汉字"
|
||||
>
|
||||
<Input maxLength={18} disabled={readOnly} />
|
||||
<Input maxLength={18} disabled={readOnly} placeholder="请填写标题(不超过18个汉字)" />
|
||||
</Form.Item>
|
||||
{typeSelect == "2" && <Form.Item
|
||||
name="secordTitle"
|
||||
@ -150,7 +150,7 @@ const EventMaintenanceModal: React.FC<EventMaintenanceModalProps> = (props) => {
|
||||
rules={[{ required: typeSelect == "2" && !readOnly }]}
|
||||
tooltip="此项不超过120个汉字"
|
||||
>
|
||||
<TextArea autoSize maxLength={120} disabled={readOnly} />
|
||||
<TextArea autoSize maxLength={120} disabled={readOnly} placeholder="请填写副标题(不超过120个汉字)" />
|
||||
</Form.Item>}
|
||||
{(isNotEmpty(typeSelect) && typeSelect != "3") && <Form.Item
|
||||
name="image"
|
||||
|
Reference in New Issue
Block a user