Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
phsl
/
admin
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
aa3b299e
authored
Mar 08, 2023
by
bimei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1. 修改icon图标展示 2.尝试修改包含字典表的页面加载时报错
parent
e2895baf
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
src/permission.ts
+1
-1
src/views/bpm/model/index.vue
+1
-1
No files found.
src/permission.ts
View file @
aa3b299e
...
...
@@ -35,7 +35,7 @@ router.beforeEach(async (to, from, next) => {
const
userStore
=
useUserStoreWithOut
()
const
permissionStore
=
usePermissionStoreWithOut
()
if
(
!
dictStore
.
getIsSetDict
)
{
dictStore
.
setDictMap
()
await
dictStore
.
setDictMap
()
}
if
(
!
userStore
.
getIsSetUser
)
{
isRelogin
.
show
=
true
...
...
src/views/bpm/model/index.vue
View file @
aa3b299e
...
...
@@ -250,7 +250,7 @@
name=
"bpmnFile"
:data=
"importForm"
>
<
el-icon
class=
"el-icon--upload"
><upload-filled
/></el-icon
>
<
Icon
class=
"el-icon--upload"
icon=
"ep:upload-filled"
/
>
<div
class=
"el-upload__text"
>
将文件拖到此处,或
<em>
点击上传
</em>
</div>
<
template
#
tip
>
<div
class=
"el-upload__tip"
style=
"color: red"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment