hd-idevvue3 3.0.3 → 3.0.4
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/dist/assets/index.9c127719.css +1 -0
- package/dist/hd-idevvue3.mjs +3521 -3305
- package/dist/hd-idevvue3.umd.js +29 -29
- package/npminstall-debug.log +2 -10
- package/package.json +3 -1
- package/pnpm-lock.yaml +37 -4
- package/src/App.vue +11 -15
- package/src/assets/sound/notify.wav +0 -0
- package/src/demo/demo.vue +9 -10
- package/src/demo/dropdemo.vue +42 -43
- package/src/demo/extsets.vue +140 -39
- package/src/demo/formedit.vue +157 -145
- package/src/demo/hightquery.vue +263 -66
- package/src/demo/inlineedit.vue +129 -35
- package/src/demo/selfdrop.vue +32 -15
- package/src/directive/el-dragDialog/drag.js +13 -13
- package/src/directive/el-dragDialog/index.js +13 -13
- package/src/errorLog.js +3 -3
- package/src/hdcom/BigGrid.js +54 -48
- package/src/hdcom/BillShow.vue +84 -63
- package/src/hdcom/BillUpload.vue +144 -86
- package/src/hdcom/BtnRight.vue +26 -23
- package/src/hdcom/ErrHint.vue +36 -24
- package/src/hdcom/ExtendColumn.vue +97 -90
- package/src/hdcom/ExtendCommon.js +24 -13
- package/src/hdcom/ExtendForm.vue +107 -80
- package/src/hdcom/FacePicUpload.vue +59 -50
- package/src/hdcom/FaceRecTest.vue +87 -77
- package/src/hdcom/GridChart.vue +175 -162
- package/src/hdcom/GridExField.vue +328 -234
- package/src/hdcom/GridShow.vue +89 -39
- package/src/hdcom/HdAside.vue +192 -145
- package/src/hdcom/HdBtn.vue +44 -32
- package/src/hdcom/HdButton.vue +141 -117
- package/src/hdcom/HdComFaceRec.vue +80 -32
- package/src/hdcom/HdComGrid.vue +329 -229
- package/src/hdcom/HdComQuery.vue +179 -90
- package/src/hdcom/HdComQueryDetail.vue +159 -115
- package/src/hdcom/HdComSortDetail.vue +136 -130
- package/src/hdcom/HdDatePicker.vue +32 -16
- package/src/hdcom/HdDialog.vue +62 -44
- package/src/hdcom/HdDrop.vue +163 -138
- package/src/hdcom/HdFileUpload.vue +138 -119
- package/src/hdcom/HdFilterBox.vue +62 -62
- package/src/hdcom/HdFooter.vue +152 -119
- package/src/hdcom/HdForm.vue +276 -203
- package/src/hdcom/HdFormBtn.vue +81 -39
- package/src/hdcom/HdFormItem.vue +14 -10
- package/src/hdcom/HdGrid.vue +353 -156
- package/src/hdcom/HdGridEditBtn.vue +34 -20
- package/src/hdcom/HdGridExt.js +78 -47
- package/src/hdcom/HdGridSel.vue +227 -193
- package/src/hdcom/HdHeader.vue +149 -117
- package/src/hdcom/HdHotKey.vue +70 -67
- package/src/hdcom/HdInputHint.vue +40 -36
- package/src/hdcom/HdMain.vue +25 -27
- package/src/hdcom/HdMessage.vue +180 -171
- package/src/hdcom/HdNum.vue +67 -57
- package/src/hdcom/HdPopSel.vue +46 -24
- package/src/hdcom/HdRightMenu.vue +63 -61
- package/src/hdcom/HdSel/SelGridFieldcod.vue +46 -28
- package/src/hdcom/HdTableColumn.vue +156 -109
- package/src/hdcom/HdTempSave.vue +138 -116
- package/src/hdcom/HdTree.vue +89 -72
- package/src/hdcom/HdTreeTable/eval.js +8 -3
- package/src/hdcom/HdTreeTable/index.vue +229 -174
- package/src/hdcom/ImportExcel.vue +69 -34
- package/src/hdcom/index.js +39 -44
- package/src/idev.common.js +54 -47
- package/src/index.js +3 -6
- package/src/utils/HdQuery.js +25 -14
- package/src/utils/comutils.js +50 -28
- package/src/utils/gogocodeTransfer.js +59 -0
- package/src/utils/utils.js +30 -19
- package/src/vendor/Blob.js +187 -179
- package/src/vendor/Export2Excel.js +231 -220
- package/src/vendor/Export2Zip.js +25 -22
- package/src/views/layout/AppMain.vue +34 -32
- package/src/views/layout/HdLayout.vue +64 -52
- package/src/views/layout/header/ElasticSearch.vue +196 -159
- package/src/views/layout/header/HZRecorder.js +163 -135
- package/src/views/layout/header/HeaderSearch.vue +165 -145
- package/src/views/layout/header/Levelbar.vue +55 -49
- package/src/views/layout/header/MainHeader.vue +233 -189
- package/src/views/layout/header/Navbar.vue +74 -78
- package/src/views/layout/header/ScrollPane.vue +103 -81
- package/src/views/layout/header/TagsView.vue +169 -164
- package/src/views/layout/header/VocRec.vue +86 -78
- package/src/views/layout/header/changepswform.vue +98 -64
- package/src/views/layout/index.js +5 -7
- package/src/views/layout/menu/Hamburger.vue +63 -45
- package/src/views/layout/menu/HdMenu.vue +155 -118
- package/src/views/layout/menu/index.vue +21 -19
- package/src/views/privilege/commsg/commsg.vue +115 -41
- package/src/views/privilege/commsg/commsgOrgn.vue +40 -31
- package/src/views/privilege/commsg/commsgRole.vue +180 -109
- package/src/views/privilege/commsg/commsgform.vue +125 -101
- package/src/views/privilege/commsg/commsgiframe.vue +30 -23
- package/src/views/privilege/commsg/commsgto.vue +163 -84
- package/src/views/privilege/commsg/commsgtoform.vue +64 -58
- package/src/views/privilege/commsg/commsgtrans.vue +187 -115
- package/src/views/privilege/exfield/comexcolumn.vue +133 -43
- package/src/views/privilege/exfield/comexcolumnform.vue +85 -58
- package/src/views/privilege/exfield/comexfield.vue +15 -17
- package/src/views/privilege/exfield/comexfieldform.vue +71 -53
- package/src/views/privilege/exfield/comexfieldsub.vue +137 -46
- package/src/views/privilege/index.js +19 -20
- package/src/views/privilege/menu/comMenu.vue +49 -41
- package/src/views/privilege/menu/menu.vue +166 -49
- package/src/views/privilege/menu/menuinfo.vue +41 -34
- package/src/views/privilege/menu/rolelist.vue +78 -33
- package/src/views/privilege/menu/userlist.vue +76 -33
- package/src/views/privilege/mobile/authmobileupdate.vue +119 -43
- package/src/views/privilege/mobile/authmobileupdateform.vue +76 -46
- package/src/views/privilege/orgDept/authOrgn.vue +157 -65
- package/src/views/privilege/orgDept/authorgnform.vue +50 -38
- package/src/views/privilege/orgDept/orgDept.vue +38 -37
- package/src/views/privilege/orgDept/orgTree.vue +99 -88
- package/src/views/privilege/orgDept/orgnselect.vue +132 -111
- package/src/views/privilege/personDept/authuser.vue +197 -91
- package/src/views/privilege/personDept/authuserform.vue +123 -71
- package/src/views/privilege/personDept/facerec.vue +128 -83
- package/src/views/privilege/personDept/orgncascader.vue +134 -115
- package/src/views/privilege/personDept/personDept.vue +9 -7
- package/src/views/privilege/quartz/comquartzjob.vue +123 -38
- package/src/views/privilege/quartz/comquartzjobform.vue +67 -51
- package/src/views/privilege/quartz/comquartzlog.vue +116 -32
- package/src/views/privilege/role/btnRole.vue +123 -67
- package/src/views/privilege/role/menuRole.vue +65 -45
- package/src/views/privilege/role/orgnRole.vue +63 -41
- package/src/views/privilege/role/role.vue +26 -9
- package/src/views/privilege/role/rolelist.vue +114 -45
- package/src/views/privilege/role/roleselect.vue +34 -17
- package/src/views/privilege/search/comsearch.vue +164 -73
- package/src/views/privilege/search/menu.vue +38 -22
- package/src/views/privilege/syscode/syscode.vue +157 -69
- package/src/views/privilege/syscode/sysfield.vue +96 -43
- package/src/views/privilege/syscode/sysfieldframe.vue +30 -30
- package/src/views/privilege/syslog/menulog.vue +38 -22
- package/src/views/privilege/syslog/syslog.vue +145 -78
- package/src/views/privilege/syslog/syslogconfig.vue +91 -24
- package/src/views/privilege/syslog/syslogform.vue +45 -43
- package/src/views/privilege/syslog/syslogframe.vue +26 -26
- package/src/views/privilege/userRole/userRole.vue +187 -89
- package/vite.config.js +7 -0
- package/dist/assets/index.774ef40e.css +0 -1
- package/src/views/privilege.zip +0 -0
|
@@ -1,122 +1,220 @@
|
|
|
1
1
|
<template>
|
|
2
2
|
<el-container>
|
|
3
3
|
<el-aside width="50%">
|
|
4
|
-
<hd-com-grid
|
|
5
|
-
|
|
4
|
+
<hd-com-grid
|
|
5
|
+
:hdQuery="hdUserQuery"
|
|
6
|
+
@row-click="rowClick"
|
|
7
|
+
ckHide
|
|
8
|
+
ref="pergrid"
|
|
9
|
+
url="/webresources/login/privilege/AuthUser"
|
|
10
|
+
>
|
|
6
11
|
<div class="filter-container" slot="query">
|
|
7
|
-
<el-input
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
12
|
+
<el-input
|
|
13
|
+
:placeholder="$t('姓名、账号')"
|
|
14
|
+
@keyup.enter.native="$refs.pergrid.doQuery()"
|
|
15
|
+
class="filter-item"
|
|
16
|
+
style="width: 180px"
|
|
17
|
+
v-model="hdUserQuery.query.name"
|
|
18
|
+
></el-input>
|
|
19
|
+
<orgnselect
|
|
20
|
+
:idVal.sync="hdUserQuery.query.orgnId"
|
|
21
|
+
:placeholder="$t('选择部门')"
|
|
22
|
+
:txtVal.sync="hdUserQuery.query.orgnName"
|
|
23
|
+
class="filter-item"
|
|
24
|
+
style="width: 150px; display: inline-block"
|
|
25
|
+
></orgnselect>
|
|
26
|
+
<roleselect
|
|
27
|
+
:idVal.sync="hdUserQuery.query.roleId"
|
|
28
|
+
:placeholder="$t('选择角色')"
|
|
29
|
+
:txtVal.sync="hdUserQuery.query.roleIdStr"
|
|
30
|
+
class="filter-item"
|
|
31
|
+
style="width: 150px; display: inline-block"
|
|
32
|
+
></roleselect>
|
|
33
|
+
<el-button
|
|
34
|
+
@click="$refs.pergrid.doQuery()"
|
|
35
|
+
class="filter-item"
|
|
36
|
+
keyType="query"
|
|
37
|
+
>{{ $t('搜索') }}</el-button
|
|
38
|
+
>
|
|
16
39
|
</div>
|
|
17
|
-
<el-table-column
|
|
40
|
+
<el-table-column
|
|
41
|
+
align="center"
|
|
42
|
+
label="姓名"
|
|
43
|
+
prop="name"
|
|
44
|
+
sortable
|
|
45
|
+
width="120px"
|
|
46
|
+
>
|
|
18
47
|
</el-table-column>
|
|
19
|
-
<el-table-column
|
|
48
|
+
<el-table-column
|
|
49
|
+
align="center"
|
|
50
|
+
label="账号"
|
|
51
|
+
prop="account"
|
|
52
|
+
sortable
|
|
53
|
+
width="120px"
|
|
54
|
+
>
|
|
20
55
|
</el-table-column>
|
|
21
|
-
<el-table-column
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
56
|
+
<el-table-column
|
|
57
|
+
:input="require('../orgDept/orgnselect').default"
|
|
58
|
+
:inputFormat="(result, row) => row.orgnName"
|
|
59
|
+
align="center"
|
|
60
|
+
label="部门名称"
|
|
61
|
+
prop="orgnId"
|
|
62
|
+
sortable
|
|
63
|
+
width="120px"
|
|
64
|
+
>
|
|
25
65
|
</el-table-column>
|
|
26
66
|
</hd-com-grid>
|
|
27
67
|
</el-aside>
|
|
28
68
|
<el-main>
|
|
29
|
-
<hd-com-grid
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
69
|
+
<hd-com-grid
|
|
70
|
+
:hdQuery="hdRoleQuery"
|
|
71
|
+
:summary-method="getSummaries"
|
|
72
|
+
ckHide
|
|
73
|
+
findUrl="/webresources/login/privilege/AuthRole/findRoleByUserId"
|
|
74
|
+
notInit
|
|
75
|
+
ref="rolegrid"
|
|
76
|
+
show-summary
|
|
77
|
+
url="/webresources/login/privilege/AuthRole/"
|
|
78
|
+
>
|
|
79
|
+
<el-table-column
|
|
80
|
+
align="center"
|
|
81
|
+
fixed="right"
|
|
82
|
+
label="授权"
|
|
83
|
+
prop="fix_btn"
|
|
84
|
+
width="90"
|
|
85
|
+
>
|
|
34
86
|
<template slot-scope="scope">
|
|
35
|
-
<el-switch
|
|
36
|
-
|
|
87
|
+
<el-switch
|
|
88
|
+
:active-value="true"
|
|
89
|
+
:inactive-value="false"
|
|
90
|
+
@change="updateUserRole(scope.row)"
|
|
91
|
+
v-model="scope.row.checked"
|
|
92
|
+
></el-switch>
|
|
37
93
|
</template>
|
|
38
94
|
</el-table-column>
|
|
39
95
|
<div class="filter-container" slot="query">
|
|
40
|
-
<el-input
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
96
|
+
<el-input
|
|
97
|
+
:placeholder="$t('角色')"
|
|
98
|
+
@keyup.enter.native="$refs.rolegrid.doQuery()"
|
|
99
|
+
class="filter-item"
|
|
100
|
+
style="width: 180px"
|
|
101
|
+
v-model="hdRoleQuery.query.anyQuery"
|
|
102
|
+
></el-input>
|
|
103
|
+
<el-radio-group
|
|
104
|
+
@change="$refs.rolegrid.doQuery()"
|
|
105
|
+
class="filter-item"
|
|
106
|
+
size="mini"
|
|
107
|
+
v-model="hdRoleQuery.query.alreadyAuth"
|
|
108
|
+
>
|
|
109
|
+
<el-radio-button label="1">{{ $t('已授权') }}</el-radio-button>
|
|
110
|
+
<el-radio-button label="0">{{ $t('全部') }}</el-radio-button>
|
|
46
111
|
</el-radio-group>
|
|
47
|
-
<el-button
|
|
112
|
+
<el-button
|
|
113
|
+
@click="$refs.rolegrid.doQuery()"
|
|
114
|
+
class="filter-item"
|
|
115
|
+
keyType="query"
|
|
116
|
+
>搜索</el-button
|
|
117
|
+
>
|
|
48
118
|
|
|
49
|
-
{{$t('该账号已授权')
|
|
119
|
+
{{ $t('该账号已授权')
|
|
120
|
+
}}<span style="color: red; font-size: 18px">{{ roleAuthNum }}</span
|
|
121
|
+
>{{ $t('个角色') }}
|
|
50
122
|
</div>
|
|
51
|
-
<el-table-column
|
|
52
|
-
|
|
123
|
+
<el-table-column
|
|
124
|
+
align="center"
|
|
125
|
+
label="角色"
|
|
126
|
+
prop="name"
|
|
127
|
+
sortable
|
|
128
|
+
width="120px"
|
|
129
|
+
></el-table-column>
|
|
130
|
+
<el-table-column
|
|
131
|
+
align="center"
|
|
132
|
+
label="描述"
|
|
133
|
+
prop="description"
|
|
134
|
+
sortable
|
|
135
|
+
width="120px"
|
|
136
|
+
></el-table-column>
|
|
53
137
|
</hd-com-grid>
|
|
54
138
|
</el-main>
|
|
55
139
|
</el-container>
|
|
56
140
|
</template>
|
|
141
|
+
|
|
57
142
|
<script>
|
|
58
|
-
|
|
59
|
-
|
|
143
|
+
import orgnselect from '../orgDept/orgnselect'
|
|
144
|
+
import roleselect from '../role/roleselect'
|
|
60
145
|
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
}
|
|
74
|
-
|
|
75
|
-
|
|
146
|
+
export default {
|
|
147
|
+
components: {
|
|
148
|
+
orgnselect,
|
|
149
|
+
roleselect,
|
|
150
|
+
},
|
|
151
|
+
data() {
|
|
152
|
+
return {
|
|
153
|
+
hdUserQuery: new HdQuery(this),
|
|
154
|
+
hdRoleQuery: new HdQuery(this, 100),
|
|
155
|
+
userId: '',
|
|
156
|
+
roleFindUrl: '',
|
|
157
|
+
roleAuthNum: 0, //已授权角色数
|
|
158
|
+
}
|
|
159
|
+
},
|
|
160
|
+
mounted() {
|
|
161
|
+
// this.doQuery()
|
|
162
|
+
},
|
|
163
|
+
methods: {
|
|
164
|
+
rowClick(row) {
|
|
165
|
+
// 显示loading框
|
|
166
|
+
this.userId = row.userId
|
|
167
|
+
this.hdRoleQuery.add('userId', row.userId)
|
|
168
|
+
this.findRoleAuthNum()
|
|
169
|
+
this.$refs.rolegrid.doQuery().then(() => {
|
|
170
|
+
//summary有时候显示不了,调用el-table的doLayout方法对el-table封装了2层,所以需要3个refs
|
|
171
|
+
this.$refs.rolegrid.$refs.hdgrid.$refs.ingrid.doLayout()
|
|
172
|
+
})
|
|
76
173
|
},
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
//summary有时候显示不了,调用el-table的doLayout方法对el-table封装了2层,所以需要3个refs
|
|
85
|
-
this.$refs.rolegrid.$refs.hdgrid.$refs.ingrid.doLayout()
|
|
86
|
-
})
|
|
87
|
-
},
|
|
88
|
-
findRoleAuthNum() {
|
|
89
|
-
this.$http.post('/webresources/login/privilege/AuthRole/findRoleAuthNum', this.hdRoleQuery).then(response => {
|
|
174
|
+
findRoleAuthNum() {
|
|
175
|
+
this.$http
|
|
176
|
+
.post(
|
|
177
|
+
'/webresources/login/privilege/AuthRole/findRoleAuthNum',
|
|
178
|
+
this.hdRoleQuery
|
|
179
|
+
)
|
|
180
|
+
.then((response) => {
|
|
90
181
|
this.roleAuthNum = response.data
|
|
91
182
|
})
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
183
|
+
},
|
|
184
|
+
updateUserRole(row) {
|
|
185
|
+
if (row.checked) {
|
|
186
|
+
this.$http
|
|
187
|
+
.get(
|
|
188
|
+
`/webresources/login/privilege/AuthRole/addRoleUser/${row.roleId}/${this.userId}`
|
|
189
|
+
)
|
|
190
|
+
.then((response) => {
|
|
96
191
|
this.roleAuthNum = this.roleAuthNum + 1
|
|
97
192
|
})
|
|
98
|
-
|
|
99
|
-
|
|
193
|
+
} else {
|
|
194
|
+
this.$http
|
|
195
|
+
.get(
|
|
196
|
+
`/webresources/login/privilege/AuthRole/removeRoleUser/${row.roleId}/${this.userId}`
|
|
197
|
+
)
|
|
198
|
+
.then((response) => {
|
|
100
199
|
this.roleAuthNum = this.roleAuthNum - 1
|
|
101
200
|
})
|
|
201
|
+
}
|
|
202
|
+
},
|
|
203
|
+
getSummaries(param) {
|
|
204
|
+
const { columns, data } = param
|
|
205
|
+
const sums = []
|
|
206
|
+
columns.forEach((column, index) => {
|
|
207
|
+
if (column.property == 'name') {
|
|
208
|
+
sums[index] = '已授权'
|
|
209
|
+
return
|
|
102
210
|
}
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
if (column.property == 'fix_btn') {
|
|
113
|
-
sums[index] = this.roleAuthNum
|
|
114
|
-
return;
|
|
115
|
-
}
|
|
116
|
-
});
|
|
117
|
-
return sums;
|
|
118
|
-
},
|
|
119
|
-
}
|
|
120
|
-
}
|
|
121
|
-
|
|
211
|
+
if (column.property == 'fix_btn') {
|
|
212
|
+
sums[index] = this.roleAuthNum
|
|
213
|
+
return
|
|
214
|
+
}
|
|
215
|
+
})
|
|
216
|
+
return sums
|
|
217
|
+
},
|
|
218
|
+
},
|
|
219
|
+
}
|
|
122
220
|
</script>
|
package/vite.config.js
CHANGED
|
@@ -2,6 +2,7 @@ import { fileURLToPath, URL } from "node:url";
|
|
|
2
2
|
|
|
3
3
|
import { defineConfig } from "vite";
|
|
4
4
|
import vue from "@vitejs/plugin-vue";
|
|
5
|
+
import commonjs from "@rollup/plugin-commonjs";
|
|
5
6
|
import path from "path";
|
|
6
7
|
|
|
7
8
|
import requireTransform from "vite-plugin-require-transform";
|
|
@@ -14,6 +15,7 @@ import autoprefixer from "autoprefixer";
|
|
|
14
15
|
// https://vitejs.dev/config/
|
|
15
16
|
export default defineConfig({
|
|
16
17
|
plugins: [
|
|
18
|
+
commonjs(),
|
|
17
19
|
vue(),
|
|
18
20
|
requireTransform({
|
|
19
21
|
fileRegex: /.js$|.vue$/,
|
|
@@ -38,6 +40,11 @@ export default defineConfig({
|
|
|
38
40
|
extensions: [".js", ".ts", ".vue", ".json"],
|
|
39
41
|
},
|
|
40
42
|
css: {
|
|
43
|
+
preprocessorOptions: {
|
|
44
|
+
scss: {
|
|
45
|
+
silenceDeprecations: ['legacy-js-api'] // 忽略警告
|
|
46
|
+
}
|
|
47
|
+
},
|
|
41
48
|
postcss: {
|
|
42
49
|
plugins: [
|
|
43
50
|
postcssImport,
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
@charset "UTF-8";.sortable-ghost{opacity:.8;color:#fff!important;background:#42b983!important}.gridShow{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.gridShow .el-table{height:100%;width:100%;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.gridShow .el-table .el-table__body-wrapper{width:100%;padding-bottom:30px}.gridShow .el-table .el-table__header-wrapper th{background-color:#f6f6f6}.gridShow .el-table .el-table__fixed-header-wrapper th{background-color:#8cbda4}.gridShow .el-table td,.gridShow .el-table th{padding:2px 0}.gridShow .el-table .cell,.gridShow .el-table .el-table th div,.gridShow .el-table .el-table--border th:first-child .cell,.gridShow .el-table .el-table--border td:first-child .cell{padding-left:2px!important;padding-right:2px!important}.icon-star[data-v-c2929053]{margin-right:2px}.drag-handler[data-v-c2929053]{width:20px;height:20px;cursor:pointer}.show-d[data-v-c2929053]{margin-top:15px}.hdBtn{cursor:pointer}.hdgrid[data-v-317d9a96]{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.hdgrid[data-v-317d9a96] .el-table{height:100%;width:100%;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.hdgrid[data-v-317d9a96] .el-table th.gutter{display:table-cell!important}.hdgrid[data-v-317d9a96] .el-table .el-table__header-wrapper th,.hdgrid[data-v-317d9a96] .el-table .el-table__fixed-header-wrapper th{background-color:#f6f6f6}.hdgrid[data-v-317d9a96] .el-table td,.hdgrid[data-v-317d9a96] .el-table th{padding:1px 0}.hdgrid[data-v-317d9a96] .el-table .cell,.hdgrid[data-v-317d9a96] .el-table .el-table th div,.hdgrid[data-v-317d9a96] .el-table .el-table--border th:first-child .cell,.hdgrid[data-v-317d9a96] .el-table .el-table--border td:first-child .cell{padding:1.5px 0 1.5px 4px!important}.hdgrid[data-v-317d9a96] .el-table .el-table__empty-block{position:static;text-align:center;width:100%;height:80%}.hdgrid[data-v-317d9a96] .el-table .el-table__body{margin-bottom:10px}.hdgrid[data-v-317d9a96] .el-table .el-table__body-wrapper{height:100%;overflow:auto}.hdgrid[data-v-317d9a96] .el-table .el-input__inner{height:27px;margin-bottom:0;line-height:27px}.hdgrid[data-v-317d9a96] .el-table .el-input,.hdgrid[data-v-317d9a96] .el-table .el-form-item__content,.hdgrid[data-v-317d9a96] .el-table .el-form-item__label,.hdgrid[data-v-317d9a96] .el-table .el-input__icon{line-height:30px}.hdgrid[data-v-317d9a96] .el-table .el-input__inner{padding:5px}.hdgrid[data-v-317d9a96] .el-table .el-input--prefix .el-input__inner{padding-left:30px}.hdgrid[data-v-317d9a96] .el-table .cell{min-width:20px}.hdgrid[data-v-317d9a96] .el-table .checkBox .cell{overflow:inherit}.hdgrid[data-v-317d9a96] .el-table .checkBox .cell .el-checkbox,.hdgrid[data-v-317d9a96] .el-table .checkBox .cell .el-checkbox__input{position:inherit}.hdBtnTool[data-v-317d9a96]{font-weight:700;vertical-align:middle;margin-left:20px}@keyframes treeTableShow{0%{opacity:0}to{opacity:1}}@-webkit-keyframes treeTableShow{0%{opacity:0}to{opacity:1}}.ms-tree-space[data-v-5c6ebc10]{position:relative;top:1px;display:inline-block;font-style:normal;font-weight:400;line-height:1;width:8px;height:14px}.ms-tree-space[data-v-5c6ebc10]:before{content:""}.processContainer[data-v-5c6ebc10]{width:100%;height:100%}table td[data-v-5c6ebc10]{line-height:26px}.tree-ctrl[data-v-5c6ebc10]{position:relative;cursor:pointer;color:#2196f3;margin-left:-8px}.el-table[data-v-5c6ebc10]{height:100%;width:100%;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.el-table .el-table__body-wrapper[data-v-5c6ebc10]{width:100%}.el-table .el-table__header-wrapper th[data-v-5c6ebc10],.el-table .el-table__fixed-header-wrapper th[data-v-5c6ebc10]{background-color:#f6f6f6}.el-table td[data-v-5c6ebc10],.el-table th[data-v-5c6ebc10]{padding:1px 0}.el-table .cell[data-v-5c6ebc10],.el-table .el-table th div[data-v-5c6ebc10],.el-table .el-table--border th:first-child .cell[data-v-5c6ebc10],.el-table .el-table--border td:first-child .cell[data-v-5c6ebc10]{padding:1.5px 1px 1.5px 5px!important}.el-table .el-table__empty-block[data-v-5c6ebc10]{position:static;text-align:center;width:100%;height:80%}.el-table .el-table__body[data-v-5c6ebc10]{margin-bottom:10px}.el-table .el-table__body-wrapper[data-v-5c6ebc10]{height:100%;overflow-y:auto}.el-table .el-input__inner[data-v-5c6ebc10]{height:27px;margin-bottom:0}.el-table .el-input[data-v-5c6ebc10],.el-table .el-form-item__content[data-v-5c6ebc10],.el-table .el-form-item__label[data-v-5c6ebc10],.el-table .el-input__icon[data-v-5c6ebc10]{line-height:30px}.el-table .el-input__inner[data-v-5c6ebc10]{padding:5px}.el-table .el-input--prefix .el-input__inner[data-v-5c6ebc10]{padding-left:30px}.wrapperChg{position:static!important;z-index:1}.dialogChg{position:absolute!important;z-index:1001;left:0;right:0}.hdAside[data-v-af453015]{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.asideDrag[data-v-af453015]{width:5px;height:100%;overflow:hidden;cursor:ew-resize;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.moveline[data-v-af453015]{width:5px;height:100%;overflow:hidden;position:fixed;cursor:ew-resize;background-color:red;z-index:9999;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.dragShowCls[data-v-af453015]{background-color:#409eff}.hdFooter[data-v-9d91135b]{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.asideDrag[data-v-9d91135b]{width:100%;height:5px;overflow:hidden;cursor:ns-resize;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.moveline[data-v-9d91135b]{width:100%;height:5px;overflow:hidden;position:fixed;cursor:ns-resize;background-color:red;z-index:9999;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.dragShowCls[data-v-9d91135b]{background-color:#409eff}.hdHeader{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.asideDrag{width:100%;height:5px;overflow:hidden;cursor:ns-resize;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.moveline{width:100%;height:5px;overflow:hidden;position:fixed;cursor:ns-resize;background-color:red;z-index:9999;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.dragShowCls{background-color:#409eff}.hdMain{display:-webkit-box!important;display:-webkit-flex!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.gridShow .el-table{height:100%;width:100%}.gridShow .el-table .el-table__body-wrapper{width:100%}.gridShow .el-table .el-table__header-wrapper th,.gridShow .el-table .el-table__fixed-header-wrapper th{background-color:#f6f6f6}.gridShow .el-table td,.gridShow .el-table th{padding:1px 0}.gridShow .el-table .cell,.gridShow .el-table .el-table th div,.gridShow .el-table .el-table--border th:first-child .cell,.gridShow .el-table .el-table--border td:first-child .cell{padding:1.5px 1px 1.5px 5px!important}.gridShow .el-table .el-table__empty-block{position:static;text-align:center;width:100%;height:80%}.gridShow .el-table .el-table__body{margin-bottom:10px}.gridShow .el-table .el-table__body-wrapper{height:100%;overflow-y:auto}.gridShow .el-table .el-input__inner{height:27px;margin-bottom:0}.gridShow .el-table .el-input,.gridShow .el-table .el-form-item__content,.gridShow .el-table .el-form-item__label,.gridShow .el-table .el-input__icon{line-height:30px}.gridShow .el-table .el-input__inner{padding:5px}.gridShow .el-table .el-input--prefix .el-input__inner{padding-left:30px}.gridShow .el-tag+.el-tag{margin-left:10px}.gridShow .button-new-tag{margin-left:10px;height:32px;line-height:30px;padding-top:0;padding-bottom:0}.gridShow .input-new-tag{width:90px;margin-left:10px;vertical-align:bottom}#excel-upload-input[data-v-c85ea50f]{display:none;z-index:-9999}.excelSel[data-v-c85ea50f]{border:2px dashed #bbb;width:600px;height:160px;line-height:80px;margin:0 auto;font-size:24px;border-radius:5px;text-align:center;color:#bbb;position:relative}[data-v-bcad743d] .gray-row{background:#DCDCDC}.lucencyInput .el-input__inner{border:0px}.el-popper{z-index:3000!important}.lucencyInput .el-input__inner[data-v-424ceb2f]{border:0px}.el-cascader[data-v-424ceb2f]{width:100%}.el-dialog[data-v-de1b84aa]{height:100%}.scroll-container[data-v-cb872a90]{white-space:nowrap;position:relative;overflow:hidden}.scroll-container .scroll-wrapper[data-v-cb872a90]{position:absolute}.tags-view-container .tags-view-item[data-v-417ea5ff]{display:inline-block;position:relative;height:26px;line-height:26px;border:1px solid #d8dce5;color:#495060;background:#fff;padding:0 8px;font-size:12px;margin-left:5px;margin-top:4px}.tags-view-container .tags-view-item[data-v-417ea5ff]:first-of-type{margin-left:15px}.tags-view-container .tags-view-item.active[data-v-417ea5ff]{background-color:#409eff;color:#fff;border-color:#409eff}.tags-view-container .tags-view-item.active[data-v-417ea5ff]:before{content:"";background:#fff;display:inline-block;width:8px;height:8px;border-radius:50%;position:relative;margin-right:2px}.tags-view-container .tags-view-item .el-icon-close[data-v-417ea5ff]{width:16px;height:16px;vertical-align:2px;border-radius:50%;text-align:center;-webkit-transition:all .3s cubic-bezier(.645,.045,.355,1);transition:all .3s cubic-bezier(.645,.045,.355,1);-webkit-transform-origin:100% 50%;-ms-transform-origin:100% 50%;transform-origin:100% 50%}.tags-view-container .tags-view-item .el-icon-close[data-v-417ea5ff]:before{-webkit-transform:scale(.6);-ms-transform:scale(.6);transform:scale(.6);display:inline-block;vertical-align:-3px}.tags-view-container .tags-view-item .el-icon-close[data-v-417ea5ff]:hover{background-color:#b4bccc;color:#fff}.navbar[data-v-fc375a93]{height:30px;line-height:40px;border-radius:0!important}.navbar .hamburger-container[data-v-fc375a93]{float:left;padding:0 10px}.navbar .breadcrumb-container[data-v-fc375a93]{float:left}.navbar .errLog-container[data-v-fc375a93]{display:inline-block;vertical-align:top}.navbar .right-menu[data-v-fc375a93]{float:right;height:100%}.navbar .right-menu[data-v-fc375a93]:focus{outline:none}.navbar .right-menu .right-menu-item[data-v-fc375a93]{display:inline-block;margin:0 8px}.navbar .right-menu .screenfull[data-v-fc375a93]{vertical-align:middle;height:40px}.navbar .right-menu .international[data-v-fc375a93]{vertical-align:top}.navbar .right-menu .international .international-icon[data-v-fc375a93]{font-size:20px;cursor:pointer;vertical-align:-5px}.navbar .right-menu .theme-switch[data-v-fc375a93]{vertical-align:15px}.navbar .right-menu .avatar-container[data-v-fc375a93]{height:40px;margin-right:30px}.navbar .right-menu .avatar-container .avatar-wrapper[data-v-fc375a93]{cursor:pointer;margin-top:5px;position:relative}.navbar .right-menu .avatar-container .avatar-wrapper .user-avatar[data-v-fc375a93]{width:30px;height:30px;border-radius:10px}.navbar .right-menu .avatar-container .avatar-wrapper .el-icon-caret-bottom[data-v-fc375a93]{position:absolute;right:-20px;top:25px;font-size:12px}.header-search[data-v-12696c8d]{font-size:0!important}.header-search .search-icon[data-v-12696c8d]{font-size:18px;vertical-align:middle;display:inline-block;cursor:pointer;fill:#e4e9ef}.header-search .header-search-select[data-v-12696c8d]{font-size:18px;-webkit-transition:width .2s;transition:width .2s;width:0;overflow:hidden;background:transparent;border-radius:0;display:inline-block;vertical-align:middle}.header-search .header-search-select[data-v-12696c8d] .el-input__inner{border-radius:0;border:0;padding-left:0;padding-right:0;box-shadow:none!important;border-bottom:1px solid #d9d9d9;vertical-align:middle}.header-search.show .header-search-select[data-v-12696c8d]{width:150px;margin-left:10px}.right-menu-item[data-v-47ff456d]{display:inline-block;margin:0 8px}.item[data-v-47ff456d]{position:absolute;z-index:2000;margin-left:-10px}.el-icon-caret-bottom[data-v-47ff456d]:before{content:""!important}.app-main{height:100%;overflow:auto}.hamburger[data-v-ab738f2a]{display:inline-block;cursor:pointer;width:20px;height:20px;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);-webkit-transition:.38s;transition:.38s;-webkit-transform-origin:30% 50%;-ms-transform-origin:30% 50%;transform-origin:30% 50%}.hamburger.is-active[data-v-ab738f2a]{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0)}ul[data-v-7c9294c8],ol[data-v-7c9294c8]{list-style:none}.clearfix[data-v-7c9294c8]:after{clear:both;content:".";display:block;height:0;visibility:hidden}.clearfix[data-v-7c9294c8]{display:inline-table}html .clearfix[data-v-7c9294c8]{height:1%}.clearfix[data-v-7c9294c8]{display:block}.ma[data-v-7c9294c8]{margin-left:auto;margin-right:auto}.w980[data-v-7c9294c8]{width:980px}.mt10[data-v-7c9294c8]{margin-top:10px}.product_sortBg[data-v-7c9294c8]{background-color:#ededed}.menuSvg[data-v-7c9294c8]{height:30px;background-color:#ededed;border-bottom:solid 1px #bbb;text-align:center;color:#f0f0f0;padding-top:5px}.hamburger[data-v-4e6f274c][data-v-7c9294c8]{width:16px!important;height:16px!important;fill:#bbb}.product_sort[data-v-7c9294c8]{height:calc(100vh - 80px);position:relative;z-index:999}.product_sort .hd[data-v-7c9294c8]{line-height:40px;text-indent:20px;font-size:15px;font-weight:700;color:#fff}.product_sort .bd[data-v-7c9294c8]{padding-bottom:10px}.product_sort .bd .item[data-v-7c9294c8]{border-bottom:solid 1px #bbb;height:50px;position:relative}.product_sort .bd .item .title[data-v-7c9294c8]{text-indent:13px;height:50px;overflow:hidden;line-height:50px;font-size:15px;font-weight:700}.product_sort .bd .item .title a[data-v-7c9294c8]{position:relative}.product_sort .bd .item .title .fa[data-v-7c9294c8]{font-size:16px;margin-right:5px;width:20px!important;height:20px!important;display:block!important;float:left;margin-top:15px}.product_sortSelected[data-v-7c9294c8]{background-color:#409eff}.product_sortUnselected[data-v-7c9294c8]{background-color:#666}.product_sortTwo[data-v-7c9294c8]{width:820px;min-height:30px;max-height:400px;overflow-y:auto;position:absolute;left:142px;padding-top:10px;padding-bottom:5px;border:1px solid #b6b6b6;color:#494949;background:#FFF}.product_sortTwoDiv[data-v-7c9294c8]{width:770px;float:left;margin-left:25px;margin-bottom:5px;padding-bottom:0}.product_sortTwoBottomLine[data-v-7c9294c8]{border:0px;padding-bottom:0}.product_sortSpan[data-v-7c9294c8]{color:#0555a6;font-weight:700;display:block;float:left;width:100%;height:30px;line-height:30px;margin-right:10px;border-bottom:1px solid #ccc}.product_sortSpan a[data-v-7c9294c8]{display:inline-block}.product_sortTwoMenu[data-v-7c9294c8]{width:100%;float:left;margin-top:5px}.product_sortTwoMenu>a[data-v-7c9294c8]{min-width:50px;width:auto!important;height:30px;line-height:30px;float:left;color:#646464;display:block;margin-right:10px}.product_sortTwoMenu a[data-v-7c9294c8]:hover{color:#888}.product_sortTwo678[data-v-7c9294c8],.product_sortTwo9[data-v-7c9294c8]{width:850px;min-height:30px;height:auto!important;position:absolute;left:142px;padding-top:10px;padding-bottom:10px;border:1px solid #b6b6b6;color:#494949;background:#FFF;bottom:0px}.product_sort .bd .item .list[data-v-7c9294c8]{padding-left:5px;height:30px;line-height:30px;overflow:hidden}.product_sort .bd .item .list a[data-v-7c9294c8]{color:#333}.product_sort .bd .item .list a[data-v-7c9294c8]:hover{text-decoration:underline}.product_sort .bd .item .arrow[data-v-7c9294c8]{font-size:12px;color:#333;position:absolute;right:10px;top:18px}.product_sort .bd .menuvisit .arrow[data-v-7c9294c8]{font-size:12px;color:#fff;position:absolute;right:10px;top:18px}.product_sort .bd .item .line[data-v-7c9294c8]{position:absolute;right:-2px;top:0px;width:2px;height:55px;background-color:#fff;z-index:999;display:none}.product_sort .bd .item .subitem[data-v-7c9294c8]{display:none}.product_sort .bd .layer .line[data-v-7c9294c8],.product_sort .bd .layer .arrow[data-v-7c9294c8]{display:block}.product_sort .bd .layer .subitem[data-v-7c9294c8]{width:731px;background:#fff;border:solid 1px #dbd4d5;border-left:none;position:absolute;top:-1px;z-index:999;min-height:55px;height:auto!important;height:55px;padding:10px 20px;display:block}.product_sort[data-v-7c9294c8] .el-scrollbar__wrap{overflow-x:hidden}.product_sort[data-v-7c9294c8] .is-horizontal{height:0}.hd-layout[data-v-8c317a60]{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.hd-layout .hd-header[data-v-8c317a60]{height:52px;width:100%}.hd-layout .hd-content[data-v-8c317a60]{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.hd-layout .hd-content .hd-menu[data-v-8c317a60]{width:50px}.hd-layout .hd-content .hd-main[data-v-8c317a60]{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.header-search[data-v-15373f87]{font-size:0!important}.header-search .search-icon[data-v-15373f87]{font-size:18px;vertical-align:middle;display:inline-block;cursor:pointer;fill:#e4e9ef}.header-search .header-search-select[data-v-15373f87]{font-size:18px;-webkit-transition:width .2s;transition:width .2s;width:0;overflow:hidden;background:transparent;border-radius:0;display:inline-block;vertical-align:middle}.header-search .header-search-select[data-v-15373f87] .el-input__inner{border-radius:0;border:0;padding-left:0;padding-right:0;box-shadow:none!important;border-bottom:1px solid #d9d9d9;vertical-align:middle}.header-search.show .header-search-select[data-v-15373f87]{width:150px;margin-left:10px}
|
package/src/views/privilege.zip
DELETED
|
Binary file
|