@titaui/pc 1.11.4-0 → 1.11.4-11
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/avatar/text-avatar/index.css +7 -0
- package/lib/components/avatar/text-avatar/index.js +32 -7
- package/lib/components/button/rect-btn/index.js +7 -7
- package/lib/components/change-okr-modal/Item.js +15 -15
- package/lib/components/communication/index.js +30 -29
- package/lib/components/drawer/index.js +7 -6
- package/lib/components/dynamic/constant.js +43 -36
- package/lib/components/dynamic/dynamic-item/dynamic-ai-dialy/dynamic-footer.js +243 -0
- package/lib/components/dynamic/dynamic-item/dynamic-ai-dialy/index.js +6 -2
- package/lib/components/dynamic/dynamic-item/dynamic-interview/img/wifi.svg +24 -0
- package/lib/components/dynamic/dynamic-item/dynamic-interview/index.css +51 -0
- package/lib/components/dynamic/dynamic-item/dynamic-interview/index.js +50 -0
- package/lib/components/dynamic/dynamic-item/dynamic-interview/interview-content.js +65 -0
- package/lib/components/dynamic/dynamic-item/dynamic-interview-share/img/wifi.svg +24 -0
- package/lib/components/dynamic/dynamic-item/dynamic-interview-share/index.css +61 -0
- package/lib/components/dynamic/dynamic-item/dynamic-interview-share/index.js +61 -0
- package/lib/components/dynamic/dynamic-item/dynamic-interview-share/interview-content.js +69 -0
- package/lib/components/dynamic/dynamic-item/dynamic-kr/index.js +6 -6
- package/lib/components/dynamic/dynamic-item/dynamic-milestone/index.js +7 -7
- package/lib/components/dynamic/dynamic-item/dynamic-progress/index.js +11 -11
- package/lib/components/dynamic/dynamic-item/dynamic-reply/index.js +14 -14
- package/lib/components/dynamic/dynamic-item/dynamic-task/index.js +10 -10
- package/lib/components/dynamic/dynamic-item/index.js +70 -41
- package/lib/components/dynamic/dynamic-list/index.js +5 -13
- package/lib/components/e-priority/index.js +18 -12
- package/lib/components/eReport/eReportShare/index.js +11 -11
- package/lib/components/file-list/components/single-file/index.js +11 -11
- package/lib/components/form/form-fields/date/index.css +24 -0
- package/lib/components/form/form-fields/date/index.js +102 -0
- package/lib/components/form/form-fields/input/index.js +10 -10
- package/lib/components/form/form-fields/user/index.css +23 -3
- package/lib/components/form/form-fields/user/index.js +18 -8
- package/lib/components/form/form-fields/user/user-input.js +15 -6
- package/lib/components/form/index.js +10 -3
- package/lib/components/icon-button-list/index.css +2 -57
- package/lib/components/icon-button-list/index.js +10 -7
- package/lib/components/img-viewer/index.css +10 -3
- package/lib/components/img-viewer/index.js +57 -18
- package/lib/components/mblog/index.js +31 -30
- package/lib/components/menus/components/menu-tree/images/interview-menu/my-interview.svg +16 -0
- package/lib/components/menus/components/menu-tree/images/interview-menu/template.svg +16 -0
- package/lib/components/menus/components/menu-tree/images/interview-menu/todo.svg +16 -0
- package/lib/components/menus/components/menu-tree/index.css +4 -2
- package/lib/components/menus/components/menu-tree/tree-node/index.css +85 -1
- package/lib/components/menus/export-modules/interview-menus/constant.js +23 -17
- package/lib/components/menus/export-modules/interview-menus/handle-highlight.js +5 -5
- package/lib/components/menus/export-modules/interview-menus/index.css +7 -0
- package/lib/components/menus/export-modules/interview-menus/index.js +5 -4
- package/lib/components/nav-top/components/menu/index.js +14 -14
- package/lib/components/nav-top/components/user-message/components/inform/inform-item.js +25 -19
- package/lib/components/nav-top/components/user-message/components/remind/remind-item.js +48 -10
- package/lib/components/nav-top/components/user-message/constant.js +1 -0
- package/lib/components/nav-top/components/user-message/hrMessage.js +22 -19
- package/lib/components/nav-top/components/user-message/index.js +23 -20
- package/lib/components/nav-top/request.apis.js +3 -1
- package/lib/components/okr-detail/components/okr-tree/tree-node/e-node/e-priority-dropdown.js +7 -7
- package/lib/components/okr-detail/detail-header/actions.js +62 -66
- package/lib/components/okr-detail/detail-header/index.css +2 -2
- package/lib/components/okr-detail/detail-header/index.js +205 -194
- package/lib/components/okr-detail/index.js +21 -19
- package/lib/components/okr-flow/child-node/index.css +67 -21
- package/lib/components/okr-flow/child-node/work-node.js +61 -24
- package/lib/components/okr-flow/empty/index.css +8 -1
- package/lib/components/okr-flow/export-modal/index.js +42 -18
- package/lib/components/okr-flow/export-modules/okr-search-panel/index.css +3 -1
- package/lib/components/okr-flow/export-modules/okr-search-panel/index.js +30 -24
- package/lib/components/okr-flow/images/loading-light.gif +0 -0
- package/lib/components/okr-flow/okr-map/index.js +43 -22
- package/lib/components/okr-flow/request-apis.js +15 -8
- package/lib/components/okr-flow/root-node/index.css +2 -2
- package/lib/components/okr-flow/root-node/index.js +26 -25
- package/lib/components/okr-flow/utils/index.js +45 -29
- package/lib/components/okr-flow/utils/tree-handler.js +29 -18
- package/lib/components/okrcase-library/index.css +6 -4
- package/lib/components/okrcase-library/okrcases-components/submitOkr-dialog.js +36 -30
- package/lib/components/pagination/index.css +3 -3
- package/lib/components/pagination/select.css +58 -23
- package/lib/components/period-selector/index.css +9 -3
- package/lib/components/period-selector/index.js +14 -11
- package/lib/components/picker/components/panels/date-panel/date-body.js +21 -19
- package/lib/components/picker/components/panels/date-panel/date-head.js +29 -8
- package/lib/components/picker/components/panels/month-panel/month-body.js +6 -4
- package/lib/components/picker/components/picker-trigger/index.css +31 -0
- package/lib/components/picker/components/picker-trigger/index.js +24 -15
- package/lib/components/picker/picker-panels.js +1 -1
- package/lib/components/picker/picker.js +12 -13
- package/lib/components/popup/index.js +4 -4
- package/lib/components/radio/index.css +9 -9
- package/lib/components/scroll-container/index.js +423 -0
- package/lib/components/scroll-container/style.css +35 -0
- package/lib/components/scrollbar/scroll-mask/index.js +1 -1
- package/lib/components/superset-charts/components/chart/index.js +1 -1
- package/lib/components/superset-charts/utils/axios.js +5 -13
- package/lib/components/survey-model/contact.js +93 -0
- package/lib/components/survey-model/index.css +141 -0
- package/lib/components/survey-model/index.js +265 -0
- package/lib/components/survey-model/instance.js +86 -0
- package/lib/components/survey-model/request-api.js +80 -0
- package/lib/components/task-tree/helper.js +61 -0
- package/lib/components/task-tree/images/P1.svg +15 -0
- package/lib/components/task-tree/images/P2.svg +15 -0
- package/lib/components/task-tree/images/P3.svg +15 -0
- package/lib/components/task-tree/images/P4.svg +15 -0
- package/lib/components/task-tree/images/P5.svg +15 -0
- package/lib/components/task-tree/images/arrow.svg +9 -0
- package/lib/components/task-tree/images/empty-131.png +0 -0
- package/lib/components/task-tree/images/followed.svg +33 -0
- package/lib/components/task-tree/images/nice.svg +108 -0
- package/lib/components/task-tree/images/struc12.png +0 -0
- package/lib/components/task-tree/images/struc2.png +0 -0
- package/lib/components/task-tree/images/xialat-s.svg +13 -0
- package/lib/components/task-tree/index.js +22 -0
- package/lib/components/task-tree/mock.js +944 -0
- package/lib/components/task-tree/precls.js +8 -0
- package/lib/components/task-tree/request-apis.js +88 -0
- package/lib/components/task-tree/task-item-node/constant.js +45 -0
- package/lib/components/task-tree/task-item-node/e-empty.js +29 -0
- package/lib/components/task-tree/task-item-node/e-project.js +212 -0
- package/lib/components/task-tree/task-item-node/e-status-dropdown.js +94 -0
- package/lib/components/task-tree/task-item-node/e-task.js +426 -0
- package/lib/components/task-tree/task-item-node/get-process-color.js +62 -0
- package/lib/components/task-tree/task-item-node/index.css +289 -0
- package/lib/components/task-tree/task-item-node/task-node-render.js +43 -0
- package/lib/components/task-tree/task-tree.css +16 -0
- package/lib/components/task-tree/task-tree.js +49 -0
- package/lib/components/time-picker/index.css +24 -0
- package/lib/components/time-picker/time-picker-selector.js +8 -12
- package/lib/components/time-picker/time-picker.js +136 -108
- package/lib/components/time-picker/utils.js +13 -2
- package/lib/components/user-selector/select-tree/tree-nodes/tree-person-node/index.css +1 -0
- package/lib/components/wechat-btn/index.css +14 -0
- package/lib/components/wechat-btn/index.js +338 -0
- package/lib/components-v1/radio/radio.js +3 -3
- package/lib/components-v1/radio/style/index.css +8 -8
- package/lib/index.js +99 -91
- package/lib/pages/okr-map/export-modules/okr-map/header/index.css +7 -2
- package/lib/pages/okr-map/export-modules/okr-map/header/index.js +73 -34
- package/lib/pages/okr-map/export-modules/okr-map/okr-map.js +65 -42
- package/lib/pages/okr-map/export-modules/share-okr-page/header/index.css +26 -14
- package/lib/pages/okr-map/export-modules/share-okr-page/header/index.js +58 -13
- package/lib/pages/okr-map/export-modules/share-okr-page/share-okr-map.js +28 -20
- package/lib/pages/okr-map/number-select/index.css +12 -9
- package/lib/pages/okr-map/number-select/index.js +3 -3
- package/lib/utils/auth.js +65 -8
- package/lib/utils/bs-global.js +18 -6
- package/lib/utils/open-data.js +63 -43
- package/package.json +6 -2
- package/.eslintignore +0 -3
- package/.eslintrc.js +0 -223
- package/.husky/pre-commit +0 -4
- package/.prettierignore +0 -31
- package/.prettierrc.js +0 -90
- package/.vscode/settings.json +0 -5
- package/yarn-error.log +0 -22184
|
@@ -5,8 +5,6 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
});
|
|
6
6
|
exports.getOkrHeadActions = getOkrHeadActions;
|
|
7
7
|
|
|
8
|
-
var _dayjs = _interopRequireDefault(require("dayjs"));
|
|
9
|
-
|
|
10
8
|
var _bsGlobal = require("../../../utils/bs-global");
|
|
11
9
|
|
|
12
10
|
var _auth = require("../../../utils/auth");
|
|
@@ -15,41 +13,17 @@ var _enums = require("./enums");
|
|
|
15
13
|
|
|
16
14
|
var _getLocale = require("../../../utils/getLocale");
|
|
17
15
|
|
|
18
|
-
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
19
|
-
|
|
20
16
|
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
21
17
|
|
|
22
18
|
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
23
19
|
|
|
24
20
|
function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
25
21
|
|
|
26
|
-
function getOkrHeadActions(data) {
|
|
27
|
-
var actions = [];
|
|
28
|
-
var auth = new _auth.OAuth({
|
|
29
|
-
principalUser: data.principalUser,
|
|
30
|
-
createUserId: data.detailInfo.createUserId
|
|
31
|
-
});
|
|
32
|
-
|
|
33
|
-
var dataWithAuth = _objectSpread(_objectSpread({}, data), {}, {
|
|
34
|
-
auth: auth
|
|
35
|
-
});
|
|
36
|
-
|
|
37
|
-
addShareButton(dataWithAuth, actions);
|
|
38
|
-
addVisibilityButton(dataWithAuth, actions);
|
|
39
|
-
addFollowButton(dataWithAuth, actions);
|
|
40
|
-
addExitButton(dataWithAuth, actions);
|
|
41
|
-
addFinishOrReopenButton(dataWithAuth, actions);
|
|
42
|
-
addCopyButton(dataWithAuth, actions);
|
|
43
|
-
addDeleteButton(dataWithAuth, actions); // addDetailButton(dataWithAuth,actions)
|
|
44
|
-
|
|
45
|
-
return actions;
|
|
46
|
-
}
|
|
47
|
-
|
|
48
22
|
var addShareButton = function addShareButton(_ref, actions) {
|
|
49
23
|
var openShareModal = _ref.openShareModal;
|
|
50
24
|
actions.push({
|
|
51
|
-
icon:
|
|
52
|
-
title: (0, _getLocale.getLocale)(
|
|
25
|
+
icon: 'tu-icon-fenxiang',
|
|
26
|
+
title: (0, _getLocale.getLocale)('OKR_MyO_Share'),
|
|
53
27
|
onClick: openShareModal
|
|
54
28
|
});
|
|
55
29
|
};
|
|
@@ -60,56 +34,55 @@ var addVisibilityButton = function addVisibilityButton(_ref2, actions) {
|
|
|
60
34
|
detailInfo = _ref2.detailInfo,
|
|
61
35
|
changeVisiblilty = _ref2.changeVisiblilty;
|
|
62
36
|
var children = [{
|
|
63
|
-
title: (0, _getLocale.getLocale)(
|
|
37
|
+
title: (0, _getLocale.getLocale)('OKR_MyO_Pop_Public'),
|
|
64
38
|
onClick: function onClick() {
|
|
65
39
|
return changeVisiblilty(1);
|
|
66
40
|
}
|
|
67
41
|
}, {
|
|
68
|
-
title: (0, _getLocale.getLocale)(
|
|
42
|
+
title: (0, _getLocale.getLocale)('OKR_MyO_From_Associatedmem'),
|
|
69
43
|
onClick: function onClick() {
|
|
70
44
|
return changeVisiblilty(2);
|
|
71
45
|
}
|
|
72
46
|
}, {
|
|
73
|
-
title: (0, _getLocale.getLocale)(
|
|
47
|
+
title: (0, _getLocale.getLocale)('OKR_MyO_Pop_Directrep'),
|
|
74
48
|
onClick: function onClick() {
|
|
75
49
|
return changeVisiblilty(3);
|
|
76
50
|
}
|
|
77
51
|
}, {
|
|
78
|
-
title: (0, _getLocale.getLocale)(
|
|
52
|
+
title: (0, _getLocale.getLocale)('OKR_MyO_Pop_Specified'),
|
|
79
53
|
onClick: function onClick() {
|
|
80
54
|
return changeVisiblilty(4);
|
|
81
55
|
}
|
|
82
56
|
}];
|
|
83
57
|
|
|
84
|
-
var editable = auth.hasAuth() && detailInfo.status
|
|
58
|
+
var editable = auth.hasAuth() && detailInfo.status === _enums.OkrStatus.inProgress;
|
|
85
59
|
|
|
86
60
|
actions.push({
|
|
87
|
-
icon: visibility
|
|
88
|
-
title: children[visibility - 1].title + (0, _getLocale.getLocale)(
|
|
61
|
+
icon: visibility !== 1 ? 'tu-icon-simi-icon' : 'tu-icon-gongkai',
|
|
62
|
+
title: children[visibility - 1].title + (0, _getLocale.getLocale)('OKR_MyO_Text_Visible'),
|
|
89
63
|
children: editable ? children : null
|
|
90
64
|
});
|
|
91
65
|
};
|
|
92
66
|
|
|
93
67
|
var addFollowButton = function addFollowButton(_ref3, actions) {
|
|
94
68
|
var roleType = _ref3.roleType,
|
|
95
|
-
detailInfo = _ref3.detailInfo,
|
|
96
69
|
onChangeOkrFollow = _ref3.onChangeOkrFollow;
|
|
97
70
|
|
|
98
71
|
// 未开启关注目标功能
|
|
99
|
-
if (!(0, _bsGlobal.getBSGlobal)(
|
|
72
|
+
if (!(0, _bsGlobal.getBSGlobal)('OkrAdvancedSetting').KRSetting.TargetFollowers) {
|
|
100
73
|
return;
|
|
101
74
|
} // 是负责人或是内部成员不能关注目标
|
|
102
75
|
|
|
103
76
|
|
|
104
|
-
if (roleType
|
|
77
|
+
if (roleType === _enums.OkrRole.principal || roleType === _enums.OkrRole.member) {
|
|
105
78
|
return;
|
|
106
79
|
} // 已关注目标
|
|
107
80
|
|
|
108
81
|
|
|
109
|
-
if (roleType
|
|
82
|
+
if (roleType === _enums.OkrRole.follower) {
|
|
110
83
|
actions.push({
|
|
111
|
-
icon:
|
|
112
|
-
title: (0, _getLocale.getLocale)(
|
|
84
|
+
icon: 'okr-drawer-header-followed',
|
|
85
|
+
title: (0, _getLocale.getLocale)('OKR_MyO_Butt_Unfollow'),
|
|
113
86
|
onClick: function onClick() {
|
|
114
87
|
return onChangeOkrFollow(false);
|
|
115
88
|
}
|
|
@@ -119,8 +92,8 @@ var addFollowButton = function addFollowButton(_ref3, actions) {
|
|
|
119
92
|
|
|
120
93
|
|
|
121
94
|
actions.push({
|
|
122
|
-
icon:
|
|
123
|
-
title:
|
|
95
|
+
icon: 'tu-icon-APP-shoucang',
|
|
96
|
+
title: '关注目标',
|
|
124
97
|
onClick: function onClick() {
|
|
125
98
|
return onChangeOkrFollow(true);
|
|
126
99
|
}
|
|
@@ -131,10 +104,10 @@ var addExitButton = function addExitButton(_ref4, actions) {
|
|
|
131
104
|
var roleType = _ref4.roleType,
|
|
132
105
|
onQuit = _ref4.onQuit;
|
|
133
106
|
|
|
134
|
-
if (roleType
|
|
107
|
+
if (roleType === _enums.OkrRole.member) {
|
|
135
108
|
actions.push({
|
|
136
|
-
icon:
|
|
137
|
-
title: (0, _getLocale.getLocale)(
|
|
109
|
+
icon: 'tu-icon-tuichu',
|
|
110
|
+
title: (0, _getLocale.getLocale)('Pro_Admin_pop_Withdraw'),
|
|
138
111
|
onClick: onQuit
|
|
139
112
|
});
|
|
140
113
|
}
|
|
@@ -146,18 +119,18 @@ var addFinishOrReopenButton = function addFinishOrReopenButton(_ref5, actions) {
|
|
|
146
119
|
onFinishOrReOpen = _ref5.onFinishOrReOpen;
|
|
147
120
|
if (!auth.hasAuth()) return;
|
|
148
121
|
|
|
149
|
-
if (detailInfo.status
|
|
122
|
+
if (detailInfo.status === _enums.OkrStatus.inProgress) {
|
|
150
123
|
actions.push({
|
|
151
|
-
icon:
|
|
152
|
-
title: (0, _getLocale.getLocale)(
|
|
124
|
+
icon: 'tu-icon-liebiao-jieshu',
|
|
125
|
+
title: (0, _getLocale.getLocale)('OKR_MyO_EndObjective'),
|
|
153
126
|
onClick: function onClick() {
|
|
154
127
|
return onFinishOrReOpen(true);
|
|
155
128
|
}
|
|
156
129
|
});
|
|
157
130
|
} else {
|
|
158
131
|
actions.push({
|
|
159
|
-
icon:
|
|
160
|
-
title:
|
|
132
|
+
icon: 'tu-icon-gengxin1',
|
|
133
|
+
title: '重启目标',
|
|
161
134
|
onClick: function onClick() {
|
|
162
135
|
return onFinishOrReOpen(false);
|
|
163
136
|
}
|
|
@@ -168,8 +141,8 @@ var addFinishOrReopenButton = function addFinishOrReopenButton(_ref5, actions) {
|
|
|
168
141
|
var addCopyButton = function addCopyButton(_ref6, actions) {
|
|
169
142
|
var onCopyOkr = _ref6.onCopyOkr;
|
|
170
143
|
actions.push({
|
|
171
|
-
icon:
|
|
172
|
-
title: (0, _getLocale.getLocale)(
|
|
144
|
+
icon: 'tu-icon-liebiao-fuzhi',
|
|
145
|
+
title: (0, _getLocale.getLocale)('OKR_MyO_Butt_CopyObjective'),
|
|
173
146
|
onClick: function onClick() {
|
|
174
147
|
return onCopyOkr();
|
|
175
148
|
}
|
|
@@ -181,20 +154,43 @@ var addDeleteButton = function addDeleteButton(_ref7, actions) {
|
|
|
181
154
|
onDeleteOkr = _ref7.onDeleteOkr;
|
|
182
155
|
if (!auth.hasAuth()) return;
|
|
183
156
|
actions.push({
|
|
184
|
-
icon:
|
|
185
|
-
title: (0, _getLocale.getLocale)(
|
|
157
|
+
icon: 'tu-icon-del',
|
|
158
|
+
title: (0, _getLocale.getLocale)('OKR_MyO_Butt_DeleteO'),
|
|
186
159
|
onClick: onDeleteOkr
|
|
187
160
|
});
|
|
188
|
-
};
|
|
161
|
+
}; // const addDetailButton: ActionDealFunction = ({ detailInfo }, actions) => {
|
|
162
|
+
// const registerDate = window.BSGlobal.tenantAuthentication.StartDate;
|
|
163
|
+
// dayjs(registerDate).year() < 2021
|
|
164
|
+
// && actions.push({
|
|
165
|
+
// icon: "tu-icon-xiangqing1",
|
|
166
|
+
// title: "目标详情",
|
|
167
|
+
// onClick: () => {
|
|
168
|
+
// window.open(
|
|
169
|
+
// `${location.pathname}#okr/manage?work_id=${detailInfo.workId}`,
|
|
170
|
+
// );
|
|
171
|
+
// },
|
|
172
|
+
// });
|
|
173
|
+
// };
|
|
189
174
|
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
var
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
onClick: function onClick() {
|
|
197
|
-
window.open("".concat(location.pathname, "#okr/manage?work_id=").concat(detailInfo.workId));
|
|
198
|
-
}
|
|
175
|
+
|
|
176
|
+
function getOkrHeadActions(data) {
|
|
177
|
+
var actions = [];
|
|
178
|
+
var auth = new _auth.OAuth({
|
|
179
|
+
principalUser: data.principalUser,
|
|
180
|
+
createUserId: data.detailInfo.createUserId
|
|
199
181
|
});
|
|
200
|
-
|
|
182
|
+
|
|
183
|
+
var dataWithAuth = _objectSpread(_objectSpread({}, data), {}, {
|
|
184
|
+
auth: auth
|
|
185
|
+
});
|
|
186
|
+
|
|
187
|
+
addShareButton(dataWithAuth, actions);
|
|
188
|
+
addVisibilityButton(dataWithAuth, actions);
|
|
189
|
+
addFollowButton(dataWithAuth, actions);
|
|
190
|
+
addExitButton(dataWithAuth, actions);
|
|
191
|
+
addFinishOrReopenButton(dataWithAuth, actions);
|
|
192
|
+
addCopyButton(dataWithAuth, actions);
|
|
193
|
+
addDeleteButton(dataWithAuth, actions); // addDetailButton(dataWithAuth,actions)
|
|
194
|
+
|
|
195
|
+
return actions;
|
|
196
|
+
}
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
.okr-detail-head-parent {
|
|
6
6
|
display: flex;
|
|
7
7
|
align-items: center;
|
|
8
|
-
color: #
|
|
8
|
+
color: #89919f;
|
|
9
9
|
}
|
|
10
10
|
|
|
11
11
|
.okr-detail-head-parent .tu-icon-liebiao-duiqinubiao {
|
|
@@ -23,5 +23,5 @@
|
|
|
23
23
|
}
|
|
24
24
|
|
|
25
25
|
.okr-detail-head-parent > span:hover {
|
|
26
|
-
color: #
|
|
26
|
+
color: #2879ff;
|
|
27
27
|
}
|