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
Unverified
Commit
d9e79250
authored
Mar 27, 2023
by
fessor
Committed by
Gitee
Mar 27, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 格式问题
Signed-off-by: fessor <352475718@qq.com>
parent
6ce9ab87
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
8 deletions
+4
-8
src/views/system/user/AddForm.vue
+1
-2
src/views/system/user/ImportForm.vue
+1
-2
src/views/system/user/RoleForm.vue
+1
-2
src/views/system/user/utils.ts
+1
-2
No files found.
src/views/system/user/AddForm.vue
View file @
d9e79250
...
...
@@ -220,4 +220,4 @@ const cancel = () => {
defineExpose
({
resetForm
})
</
script
>
\ No newline at end of file
</
script
>
src/views/system/user/ImportForm.vue
View file @
d9e79250
...
...
@@ -150,4 +150,4 @@ const closeDialog = () => {
const
submitFileForm
=
()
=>
{
uploadRef
.
value
?.
submit
()
}
</
script
>
\ No newline at end of file
</
script
>
src/views/system/user/RoleForm.vue
View file @
d9e79250
...
...
@@ -87,4 +87,4 @@ const submit = async () => {
}
</
script
>
<
style
></
style
>
\ No newline at end of file
<
style
></
style
>
src/views/system/user/utils.ts
View file @
d9e79250
...
...
@@ -41,4 +41,4 @@ export const parseTime = (time) => {
return
value
||
0
})
return
time_str
}
\ No newline at end of file
}
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