@zgfe/modules-settings 2.0.0-zhongyuan.9 → 2.1.0-zhongyuan-set.1
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/README.md +33 -33
- package/es/components/card/index.less +87 -87
- package/es/components/importMetaDialog/index.d.ts +13 -0
- package/es/components/importMetaDialog/index.js +217 -0
- package/es/components/importMetaDialog/styles/index.less +115 -0
- package/es/components/pageLoading/index.less +7 -7
- package/es/components/picCircleSelect/bak/index copy 2.tsx.bak +92 -92
- package/es/components/picCircleSelect/bak/index copy 3.tsx.bak +58 -58
- package/es/components/picCircleSelect/bak/index copy 4.tsx.bak +66 -66
- package/es/components/picCircleSelect/bak/index copy 5.tsx.bak +116 -116
- package/es/components/picCircleSelect/bak/index copy 6.tsx.bak +116 -116
- package/es/components/picCircleSelect/bak/index copy.tsx.bak +41 -41
- package/es/components/picCircleSelect/bak/index.tsx.bak +48 -48
- package/es/components/picCircleSelect/bak/index1.tsx.bak +46 -46
- package/es/components/picCircleSelect/bak/index2.tsx.bak +104 -104
- package/es/components/picCircleSelect/index.less +37 -37
- package/es/components/processCanvas/styles/customNode.less +149 -149
- package/es/components/processCanvas/styles/index.less +34 -34
- package/es/components/settingTabs/index.less +51 -51
- package/es/constants/api.d.ts +30 -0
- package/es/constants/api.js +43 -1
- package/es/constants/icons/demo.css +539 -539
- package/es/constants/icons/demo_index.html +9871 -9871
- package/es/constants/icons/iconfont.css +1699 -1699
- package/es/constants/icons/iconfont.json +2956 -2956
- package/es/global.d.ts +4 -4
- package/es/modules/appSettings/dataAccessFilter/index.js +2 -1
- package/es/modules/appSettings/dataAccessFilter/index.less +5 -5
- package/es/modules/appSettings/virtualSource/styles/index.less +28 -28
- package/es/modules/appSettings/virtualSource/styles/table.less +51 -51
- package/es/modules/companySetting/appList/index.less +126 -126
- package/es/modules/companySetting/application/applicationForm.d.ts +1 -0
- package/es/modules/companySetting/application/applicationForm.js +34 -4
- package/es/modules/companySetting/application/index.d.ts +13 -0
- package/es/modules/companySetting/application/index.js +276 -104
- package/es/modules/companySetting/application/index.less +144 -126
- package/es/modules/companySetting/business/index.less +92 -92
- package/es/modules/companySetting/cost/index.less +38 -38
- package/es/modules/companySetting/department/index.less +157 -157
- package/es/modules/companySetting/edit/styles/authConfig.less +3 -3
- package/es/modules/companySetting/edit/styles/authGroup.less +10 -10
- package/es/modules/companySetting/edit/styles/authModule.less +82 -82
- package/es/modules/companySetting/edit/styles/user.less +54 -54
- package/es/modules/companySetting/edit/styles/userGroup.less +44 -44
- package/es/modules/companySetting/index.js +37 -33
- package/es/modules/companySetting/index.less +90 -90
- package/es/modules/companySetting/info/index.less +42 -42
- package/es/modules/companySetting/mainPart/images/img2.svg +12 -12
- package/es/modules/companySetting/mainPart/index.less +239 -239
- package/es/modules/companySetting/operationLog/index.js +22 -5
- package/es/modules/companySetting/operationLog/index.less +33 -33
- package/es/modules/companySetting/role/index.less +296 -296
- package/es/modules/companySetting/role/setDataRangeDialog/index.less +37 -37
- package/es/modules/companySetting/style/common.less +79 -79
- package/es/modules/companySetting/style/reset.less +117 -117
- package/es/modules/companySetting/user/index.js +29 -24
- package/es/modules/companySetting/user/index.less +363 -363
- package/es/modules/companySetting/user/invite.js +30 -102
- package/es/modules/companySetting/virtualApp/styles/config.less +37 -37
- package/es/modules/companySetting/virtualApp/styles/index.less +21 -21
- package/es/modules/companySetting/virtualApp/styles/list.less +28 -28
- package/es/modules/companySetting/virtualApp/styles/sourceItem.less +33 -33
- package/es/modules/companySetting/virtualApp/styles/table.less +44 -44
- package/es/modules/companySetting/wechatBinding/index.less +58 -58
- package/es/modules/createDemand/constants.d.ts +15 -2
- package/es/modules/createDemand/constants.js +57 -4
- package/es/modules/createDemand/demo/selectPoint.js +1 -2
- package/es/modules/createDemand/index.d.ts +0 -1
- package/es/modules/createDemand/index.js +793 -179
- package/es/modules/createDemand/styles/index.less +403 -277
- package/es/modules/createDemand_bf/demo/index.js +0 -1
- package/es/modules/createDemand_bf/index.js +0 -1
- package/es/modules/createDemand_bf/styles/index.less +222 -222
- package/es/modules/createProcess/components/index.less +52 -52
- package/es/modules/createProcess/index.less +114 -114
- package/es/modules/createProcess/title/index.less +53 -53
- package/es/modules/dealDemand/demo/index.js +0 -1
- package/es/modules/dealDemand/demo/selectPoint.js +1 -1
- package/es/modules/dealDemand/index.js +0 -2
- package/es/modules/dealDemand/styles/index.less +265 -265
- package/es/modules/demandManage/index.js +174 -178
- package/es/modules/demandManage/styles/index.less +8 -68
- package/es/modules/getPassword/index.less +122 -122
- package/es/modules/messageList/index.d.ts +1 -1
- package/es/modules/messageList/index.js +6 -6
- package/es/modules/messageList/index.less +81 -81
- package/es/modules/personalSetting/demo/index.d.ts +3 -0
- package/es/modules/personalSetting/demo/index.js +12 -0
- package/es/modules/personalSetting/index.js +11 -1
- package/es/modules/personalSetting/info/index.js +23 -5
- package/es/modules/personalSetting/securityLog/index.less +11 -11
- package/es/modules/personalSetting/styles/unbinding.less +73 -73
- package/es/modules/pointMap/ImportModal/styles/index.less +91 -91
- package/es/modules/pointMap/createMetaDrawer.d.ts +5 -0
- package/es/modules/pointMap/createMetaDrawer.js +825 -0
- package/es/modules/pointMap/editTxt/index.less +55 -55
- package/es/modules/pointMap/pageInfo.js +401 -179
- package/es/modules/pointMap/record.d.ts +7 -0
- package/es/modules/pointMap/record.js +521 -0
- package/es/modules/pointMap/styles/index.less +165 -38
- package/es/modules/pointMap/styles/pageInfo.less +439 -244
- package/es/modules/pointMap/styles/tree.css +164 -145
- package/es/modules/pointMap/styles/tree.less +174 -149
- package/es/modules/pointMap/tree.js +232 -88
- package/es/modules/pointMap/types.d.ts +88 -0
- package/es/modules/pointMap/types.js +1 -0
- package/es/modules/systemSetting/Dictionary.d.ts +5 -2
- package/es/modules/systemSetting/Dictionary.js +54 -370
- package/es/modules/systemSetting/approvalmanage/approvalStrategy/index.less +14 -14
- package/es/modules/systemSetting/approvalmanage/index.less +5 -5
- package/es/modules/systemSetting/approvalmanage/processManage/index.less +39 -39
- package/es/modules/systemSetting/dictionaryItem/dictionaryManagement/create.d.ts +9 -0
- package/es/modules/systemSetting/dictionaryItem/dictionaryManagement/create.js +245 -0
- package/es/modules/systemSetting/dictionaryItem/dictionaryManagement/css/index.less +48 -0
- package/es/modules/systemSetting/dictionaryItem/dictionaryManagement/index.d.ts +4 -0
- package/es/modules/systemSetting/dictionaryItem/dictionaryManagement/index.js +207 -0
- package/es/modules/systemSetting/dictionaryItem/dictionaryManagement/type/index.d.ts +10 -0
- package/es/modules/systemSetting/dictionaryItem/dictionaryManagement/type/index.js +1 -0
- package/es/modules/systemSetting/dictionaryItem/eventTagManagement/create.d.ts +10 -0
- package/es/modules/systemSetting/dictionaryItem/eventTagManagement/create.js +124 -0
- package/es/modules/systemSetting/dictionaryItem/eventTagManagement/css/index.less +32 -0
- package/es/modules/systemSetting/dictionaryItem/eventTagManagement/index.d.ts +7 -0
- package/es/modules/systemSetting/dictionaryItem/eventTagManagement/index.js +264 -0
- package/es/modules/systemSetting/dictionaryItem/eventTagManagement/type/index.d.ts +9 -0
- package/es/modules/systemSetting/dictionaryItem/eventTagManagement/type/index.js +1 -0
- package/es/modules/systemSetting/document-setting/index.js +7 -6
- package/es/modules/systemSetting/index.css +161 -161
- package/es/modules/systemSetting/index.js +16 -16
- package/es/modules/systemSetting/index.less +169 -169
- package/es/modules/systemSetting/notice/configItem/index.less +21 -21
- package/es/modules/systemSetting/notice/edit/index.less +26 -26
- package/es/types/personal.d.ts +1 -0
- package/package.json +74 -74
|
@@ -1,79 +1,79 @@
|
|
|
1
|
-
@import './reset.less';
|
|
2
|
-
|
|
3
|
-
.setting {
|
|
4
|
-
height: 100%;
|
|
5
|
-
overflow-y: auto;
|
|
6
|
-
font-size: 14px;
|
|
7
|
-
background: #fafafb;
|
|
8
|
-
|
|
9
|
-
.disabled {
|
|
10
|
-
background: #ccc !important;
|
|
11
|
-
border-color: #ccc !important;
|
|
12
|
-
cursor: not-allowed;
|
|
13
|
-
}
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
.setting-content {
|
|
17
|
-
padding: 16px;
|
|
18
|
-
|
|
19
|
-
.setting-title {
|
|
20
|
-
display: flex;
|
|
21
|
-
align-items: center;
|
|
22
|
-
margin-bottom: 0px;
|
|
23
|
-
|
|
24
|
-
.icon-set,
|
|
25
|
-
.icon-company {
|
|
26
|
-
margin-right: 10px;
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
.app-name {
|
|
30
|
-
margin-left: 3px;
|
|
31
|
-
font-size: 14px;
|
|
32
|
-
}
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
.setting-body {
|
|
36
|
-
display: flex;
|
|
37
|
-
align-items: flex-start;
|
|
38
|
-
|
|
39
|
-
.setting-tab {
|
|
40
|
-
border-top: 1px solid #dadada;
|
|
41
|
-
|
|
42
|
-
li > a {
|
|
43
|
-
z-index: 1;
|
|
44
|
-
display: inline-block;
|
|
45
|
-
width: 200px;
|
|
46
|
-
min-height: 50px;
|
|
47
|
-
color: #858585;
|
|
48
|
-
font-size: 14px;
|
|
49
|
-
line-height: 50px;
|
|
50
|
-
text-align: left;
|
|
51
|
-
text-decoration: none;
|
|
52
|
-
text-indent: 40px;
|
|
53
|
-
background: #ffffff;
|
|
54
|
-
border: 1px solid #dadada;
|
|
55
|
-
border-top: none;
|
|
56
|
-
cursor: pointer;
|
|
57
|
-
|
|
58
|
-
&:hover {
|
|
59
|
-
color: #000;
|
|
60
|
-
font-weight: bold;
|
|
61
|
-
}
|
|
62
|
-
}
|
|
63
|
-
|
|
64
|
-
.router-link-active {
|
|
65
|
-
color: #000;
|
|
66
|
-
font-weight: bold;
|
|
67
|
-
}
|
|
68
|
-
}
|
|
69
|
-
}
|
|
70
|
-
|
|
71
|
-
.setting-component {
|
|
72
|
-
width: 914px;
|
|
73
|
-
height: calc(100vh - 130px);
|
|
74
|
-
min-height: 465px;
|
|
75
|
-
margin-left: 20px;
|
|
76
|
-
background: #fff;
|
|
77
|
-
border: 1px solid #dadada;
|
|
78
|
-
}
|
|
79
|
-
}
|
|
1
|
+
@import './reset.less';
|
|
2
|
+
|
|
3
|
+
.setting {
|
|
4
|
+
height: 100%;
|
|
5
|
+
overflow-y: auto;
|
|
6
|
+
font-size: 14px;
|
|
7
|
+
background: #fafafb;
|
|
8
|
+
|
|
9
|
+
.disabled {
|
|
10
|
+
background: #ccc !important;
|
|
11
|
+
border-color: #ccc !important;
|
|
12
|
+
cursor: not-allowed;
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
.setting-content {
|
|
17
|
+
padding: 16px;
|
|
18
|
+
|
|
19
|
+
.setting-title {
|
|
20
|
+
display: flex;
|
|
21
|
+
align-items: center;
|
|
22
|
+
margin-bottom: 0px;
|
|
23
|
+
|
|
24
|
+
.icon-set,
|
|
25
|
+
.icon-company {
|
|
26
|
+
margin-right: 10px;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
.app-name {
|
|
30
|
+
margin-left: 3px;
|
|
31
|
+
font-size: 14px;
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
.setting-body {
|
|
36
|
+
display: flex;
|
|
37
|
+
align-items: flex-start;
|
|
38
|
+
|
|
39
|
+
.setting-tab {
|
|
40
|
+
border-top: 1px solid #dadada;
|
|
41
|
+
|
|
42
|
+
li > a {
|
|
43
|
+
z-index: 1;
|
|
44
|
+
display: inline-block;
|
|
45
|
+
width: 200px;
|
|
46
|
+
min-height: 50px;
|
|
47
|
+
color: #858585;
|
|
48
|
+
font-size: 14px;
|
|
49
|
+
line-height: 50px;
|
|
50
|
+
text-align: left;
|
|
51
|
+
text-decoration: none;
|
|
52
|
+
text-indent: 40px;
|
|
53
|
+
background: #ffffff;
|
|
54
|
+
border: 1px solid #dadada;
|
|
55
|
+
border-top: none;
|
|
56
|
+
cursor: pointer;
|
|
57
|
+
|
|
58
|
+
&:hover {
|
|
59
|
+
color: #000;
|
|
60
|
+
font-weight: bold;
|
|
61
|
+
}
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
.router-link-active {
|
|
65
|
+
color: #000;
|
|
66
|
+
font-weight: bold;
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
.setting-component {
|
|
72
|
+
width: 914px;
|
|
73
|
+
height: calc(100vh - 130px);
|
|
74
|
+
min-height: 465px;
|
|
75
|
+
margin-left: 20px;
|
|
76
|
+
background: #fff;
|
|
77
|
+
border: 1px solid #dadada;
|
|
78
|
+
}
|
|
79
|
+
}
|
|
@@ -1,117 +1,117 @@
|
|
|
1
|
-
// @import constants
|
|
2
|
-
|
|
3
|
-
* {
|
|
4
|
-
box-sizing: border-box;
|
|
5
|
-
font-family: 'PingFang SC', Arial, 'Microsoft YaHei', sans-serif;
|
|
6
|
-
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
7
|
-
}
|
|
8
|
-
|
|
9
|
-
*:before,
|
|
10
|
-
*:after {
|
|
11
|
-
box-sizing: border-box;
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
// HTML & Body reset
|
|
15
|
-
html,
|
|
16
|
-
body {
|
|
17
|
-
width: 100%;
|
|
18
|
-
height: 100%;
|
|
19
|
-
margin: 0;
|
|
20
|
-
padding: 0;
|
|
21
|
-
overflow-x: hidden;
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
// unify the setting of elements's margin and padding for browsers
|
|
25
|
-
body,
|
|
26
|
-
div,
|
|
27
|
-
dl,
|
|
28
|
-
dt,
|
|
29
|
-
dd,
|
|
30
|
-
ul,
|
|
31
|
-
ol,
|
|
32
|
-
li,
|
|
33
|
-
h1,
|
|
34
|
-
h2,
|
|
35
|
-
h3,
|
|
36
|
-
h4,
|
|
37
|
-
h5,
|
|
38
|
-
h6,
|
|
39
|
-
pre,
|
|
40
|
-
code,
|
|
41
|
-
form,
|
|
42
|
-
fieldset,
|
|
43
|
-
legend,
|
|
44
|
-
input,
|
|
45
|
-
textarea,
|
|
46
|
-
p,
|
|
47
|
-
blockquote,
|
|
48
|
-
th,
|
|
49
|
-
td,
|
|
50
|
-
hr,
|
|
51
|
-
button,
|
|
52
|
-
article,
|
|
53
|
-
aside,
|
|
54
|
-
details,
|
|
55
|
-
figcaption,
|
|
56
|
-
figure,
|
|
57
|
-
footer,
|
|
58
|
-
header,
|
|
59
|
-
hgroup,
|
|
60
|
-
menu,
|
|
61
|
-
nav,
|
|
62
|
-
section {
|
|
63
|
-
box-sizing: border-box;
|
|
64
|
-
margin: 0;
|
|
65
|
-
padding: 0;
|
|
66
|
-
}
|
|
67
|
-
|
|
68
|
-
// Reset fonts for relevant elements
|
|
69
|
-
button,
|
|
70
|
-
input,
|
|
71
|
-
select,
|
|
72
|
-
textarea {
|
|
73
|
-
color: inherit;
|
|
74
|
-
font-size: inherit;
|
|
75
|
-
line-height: inherit;
|
|
76
|
-
outline: none;
|
|
77
|
-
}
|
|
78
|
-
|
|
79
|
-
ul,
|
|
80
|
-
li,
|
|
81
|
-
ol {
|
|
82
|
-
list-style: none;
|
|
83
|
-
}
|
|
84
|
-
|
|
85
|
-
// Remove the clear button of a text input control in IE10+
|
|
86
|
-
input::-ms-clear,
|
|
87
|
-
input::-ms-reveal {
|
|
88
|
-
display: none;
|
|
89
|
-
}
|
|
90
|
-
|
|
91
|
-
// Links
|
|
92
|
-
a {
|
|
93
|
-
text-decoration: none;
|
|
94
|
-
background: transparent;
|
|
95
|
-
outline: none;
|
|
96
|
-
cursor: pointer;
|
|
97
|
-
transition: color 0.3s ease;
|
|
98
|
-
|
|
99
|
-
&:focus {
|
|
100
|
-
text-decoration: underline;
|
|
101
|
-
text-decoration-skip-ink: auto;
|
|
102
|
-
}
|
|
103
|
-
}
|
|
104
|
-
|
|
105
|
-
.company-setting [class^='icon-'],
|
|
106
|
-
.company-setting [class*=' icon-'] {
|
|
107
|
-
font-family: 'zhuge' !important;
|
|
108
|
-
font-style: normal;
|
|
109
|
-
-webkit-font-smoothing: antialiased;
|
|
110
|
-
-moz-osx-font-smoothing: grayscale;
|
|
111
|
-
}
|
|
112
|
-
|
|
113
|
-
.ant-dropdown-hidden,
|
|
114
|
-
.ant-picker-dropdown-hidden,
|
|
115
|
-
ant-dropdown-menu-submenu-hidden {
|
|
116
|
-
display: none;
|
|
117
|
-
}
|
|
1
|
+
// @import constants
|
|
2
|
+
|
|
3
|
+
* {
|
|
4
|
+
box-sizing: border-box;
|
|
5
|
+
font-family: 'PingFang SC', Arial, 'Microsoft YaHei', sans-serif;
|
|
6
|
+
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
*:before,
|
|
10
|
+
*:after {
|
|
11
|
+
box-sizing: border-box;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
// HTML & Body reset
|
|
15
|
+
html,
|
|
16
|
+
body {
|
|
17
|
+
width: 100%;
|
|
18
|
+
height: 100%;
|
|
19
|
+
margin: 0;
|
|
20
|
+
padding: 0;
|
|
21
|
+
overflow-x: hidden;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
// unify the setting of elements's margin and padding for browsers
|
|
25
|
+
body,
|
|
26
|
+
div,
|
|
27
|
+
dl,
|
|
28
|
+
dt,
|
|
29
|
+
dd,
|
|
30
|
+
ul,
|
|
31
|
+
ol,
|
|
32
|
+
li,
|
|
33
|
+
h1,
|
|
34
|
+
h2,
|
|
35
|
+
h3,
|
|
36
|
+
h4,
|
|
37
|
+
h5,
|
|
38
|
+
h6,
|
|
39
|
+
pre,
|
|
40
|
+
code,
|
|
41
|
+
form,
|
|
42
|
+
fieldset,
|
|
43
|
+
legend,
|
|
44
|
+
input,
|
|
45
|
+
textarea,
|
|
46
|
+
p,
|
|
47
|
+
blockquote,
|
|
48
|
+
th,
|
|
49
|
+
td,
|
|
50
|
+
hr,
|
|
51
|
+
button,
|
|
52
|
+
article,
|
|
53
|
+
aside,
|
|
54
|
+
details,
|
|
55
|
+
figcaption,
|
|
56
|
+
figure,
|
|
57
|
+
footer,
|
|
58
|
+
header,
|
|
59
|
+
hgroup,
|
|
60
|
+
menu,
|
|
61
|
+
nav,
|
|
62
|
+
section {
|
|
63
|
+
box-sizing: border-box;
|
|
64
|
+
margin: 0;
|
|
65
|
+
padding: 0;
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
// Reset fonts for relevant elements
|
|
69
|
+
button,
|
|
70
|
+
input,
|
|
71
|
+
select,
|
|
72
|
+
textarea {
|
|
73
|
+
color: inherit;
|
|
74
|
+
font-size: inherit;
|
|
75
|
+
line-height: inherit;
|
|
76
|
+
outline: none;
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
ul,
|
|
80
|
+
li,
|
|
81
|
+
ol {
|
|
82
|
+
list-style: none;
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
// Remove the clear button of a text input control in IE10+
|
|
86
|
+
input::-ms-clear,
|
|
87
|
+
input::-ms-reveal {
|
|
88
|
+
display: none;
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
// Links
|
|
92
|
+
a {
|
|
93
|
+
text-decoration: none;
|
|
94
|
+
background: transparent;
|
|
95
|
+
outline: none;
|
|
96
|
+
cursor: pointer;
|
|
97
|
+
transition: color 0.3s ease;
|
|
98
|
+
|
|
99
|
+
&:focus {
|
|
100
|
+
text-decoration: underline;
|
|
101
|
+
text-decoration-skip-ink: auto;
|
|
102
|
+
}
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
.company-setting [class^='icon-'],
|
|
106
|
+
.company-setting [class*=' icon-'] {
|
|
107
|
+
font-family: 'zhuge' !important;
|
|
108
|
+
font-style: normal;
|
|
109
|
+
-webkit-font-smoothing: antialiased;
|
|
110
|
+
-moz-osx-font-smoothing: grayscale;
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
.ant-dropdown-hidden,
|
|
114
|
+
.ant-picker-dropdown-hidden,
|
|
115
|
+
ant-dropdown-menu-submenu-hidden {
|
|
116
|
+
display: none;
|
|
117
|
+
}
|
|
@@ -360,30 +360,35 @@ var User = function User(props) {
|
|
|
360
360
|
title: arr === null || arr === void 0 ? void 0 : (_arr$join = arr.join(',')) === null || _arr$join === void 0 ? void 0 : _arr$join.replace(/,/g, '、')
|
|
361
361
|
}, splitString(arr === null || arr === void 0 ? void 0 : (_arr$join2 = arr.join(',')) === null || _arr$join2 === void 0 ? void 0 : _arr$join2.replace(/,/g, '、'), 8)));
|
|
362
362
|
}
|
|
363
|
-
},
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
363
|
+
},
|
|
364
|
+
// {
|
|
365
|
+
// title: '部门',
|
|
366
|
+
// with: 195,
|
|
367
|
+
// dataIndex: 'aclDeptList',
|
|
368
|
+
// render: (aclDeptList: []) => {
|
|
369
|
+
// const arr = aclDeptList?.map((item: { name: string }) => {
|
|
370
|
+
// return item?.name;
|
|
371
|
+
// });
|
|
372
|
+
// return (
|
|
373
|
+
// <div>
|
|
374
|
+
// <Tooltip
|
|
375
|
+
// overlayStyle={{ maxWidth: 396 }}
|
|
376
|
+
// overlayInnerStyle={{
|
|
377
|
+
// color: '#FFF',
|
|
378
|
+
// fontSize: 14,
|
|
379
|
+
// fontWeight: 400,
|
|
380
|
+
// letterSpacing: 0.56,
|
|
381
|
+
// }}
|
|
382
|
+
// placement="top"
|
|
383
|
+
// title={arr?.join(',')?.replace(/,/g, '、')}
|
|
384
|
+
// >
|
|
385
|
+
// {splitString(arr?.join(',')?.replace(/,/g, '、'), 8)}
|
|
386
|
+
// </Tooltip>
|
|
387
|
+
// </div>
|
|
388
|
+
// );
|
|
389
|
+
// },
|
|
390
|
+
// },
|
|
391
|
+
{
|
|
387
392
|
title: '状态',
|
|
388
393
|
render: function render(data) {
|
|
389
394
|
return /*#__PURE__*/React.createElement("div", null, !data.isAdmin && (/*#__PURE__*/React.createElement(Switch, {
|