From 6d71b3fac75a35e8ebf08e71ba40c5be8a586024 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期三, 08 九月 2021 18:10:17 +0800 Subject: [PATCH] 2021-09-08 --- src/views/menudesign/index.jsx | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/src/views/menudesign/index.jsx b/src/views/menudesign/index.jsx index 1fe7fc1..f65cfc0 100644 --- a/src/views/menudesign/index.jsx +++ b/src/views/menudesign/index.jsx @@ -3,7 +3,7 @@ import { is, fromJS } from 'immutable' import moment from 'moment' import HTML5Backend from 'react-dnd-html5-backend' -import { ConfigProvider, notification, Modal, Collapse, Card, Switch, Button } from 'antd' +import { ConfigProvider, notification, Modal, Collapse, Card, Switch, Button, Typography } from 'antd' import html2canvas from 'html2canvas' import Api from '@/api' @@ -21,6 +21,7 @@ const { Panel } = Collapse const { confirm } = Modal +const { Paragraph } = Typography const _locale = sessionStorage.getItem('lang') !== 'en-US' ? antdZhCN : antdEnUS const MenuForm = asyncComponent(() => import('./menuform')) @@ -958,6 +959,7 @@ /> : null} {/* 琛ㄥ悕娣诲姞 */} {config ? <TableComponent config={config} updatetable={this.updateConfig}/> : null} + <Paragraph style={{padding: '15px 0px 0px 18px'}} copyable={{ text: MenuId }}>鑿滃崟ID</Paragraph> </Panel> {/* 缁勪欢娣诲姞 */} <Panel header={dict['mob.component']} key="component"> -- Gitblit v1.8.0