Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
so-manage-ui
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
smart-operation
so-manage-ui
Commits
692ce9b4
Commit
692ce9b4
authored
Nov 16, 2022
by
赵伟庚
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix some bugs
parent
27a9ff96
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
9 additions
and
6 deletions
+9
-6
src/assets/js/bg_icon.js
src/assets/js/bg_icon.js
+1
-1
src/bg-ui/bg-icon.vue
src/bg-ui/bg-icon.vue
+1
-1
src/page/main/config/dict/index.vue
src/page/main/config/dict/index.vue
+5
-2
src/page/main/develop/account/add/index.vue
src/page/main/develop/account/add/index.vue
+1
-1
src/page/main/system/organization/user-detail/index.vue
src/page/main/system/organization/user-detail/index.vue
+1
-1
No files found.
src/assets/js/bg_icon.js
View file @
692ce9b4
This source diff could not be displayed because it is too large. You can
view the blob
instead.
src/bg-ui/bg-icon.vue
View file @
692ce9b4
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
</
template
>
</
template
>
<
script
>
<
script
>
import
"
https://lf1-cdn-tos.bytegoofy.com/obj/iconpark/svg_19654_2
08.0836ca76f9dc91830ca8aa43b6e894ac
.js
"
;
import
"
https://lf1-cdn-tos.bytegoofy.com/obj/iconpark/svg_19654_2
19.e913701ac6c36991a671b81b5a7654f2
.js
"
;
export
default
{
export
default
{
props
:
{
props
:
{
...
...
src/page/main/config/dict/index.vue
View file @
692ce9b4
...
@@ -142,7 +142,7 @@
...
@@ -142,7 +142,7 @@
<
template
v-slot:footer
>
<
template
v-slot:footer
>
<div
class=
"apaas_button"
>
<div
class=
"apaas_button"
>
<el-button
type=
"default"
@
click=
"addDialog = false"
>
取 消
</el-button>
<el-button
type=
"default"
@
click=
"addDialog = false"
>
取 消
</el-button>
<el-button
type=
"primary"
@
click=
"addConfirm"
>
确 定
</el-button>
<el-button
type=
"primary"
@
click=
"addConfirm"
>
保 存
</el-button>
</div>
</div>
</
template
>
</
template
>
</el-dialog>
</el-dialog>
...
@@ -276,8 +276,11 @@ const searchType = () => {
...
@@ -276,8 +276,11 @@ const searchType = () => {
}
// 字典分类筛选
}
// 字典分类筛选
const
getTypeList
=
()
=>
{
const
getTypeList
=
()
=>
{
let
params
=
{
name
:
state
.
typeKeyword
}
axios
axios
.
get
(
`/apaas/system/v5/dictionary/classify/list
?name=
${
state
.
typeKeyword
}
`
)
.
get
(
`/apaas/system/v5/dictionary/classify/list
`
,{
params
}
)
.
then
(
(
res
)
=>
{
.
then
(
(
res
)
=>
{
if
(
res
.
data
.
code
==
200
)
{
if
(
res
.
data
.
code
==
200
)
{
state
.
typeList
=
res
.
data
.
data
||
[]
state
.
typeList
=
res
.
data
.
data
||
[]
...
...
src/page/main/develop/account/add/index.vue
View file @
692ce9b4
...
@@ -68,7 +68,7 @@
...
@@ -68,7 +68,7 @@
<div
v-show=
"step === 2"
>
<div
v-show=
"step === 2"
>
<el-button
@
click=
"cancel"
>
取消
</el-button>
<el-button
@
click=
"cancel"
>
取消
</el-button>
<el-button
type=
"primary"
@
click=
"previousStep"
>
上一步
</el-button>
<el-button
type=
"primary"
@
click=
"previousStep"
>
上一步
</el-button>
<el-button
type=
"primary"
@
click=
"submit"
>
提交
</el-button>
<el-button
type=
"primary"
@
click=
"submit"
>
保存
</el-button>
</div>
</div>
</div>
</div>
...
...
src/page/main/system/organization/user-detail/index.vue
View file @
692ce9b4
...
@@ -158,7 +158,7 @@ const getDetail = () => {
...
@@ -158,7 +158,7 @@ const getDetail = () => {
accountInfo
[
4
].
value
=
detail
.
created_by
;
accountInfo
[
4
].
value
=
detail
.
created_by
;
accountInfo
[
5
].
value
=
detail
.
created_by_account
;
accountInfo
[
5
].
value
=
detail
.
created_by_account
;
accountInfo
[
6
].
value
=
detail
.
updated_time
;
accountInfo
[
6
].
value
=
detail
.
updated_time
;
accountInfo
[
7
].
value
=
detail
.
created_t
accountInfo
[
7
].
value
=
detail
.
created_t
ime
personInfo
[
0
].
value
=
detail
.
contact_name
;
personInfo
[
0
].
value
=
detail
.
contact_name
;
personInfo
[
1
].
value
=
detail
.
contact_email
;
personInfo
[
1
].
value
=
detail
.
contact_email
;
personInfo
[
2
].
value
=
detail
.
document_type
===
1
?
'
身份证
'
:
''
;
personInfo
[
2
].
value
=
detail
.
document_type
===
1
?
'
身份证
'
:
''
;
...
...
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