@titaui/pc 1.9.27 → 1.9.31
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/components/common-share/index.css +2 -2
- package/lib/components/confidence/index.css +1 -2
- package/lib/components/confidence/index.js +3 -3
- package/lib/components/create-okr-modal/fields/index.css +1 -0
- package/lib/components/create-okr-modal/fields/input-with-err-popup.js +3 -1
- package/lib/components/dialog/index.css +21 -0
- package/lib/components/dialog/index.js +25 -5
- package/lib/components/dialog/loading.png +0 -0
- package/lib/components/dynamic/dynamic-item/dynamic-create-o/index.css +1 -0
- package/lib/components/dynamic/dynamic-item/dynamic-share-to-dynamic/index.js +3 -1
- package/lib/components/grid-layout/commen-components/scroll-tips.js +4 -4
- package/lib/components/grid-layout/near-visitors/visitor.js +2 -2
- package/lib/components/grid-layout/sub-employee-okr/person-okr.js +2 -2
- package/lib/components/grid-page/commen-components/scroll-tips.js +4 -4
- package/lib/components/grid-page/near-visitors/visitor.js +2 -2
- package/lib/components/help-card/image/liaojie.svg +9 -0
- package/lib/components/help-card/index.css +7 -6
- package/lib/components/help-card/index.js +1 -1
- package/lib/components/hr-header/arrow.png +0 -0
- package/lib/components/hr-header/index.css +92 -0
- package/lib/components/hr-header/index.js +156 -0
- package/lib/components/menus/components/flip-menu-card/index.css +1 -0
- package/lib/components/menus/components/flip-menu-card/index.js +8 -0
- package/lib/components/menus/export-modules/appraisal-menus/index.js +4 -4
- package/lib/components/menus/export-modules/okr-menus/depart-menus/index.js +2 -2
- package/lib/components/menus/export-modules/okr-menus/okr-front-menus.js +4 -4
- package/lib/components/menus/export-modules/okr-menus/subordinate-menus/index.js +4 -4
- package/lib/components/nav-top/components/user-message/components/reply/reply-item.js +1 -1
- package/lib/components/nav-top/components/user-own-menu/utils.js +2 -2
- package/lib/components/okr-detail/base-info/o-desc/index.js +3 -1
- package/lib/components/okr-detail/components/editable-input/index.js +4 -2
- package/lib/components/okr-detail/components/header/edit-name.js +3 -1
- package/lib/components/okr-detail/components/okr-tree/tree-node/kr-node/kr-score-editor/edit-pop.js +3 -1
- package/lib/components/okr-detail/components/okr-tree/tree-node/kr-node/kr-score-editor/kr-push-score.js +3 -1
- package/lib/components/okr-detail/okr-list/create-kr-item/heart.js +1 -1
- package/lib/components/okr-detail/okr-list/create-kr-item/index.js +1 -1
- package/lib/components/okr-detail/schedule/components/o-progress/index.js +3 -1
- package/lib/components/okr-progress/components/o-progress/index.js +3 -1
- package/lib/components/okr-progress-modal/index.js +3 -1
- package/lib/components/okr-share/index.css +2 -2
- package/lib/components/scrollbar/simplebar/simplebar.js +2 -2
- package/lib/components/search-dropdown/index.css +1 -0
- package/lib/components/user-selector/export-modules/duties-selector/index.js +5 -3
- package/lib/components/user-selector/select-tree/choose-tree/index.js +10 -2
- package/lib/components-v1/textarea/index.js +3 -1
- package/lib/pages/aha2021/index.css +13 -3
- package/lib/pages/aha2021/index.js +24 -20
- package/lib/pages/aha2021/kefu.svg +50 -0
- package/lib/pages/group-management/tree/group-form/index.js +4 -2
- package/lib/pages/home/components/data-list/index.css +26 -11
- package/lib/pages/home/components/data-list/index.js +2 -2
- package/lib/pages/home/components/data-list/nav-selector/index.js +23 -95
- package/lib/pages/home/components/data-list/table/columns/index.js +7 -7
- package/lib/pages/home/components/data-list/table/columns/updateTime.js +3 -1
- package/lib/pages/home/components/data-list/table/utils-function.js +44 -62
- package/lib/pages/home-page-data-list/index.js +2 -2
- package/lib/utils/bs-global.js +1 -1
- package/lib/utils/date-test-change.js +18 -55
- package/lib/utils/i18n-front-translate.js +12 -2
- package/package.json +1 -1
- package/src/components/common-share/index.scss +2 -2
- package/src/components/confidence/index.scss +1 -2
- package/src/components/confidence/index.tsx +3 -3
- package/src/components/create-okr-modal/fields/index.scss +1 -0
- package/src/components/create-okr-modal/fields/input-with-err-popup.tsx +2 -1
- package/src/components/dialog/index.js +19 -5
- package/src/components/dialog/index.scss +44 -2
- package/src/components/dialog/loading.png +0 -0
- package/src/components/dynamic/dynamic-item/dynamic-create-o/index.scss +1 -0
- package/src/components/dynamic/dynamic-item/dynamic-share-to-dynamic/index.tsx +2 -1
- package/src/components/grid-layout/commen-components/scroll-tips.tsx +5 -5
- package/src/components/grid-layout/near-visitors/visitor.tsx +3 -3
- package/src/components/grid-layout/sub-employee-okr/person-okr.tsx +3 -3
- package/src/components/grid-page/commen-components/scroll-tips.tsx +5 -5
- package/src/components/grid-page/near-visitors/visitor.tsx +3 -3
- package/src/components/help-card/image/liaojie.svg +9 -0
- package/src/components/help-card/index.scss +7 -6
- package/src/components/help-card/index.tsx +1 -1
- package/src/components/hr-header/arrow.png +0 -0
- package/src/components/hr-header/index.scss +82 -0
- package/src/components/hr-header/index.tsx +117 -0
- package/src/components/menus/components/flip-menu-card/index.scss +1 -0
- package/src/components/menus/components/flip-menu-card/index.tsx +7 -0
- package/src/components/menus/export-modules/appraisal-menus/index.tsx +4 -3
- package/src/components/menus/export-modules/okr-menus/depart-menus/index.tsx +2 -1
- package/src/components/menus/export-modules/okr-menus/okr-front-menus.tsx +4 -3
- package/src/components/menus/export-modules/okr-menus/subordinate-menus/index.tsx +4 -3
- package/src/components/nav-top/components/user-message/components/reply/reply-item.tsx +1 -1
- package/src/components/nav-top/components/user-own-menu/utils.ts +2 -2
- package/src/components/okr-detail/base-info/o-desc/index.tsx +2 -1
- package/src/components/okr-detail/components/editable-input/index.tsx +3 -2
- package/src/components/okr-detail/components/header/edit-name.tsx +2 -1
- package/src/components/okr-detail/components/okr-tree/tree-node/kr-node/kr-score-editor/edit-pop.tsx +2 -1
- package/src/components/okr-detail/components/okr-tree/tree-node/kr-node/kr-score-editor/kr-push-score.tsx +2 -1
- package/src/components/okr-detail/okr-list/create-kr-item/heart.js +1 -1
- package/src/components/okr-detail/okr-list/create-kr-item/index.tsx +1 -1
- package/src/components/okr-detail/schedule/components/o-progress/index.tsx +2 -1
- package/src/components/okr-progress/components/o-progress/index.tsx +2 -1
- package/src/components/okr-progress-modal/index.tsx +2 -1
- package/src/components/okr-share/index.scss +2 -2
- package/src/components/scrollbar/simplebar/simplebar.js +2 -1
- package/src/components/search-dropdown/index.scss +1 -0
- package/src/components/user-selector/export-modules/duties-selector/index.tsx +4 -2
- package/src/components/user-selector/select-tree/choose-tree/index.tsx +3 -1
- package/src/components-v1/textarea/index.tsx +2 -1
- package/src/pages/aha2021/index.scss +13 -3
- package/src/pages/aha2021/index.tsx +33 -13
- package/src/pages/aha2021/kefu.svg +50 -0
- package/src/pages/group-management/tree/group-form/index.js +3 -2
- package/src/pages/home/components/data-list/index.scss +22 -9
- package/src/pages/home/components/data-list/index.tsx +4 -4
- package/src/pages/home/components/data-list/nav-selector/index.tsx +81 -119
- package/src/pages/home/components/data-list/table/columns/index.tsx +7 -7
- package/src/pages/home/components/data-list/table/columns/updateTime.tsx +5 -4
- package/src/pages/home/components/data-list/table/utils-function.ts +113 -105
- package/src/pages/home-page-data-list/index.tsx +4 -4
- package/src/utils/bs-global.js +1 -1
- package/src/utils/date-test-change.ts +18 -57
- package/src/utils/i18n-front-translate.ts +8 -0
|
@@ -18,6 +18,7 @@ import {
|
|
|
18
18
|
IconEdit
|
|
19
19
|
} from './style';
|
|
20
20
|
import { getLocale, isEn } from "../../../../../../../utils/getLocale";
|
|
21
|
+
import { inputWordTrans } from '../../../../../../../utils/i18n-front-translate';
|
|
21
22
|
|
|
22
23
|
interface Props {
|
|
23
24
|
setRefInParent: Function
|
|
@@ -218,7 +219,7 @@ export default class Score extends PureComponent<Props, State> {
|
|
|
218
219
|
*/
|
|
219
220
|
information: (this.state.showScoreInfoError ?
|
|
220
221
|
|
|
221
|
-
<ScoreInfoWrapperError data-length={
|
|
222
|
+
<ScoreInfoWrapperError data-length={inputWordTrans(this.state.areaLength, 1000)}>
|
|
222
223
|
<ScoreInfoSpanText style={{minWidth: isEn ? '75px' : '30px'}}>{getLocale('OKR_MyO_Description')}</ScoreInfoSpanText>
|
|
223
224
|
<ScoreInfoSpanTextareaError
|
|
224
225
|
ref={this.state.scoreInfoErrorRef}
|
|
@@ -11,7 +11,7 @@ export default ({ heartOnActive, setHeartOnActive, confidenceIndex, editAble })
|
|
|
11
11
|
onClick={() => setHeartOnActive(true)}
|
|
12
12
|
>
|
|
13
13
|
<Image className='kr-heart-icon' src={ImageHeart} />
|
|
14
|
-
<span className='kr-heart-middle'>{confidenceIndex}
|
|
14
|
+
<span className='kr-heart-middle'>{confidenceIndex} {getLocale('Per_Set_Form_Quantifier_Points')}</span>
|
|
15
15
|
</div>
|
|
16
16
|
);
|
|
17
17
|
};
|
|
@@ -16,6 +16,7 @@ import { OAuth, hasSuperior } from '../../../../../utils/auth';
|
|
|
16
16
|
import { GeneralDataContext, CommonContext } from '../../../context';
|
|
17
17
|
import { remindAction } from '../../../request-apis';
|
|
18
18
|
import { getLocale } from "../../../../../utils/getLocale";
|
|
19
|
+
import { inputWordTrans } from '../../../../../utils/i18n-front-translate';
|
|
19
20
|
import './index.scss';
|
|
20
21
|
|
|
21
22
|
interface IOProgressProps {
|
|
@@ -267,7 +268,7 @@ const OProgress: FC<IOProgressProps> = ({listData, okrInfo, setUpdateProgress, h
|
|
|
267
268
|
</div>
|
|
268
269
|
{hasError ? (
|
|
269
270
|
<div className={'o-progress__error-text'}>
|
|
270
|
-
|
|
271
|
+
{inputWordTrans(editOProgressContent.trim().length, 500)}
|
|
271
272
|
</div>
|
|
272
273
|
) : null}
|
|
273
274
|
</Modal>
|
|
@@ -15,6 +15,7 @@ import EmptyPng from '../../img/schedule-empty.png';
|
|
|
15
15
|
import { OAuth, hasSuperior } from '../../../../utils/auth';
|
|
16
16
|
import { IOProgressProps } from '../../interface';
|
|
17
17
|
import { getLocale } from '../../../../utils/getLocale';
|
|
18
|
+
import { inputWordTrans } from '../../../../utils/i18n-front-translate';
|
|
18
19
|
import './index.scss';
|
|
19
20
|
|
|
20
21
|
const OProgress: FC<IOProgressProps> = ({listData, okrInfo, setUpdateProgress, hasOtherProgress, getOProgressData}) => {
|
|
@@ -244,7 +245,7 @@ const OProgress: FC<IOProgressProps> = ({listData, okrInfo, setUpdateProgress, h
|
|
|
244
245
|
</div>
|
|
245
246
|
{hasError ? (
|
|
246
247
|
<div className={'o-progress__error-text'}>
|
|
247
|
-
|
|
248
|
+
{inputWordTrans(editOProgressContent.trim().length, 500)}
|
|
248
249
|
</div>
|
|
249
250
|
) : null}
|
|
250
251
|
</Modal>
|
|
@@ -8,6 +8,7 @@ import { getO_SETTING, getKR_SETTING, transProgress, getKrOptions, getOptions }
|
|
|
8
8
|
import { ErrorTip, List, Item, Icon, Options, OptionsWrapper } from './style';
|
|
9
9
|
import { IRecommandProgressObj, OptionsObj, IProgressModalProps } from './interface';
|
|
10
10
|
import { getLocale } from '../../utils/getLocale';
|
|
11
|
+
import { inputWordTrans } from '../../utils/i18n-front-translate';
|
|
11
12
|
import './index.scss';
|
|
12
13
|
|
|
13
14
|
const ProgressModal: React.FC<IProgressModalProps> = props => {
|
|
@@ -85,7 +86,7 @@ const ProgressModal: React.FC<IProgressModalProps> = props => {
|
|
|
85
86
|
}}
|
|
86
87
|
/>
|
|
87
88
|
<ErrorTip className={errorRemark ? 'slideIn' : ''}>
|
|
88
|
-
|
|
89
|
+
{inputWordTrans(progressDescription.trim().length, maxLength)}
|
|
89
90
|
</ErrorTip>
|
|
90
91
|
</Item>
|
|
91
92
|
);
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import throttle from 'lodash.throttle';
|
|
2
2
|
import debounce from 'lodash.debounce';
|
|
3
3
|
import memoize from 'lodash.memoize';
|
|
4
|
-
import { ResizeObserver } from '@juggle/resize-observer';
|
|
4
|
+
// import { ResizeObserver } from '@juggle/resize-observer';
|
|
5
|
+
import ResizeObserver from 'resize-observer-polyfill';
|
|
5
6
|
import canUseDOM from 'can-use-dom';
|
|
6
7
|
import scrollbarWidth from './scrollbar-width';
|
|
7
8
|
import { getElementWindow, getElementDocument } from './helpers';
|
|
@@ -118,7 +118,8 @@ export default forwardRef((props: Props, ref) => {
|
|
|
118
118
|
asyncData={false}
|
|
119
119
|
onSelect={onSelectHandler}
|
|
120
120
|
virtual={true}
|
|
121
|
-
height={height
|
|
121
|
+
height={height}
|
|
122
|
+
switcherIcon=""
|
|
122
123
|
/>
|
|
123
124
|
</TreeNodeContext.Provider>
|
|
124
125
|
</div>
|
|
@@ -131,8 +132,9 @@ export default forwardRef((props: Props, ref) => {
|
|
|
131
132
|
multiple={false}
|
|
132
133
|
getTreeData={onGetTreeData}
|
|
133
134
|
itemHeight={itemHeight}
|
|
134
|
-
height={height
|
|
135
|
+
height={height}
|
|
135
136
|
virtual={true}
|
|
137
|
+
switcherIcon=""
|
|
136
138
|
/>
|
|
137
139
|
</TreeNodeContext.Provider>
|
|
138
140
|
)}
|
|
@@ -24,7 +24,8 @@ export default props => {
|
|
|
24
24
|
height,
|
|
25
25
|
virtual,
|
|
26
26
|
isGetRoot,
|
|
27
|
-
renderEmpty = () => <Empty
|
|
27
|
+
renderEmpty = () => <Empty />,
|
|
28
|
+
...restProps
|
|
28
29
|
} = props;
|
|
29
30
|
|
|
30
31
|
const loadedNode = useRef([]);
|
|
@@ -118,6 +119,7 @@ export default props => {
|
|
|
118
119
|
return (
|
|
119
120
|
<div className="perspm-tree">
|
|
120
121
|
<Tree
|
|
122
|
+
{...restProps}
|
|
121
123
|
multiple={multiple}
|
|
122
124
|
selectNodeHighlight={false}
|
|
123
125
|
defaultExpandedKeys={getDefaultExpandedKeys()}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import React, { PureComponent } from 'react'
|
|
2
|
+
import { inputWordTrans } from '../../utils/i18n-front-translate'
|
|
2
3
|
import { TextareaWrapper, Textarea, TextareaPlaceholder, TextareaWarning } from './style'
|
|
3
4
|
|
|
4
5
|
interface Props {
|
|
@@ -115,7 +116,7 @@ export default class TextareaView extends PureComponent<Props, State> {
|
|
|
115
116
|
</Textarea>
|
|
116
117
|
{valueLen > (maxLength as number) && (
|
|
117
118
|
<TextareaWarning>
|
|
118
|
-
<p
|
|
119
|
+
<p>{inputWordTrans(valueLen, maxLength)}</p>
|
|
119
120
|
</TextareaWarning>
|
|
120
121
|
)}
|
|
121
122
|
</TextareaWrapper>
|
|
@@ -17,17 +17,27 @@
|
|
|
17
17
|
z-index: 3;
|
|
18
18
|
}
|
|
19
19
|
|
|
20
|
-
&__invite {
|
|
20
|
+
&__invite,&__kefu {
|
|
21
21
|
position: absolute;
|
|
22
22
|
bottom: 74px;
|
|
23
|
-
|
|
23
|
+
right: 24px;
|
|
24
24
|
z-index: 2;
|
|
25
25
|
}
|
|
26
26
|
|
|
27
|
+
&__kefu {
|
|
28
|
+
width: 42px;
|
|
29
|
+
height: 42px;
|
|
30
|
+
background: url('./kefu.svg') no-repeat;
|
|
31
|
+
background-size: 42px;
|
|
32
|
+
box-shadow: 0px 4px 12px 0px rgba(127, 145, 180, 0.2);
|
|
33
|
+
cursor: pointer;
|
|
34
|
+
border-radius: 50%;
|
|
35
|
+
}
|
|
36
|
+
|
|
27
37
|
&__help {
|
|
28
38
|
position: absolute;
|
|
29
39
|
bottom: 20px;
|
|
30
|
-
|
|
40
|
+
right: 24px;
|
|
31
41
|
z-index: 2;
|
|
32
42
|
}
|
|
33
43
|
|
|
@@ -1,20 +1,21 @@
|
|
|
1
|
-
import React, { Children,
|
|
2
|
-
import classNames from
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
import
|
|
6
|
-
import
|
|
7
|
-
import
|
|
8
|
-
import
|
|
9
|
-
import
|
|
1
|
+
import React, { Children, useEffect } from "react";
|
|
2
|
+
import classNames from "classnames";
|
|
3
|
+
import Tooltip from "../../components/tooltip";
|
|
4
|
+
import NavTop from "../../components/nav-top";
|
|
5
|
+
import FollowerVisitor from "../../components/follower-visitor";
|
|
6
|
+
import InvitePeople from "../../components/invite-people";
|
|
7
|
+
import HelpCard from "../../components/help-card";
|
|
8
|
+
import PointDemo from "../../components/point-demo/point-demo";
|
|
9
|
+
import { isOfficialSite, isPlatform } from "../../utils/platform";
|
|
10
|
+
import "./index.scss";
|
|
11
|
+
import { getTenantInfo } from "../../utils/helpers";
|
|
12
|
+
import HrHeader from "../../components/hr-header";
|
|
10
13
|
|
|
11
14
|
const preCls = `titaui-aha-2021`;
|
|
12
15
|
|
|
13
16
|
const ContentTemplate = (props) => {
|
|
14
17
|
const { children, title } = props;
|
|
15
18
|
|
|
16
|
-
const [isTrial] = useState(window.BSGlobal.tenantAuthentication.Version == 1);
|
|
17
|
-
|
|
18
19
|
useEffect(() => {
|
|
19
20
|
if (title) document.title = title;
|
|
20
21
|
}, []);
|
|
@@ -40,12 +41,19 @@ const PageLayout = (props) => {
|
|
|
40
41
|
const { children } = props;
|
|
41
42
|
|
|
42
43
|
const isTrial =
|
|
43
|
-
window.BSGlobal.tenantAuthentication.Version
|
|
44
|
+
window.BSGlobal.tenantAuthentication.Version !== 1 && isOfficialSite();
|
|
45
|
+
|
|
46
|
+
const onClickKefu = () => {
|
|
47
|
+
const kefuUrl = isTrial
|
|
48
|
+
? "https://wpa1.qq.com/vZYKN3kT?_type=wpa&qidian=true"
|
|
49
|
+
: "https://wpa1.qq.com/o6X4XD1n?_type=wpa&qidian=true";
|
|
50
|
+
window.open(kefuUrl);
|
|
51
|
+
};
|
|
44
52
|
|
|
45
53
|
return (
|
|
46
54
|
<div className={classNames(preCls)}>
|
|
47
55
|
<div className={classNames(`${preCls}__header`)}>
|
|
48
|
-
<NavTop />
|
|
56
|
+
{getTenantInfo().Source == 964 ? <HrHeader /> : <NavTop />}
|
|
49
57
|
</div>
|
|
50
58
|
<div className={classNames(`${preCls}__message`)}>
|
|
51
59
|
<FollowerVisitor />
|
|
@@ -54,6 +62,18 @@ const PageLayout = (props) => {
|
|
|
54
62
|
<div className={classNames(`${preCls}__help`)}>
|
|
55
63
|
<HelpCard />
|
|
56
64
|
</div>
|
|
65
|
+
{!isTrial && (
|
|
66
|
+
<Tooltip
|
|
67
|
+
overlay={"联系客服"}
|
|
68
|
+
placement="left"
|
|
69
|
+
align={{ offset: [0, 0] }}
|
|
70
|
+
>
|
|
71
|
+
<div
|
|
72
|
+
className={classNames(`${preCls}__kefu`)}
|
|
73
|
+
onClick={onClickKefu}
|
|
74
|
+
/>
|
|
75
|
+
</Tooltip>
|
|
76
|
+
)}
|
|
57
77
|
{isTrial && (
|
|
58
78
|
<div className={classNames(`${preCls}__invite`)}>
|
|
59
79
|
<InvitePeople />
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg width="42px" height="42px" viewBox="0 0 42 42" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
+
<title>联系客服</title>
|
|
4
|
+
<defs>
|
|
5
|
+
<linearGradient x1="50%" y1="3.061617e-15%" x2="50%" y2="100%" id="linearGradient-1">
|
|
6
|
+
<stop stop-color="#4E90FF" offset="0%"></stop>
|
|
7
|
+
<stop stop-color="#2879FF" offset="100%"></stop>
|
|
8
|
+
</linearGradient>
|
|
9
|
+
<circle id="path-2" cx="21" cy="21" r="21"></circle>
|
|
10
|
+
<filter x="-9.5%" y="-9.5%" width="119.0%" height="119.0%" filterUnits="objectBoundingBox" id="filter-3">
|
|
11
|
+
<feMorphology radius="2" operator="erode" in="SourceAlpha" result="shadowSpreadInner1"></feMorphology>
|
|
12
|
+
<feGaussianBlur stdDeviation="3" in="shadowSpreadInner1" result="shadowBlurInner1"></feGaussianBlur>
|
|
13
|
+
<feOffset dx="0" dy="0" in="shadowBlurInner1" result="shadowOffsetInner1"></feOffset>
|
|
14
|
+
<feComposite in="shadowOffsetInner1" in2="SourceAlpha" operator="arithmetic" k2="-1" k3="1" result="shadowInnerInner1"></feComposite>
|
|
15
|
+
<feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.5 0" type="matrix" in="shadowInnerInner1"></feColorMatrix>
|
|
16
|
+
</filter>
|
|
17
|
+
<path d="M16.0326322,22.3870375 C17.2658552,23.6988927 19.0348583,24.52 21,24.52 C22.9651417,24.52 24.7341448,23.6988927 25.9677254,22.3884226 C28.2561116,22.7713626 30,24.7620278 30,27.16 L30,28.48 C30,30.4240423 28.4240423,32 26.48,32 L15.52,32 C13.5759577,32 12,30.4240423 12,28.48 L12,27.16 C12,24.7620278 13.7438884,22.7713626 16.0326322,22.3870375 Z M21,12.75 C23.7338095,12.75 25.95,15.0646878 25.95,17.92 C25.95,20.7753122 23.7338095,23.09 21,23.09 C18.2661905,23.09 16.05,20.7753122 16.05,17.92 C16.05,15.0646878 18.2661905,12.75 21,12.75 Z" id="path-4"></path>
|
|
18
|
+
<filter x="-8.3%" y="-7.8%" width="116.7%" height="115.6%" filterUnits="objectBoundingBox" id="filter-5">
|
|
19
|
+
<feGaussianBlur stdDeviation="1.5" in="SourceAlpha" result="shadowBlurInner1"></feGaussianBlur>
|
|
20
|
+
<feOffset dx="0" dy="0" in="shadowBlurInner1" result="shadowOffsetInner1"></feOffset>
|
|
21
|
+
<feComposite in="shadowOffsetInner1" in2="SourceAlpha" operator="arithmetic" k2="-1" k3="1" result="shadowInnerInner1"></feComposite>
|
|
22
|
+
<feColorMatrix values="0 0 0 0 0.156862745 0 0 0 0 0.474509804 0 0 0 0 1 0 0 0 1 0" type="matrix" in="shadowInnerInner1"></feColorMatrix>
|
|
23
|
+
</filter>
|
|
24
|
+
<path d="M21,10 C24.9277825,10 28.2259218,12.625855 29.1450821,16.1736317 C29.6496186,16.4041954 30,16.914055 30,17.5057506 L30,19.053028 C30,19.8630456 29.343351,20.5196947 28.5333333,20.5196947 L28.3666667,20.5196947 C27.556649,20.5196947 26.9,19.8630456 26.9,19.053028 L26.9,17.5057506 C26.9,17.0104727 27.1454948,16.5725332 27.5214379,16.3069786 C26.6936147,13.562158 24.0870351,11.5584733 21,11.5584733 C17.9129808,11.5584733 15.3064121,13.5621374 14.4762481,16.3071469 C14.8545052,16.5725332 15.1,17.0104727 15.1,17.5057506 L15.1,19.053028 C15.1,19.8630456 14.443351,20.5196947 13.6333333,20.5196947 L13.4666667,20.5196947 C12.656649,20.5196947 12,19.8630456 12,19.053028 L12,17.5057506 C12,16.9136645 12.3508441,16.4035223 12.8559786,16.171878 C13.7744369,12.6255694 17.0724311,10 21,10 Z" id="path-6"></path>
|
|
25
|
+
<filter x="-2.8%" y="-4.8%" width="105.6%" height="109.5%" filterUnits="objectBoundingBox" id="filter-7">
|
|
26
|
+
<feGaussianBlur stdDeviation="0.5" in="SourceAlpha" result="shadowBlurInner1"></feGaussianBlur>
|
|
27
|
+
<feOffset dx="0" dy="0" in="shadowBlurInner1" result="shadowOffsetInner1"></feOffset>
|
|
28
|
+
<feComposite in="shadowOffsetInner1" in2="SourceAlpha" operator="arithmetic" k2="-1" k3="1" result="shadowInnerInner1"></feComposite>
|
|
29
|
+
<feColorMatrix values="0 0 0 0 0.156862745 0 0 0 0 0.474509804 0 0 0 0 1 0 0 0 1 0" type="matrix" in="shadowInnerInner1"></feColorMatrix>
|
|
30
|
+
</filter>
|
|
31
|
+
</defs>
|
|
32
|
+
<g id="整体框架" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
33
|
+
<g transform="translate(-1142.000000, -684.000000)" id="联系客服">
|
|
34
|
+
<g transform="translate(1142.000000, 684.000000)">
|
|
35
|
+
<g id="椭圆形">
|
|
36
|
+
<use fill="url(#linearGradient-1)" fill-rule="evenodd" xlink:href="#path-2"></use>
|
|
37
|
+
<use fill="black" fill-opacity="1" filter="url(#filter-3)" xlink:href="#path-2"></use>
|
|
38
|
+
</g>
|
|
39
|
+
<g id="形状结合">
|
|
40
|
+
<use fill="#FFFFFF" fill-rule="evenodd" xlink:href="#path-4"></use>
|
|
41
|
+
<use fill="black" fill-opacity="1" filter="url(#filter-5)" xlink:href="#path-4"></use>
|
|
42
|
+
</g>
|
|
43
|
+
<g id="形状结合" fill-rule="nonzero">
|
|
44
|
+
<use fill="#FFFFFF" xlink:href="#path-6"></use>
|
|
45
|
+
<use fill="black" fill-opacity="1" filter="url(#filter-7)" xlink:href="#path-6"></use>
|
|
46
|
+
</g>
|
|
47
|
+
</g>
|
|
48
|
+
</g>
|
|
49
|
+
</g>
|
|
50
|
+
</svg>
|
|
@@ -4,6 +4,7 @@ import UserSelector from '../../../../components/user-selector';
|
|
|
4
4
|
import { Textarea, Radio } from 'tita-ui';
|
|
5
5
|
import { getVisible } from '../../groupInterface';
|
|
6
6
|
import { getLocale } from '../../../../utils/getLocale';
|
|
7
|
+
import { inputWordTrans } from '../../../../utils/i18n-front-translate';
|
|
7
8
|
import './index.scss'
|
|
8
9
|
|
|
9
10
|
const preCls = 'user-group-page'
|
|
@@ -58,7 +59,7 @@ export default forwardRef((props, ref) => {
|
|
|
58
59
|
}
|
|
59
60
|
}
|
|
60
61
|
if (value.length > 50) {
|
|
61
|
-
setGroupNameErrMsg(
|
|
62
|
+
setGroupNameErrMsg(inputWordTrans(value.length, 50))
|
|
62
63
|
} else {
|
|
63
64
|
setGroupNameErrMsg('')
|
|
64
65
|
}
|
|
@@ -66,7 +67,7 @@ export default forwardRef((props, ref) => {
|
|
|
66
67
|
|
|
67
68
|
const onGroupNameBlur = () => {
|
|
68
69
|
if (groupName.length > 50) {
|
|
69
|
-
setGroupNameErrMsg(
|
|
70
|
+
setGroupNameErrMsg(inputWordTrans(groupName.length, 50))
|
|
70
71
|
} else {
|
|
71
72
|
setGroupNameErrMsg('')
|
|
72
73
|
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
.homepage-datalist {
|
|
2
|
-
background-color: #f7f9fb;
|
|
3
2
|
height: calc(100vh - 41px);
|
|
4
3
|
overflow: auto;
|
|
5
|
-
|
|
4
|
+
box-sizing: border-box;
|
|
5
|
+
padding-bottom: 20px;
|
|
6
6
|
box-sizing: border-box;
|
|
7
7
|
div {
|
|
8
8
|
// box-sizing: border-box;
|
|
@@ -54,8 +54,27 @@
|
|
|
54
54
|
justify-content: start;
|
|
55
55
|
align-items: center;
|
|
56
56
|
&--type {
|
|
57
|
-
|
|
57
|
+
.titaui-select .tui-select-selection-item, .titaui-select .tui-select-selection-placeholder {
|
|
58
|
+
font-size: 12px !important;
|
|
59
|
+
font-weight: 400 !important;
|
|
60
|
+
color: #3f4755;
|
|
61
|
+
line-height: 30px;
|
|
62
|
+
}
|
|
63
|
+
.titaui-select .tui-select-selector:before {
|
|
64
|
+
display: none;
|
|
65
|
+
}
|
|
66
|
+
.titaui-select .tui-select-selector {
|
|
67
|
+
padding: 0 !important;
|
|
68
|
+
}
|
|
58
69
|
position: relative;
|
|
70
|
+
cursor: pointer;
|
|
71
|
+
display: inline-flex;
|
|
72
|
+
align-items: center;
|
|
73
|
+
font-size: 12px;
|
|
74
|
+
margin-right: 12px;
|
|
75
|
+
&:hover {
|
|
76
|
+
color: #2879ff;
|
|
77
|
+
}
|
|
59
78
|
&--text {
|
|
60
79
|
width: 58px;
|
|
61
80
|
position: absolute;
|
|
@@ -73,12 +92,6 @@
|
|
|
73
92
|
height: 8px;
|
|
74
93
|
}
|
|
75
94
|
}
|
|
76
|
-
&:hover > div {
|
|
77
|
-
color: #2879ff;
|
|
78
|
-
.tu-icon-arrow-down1 {
|
|
79
|
-
color: #2879ff;
|
|
80
|
-
}
|
|
81
|
-
}
|
|
82
95
|
}
|
|
83
96
|
b {
|
|
84
97
|
margin: 0 10px;
|
|
@@ -19,7 +19,7 @@ const HomePageDataList = () => {
|
|
|
19
19
|
|
|
20
20
|
const [source, setSource] = useState('')//从url中获取页面来源
|
|
21
21
|
const [type, setType] = useState('')//从url中获取查找类型
|
|
22
|
-
const [cycleTime, setCycleTime] = useState<CycleTime>({ name: getLocale('
|
|
22
|
+
const [cycleTime, setCycleTime] = useState<CycleTime>({ name: getLocale('OKR_MyO_Butt_AllStatee'), yearNum: '2021', cycleType: '-1', yqmNum: '0' })//周期时间
|
|
23
23
|
|
|
24
24
|
const typeMap = new Map()
|
|
25
25
|
typeMap.set('all', getLocale('Mod_all'))
|
|
@@ -57,9 +57,9 @@ const HomePageDataList = () => {
|
|
|
57
57
|
{getLocale('Mod_Back')}
|
|
58
58
|
</a>
|
|
59
59
|
<b />
|
|
60
|
-
{source === 'align' && '
|
|
61
|
-
{source === 'update' && '
|
|
62
|
-
{source === 'target' && '
|
|
60
|
+
{source === 'align' && getLocale('HP_OKRAlignment')}
|
|
61
|
+
{source === 'update' && getLocale('OKR_MyO_OKRUpdate')}
|
|
62
|
+
{source === 'target' && getLocale('OKR_Menu_Title_MyOKRs')}
|
|
63
63
|
</div>
|
|
64
64
|
<div className={`${preCls}__main`}>
|
|
65
65
|
<HomeNavSelector
|