按钮前加图片
This commit is contained in:
@ -9,6 +9,7 @@ import { getReadInfo, menuList, updateReadStatus } from './service/service';
|
|||||||
import { getProName, getSessionRoleData, getProTypeCode, getDefId, getPurchaseCanOperate, getReturnURL, getProId, getProMethod } from '@/utils/session';
|
import { getProName, getSessionRoleData, getProTypeCode, getDefId, getPurchaseCanOperate, getReturnURL, getProId, getProMethod } from '@/utils/session';
|
||||||
import { Step, StepButton, StepLabel, Stepper, Toolbar, Popover, Typography } from '@material-ui/core';
|
import { Step, StepButton, StepLabel, Stepper, Toolbar, Popover, Typography } from '@material-ui/core';
|
||||||
import { isEmpty } from '@/utils/CommonUtils';
|
import { isEmpty } from '@/utils/CommonUtils';
|
||||||
|
import { CustomerServiceTwoTone } from '@ant-design/icons';
|
||||||
|
|
||||||
const useStyles = makeStyles((theme: Theme) => ({
|
const useStyles = makeStyles((theme: Theme) => ({
|
||||||
root: {
|
root: {
|
||||||
@ -235,7 +236,7 @@ const Promenu: React.FC<{}> = () => {
|
|||||||
}}>项目归档</Button> : null,
|
}}>项目归档</Button> : null,
|
||||||
<Button key="customerservice" onClick={() =>{
|
<Button key="customerservice" onClick={() =>{
|
||||||
initChatUI() //智慧客服
|
initChatUI() //智慧客服
|
||||||
}}>我要咨询</Button>,
|
}} icon={<CustomerServiceTwoTone />}>我要咨询</Button>,
|
||||||
((randerRole == 'ebtp-agency-project-manager' || randerRole == 'ebtp-purchase' || randerRole == 'ebtp-supervision') && MethodDict != "procurement_mode_7")
|
((randerRole == 'ebtp-agency-project-manager' || randerRole == 'ebtp-purchase' || randerRole == 'ebtp-supervision') && MethodDict != "procurement_mode_7")
|
||||||
? <Button key="manageyiyi" onClick={() => history.push("/Project/ProjectManage/ProjectManager/ObjectionComplaint")}>异议投诉</Button> : null,
|
? <Button key="manageyiyi" onClick={() => history.push("/Project/ProjectManage/ProjectManager/ObjectionComplaint")}>异议投诉</Button> : null,
|
||||||
(randerRole == 'ebtp-supplier' && MethodDict != "procurement_mode_7")
|
(randerRole == 'ebtp-supplier' && MethodDict != "procurement_mode_7")
|
||||||
|
Reference in New Issue
Block a user