Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
fns_backend
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Zhang Xiaojie
fns_backend
Commits
4bbafc09
Commit
4bbafc09
authored
Oct 19, 2021
by
chenqikuai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 新增时间修改为操作时间
parent
d7f36f39
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
18 additions
and
6 deletions
+18
-6
deployNormal_110.sh
deployNormal_110.sh
+6
-0
deployPlatform_110.sh
deployPlatform_110.sh
+6
-0
userTable.vue
src/components/UserManage/userTable.vue
+2
-2
userManagerCol.ts
src/const/columns/userManagerCol.ts
+3
-3
index.vue
src/views/Root/User/index.vue
+1
-1
No files found.
deployNormal_110.sh
0 → 100644
View file @
4bbafc09
tar
-czf
fns_backendnormal.tar fns_backendnormal
scp fns_backendnormal.tar root@124.70.190.110:/usr/share/nginx/html/fns_backendnormal.tar
rm
-rf
fns_backendnormal.tar
ssh root@124.70.190.110
'cd /usr/share/nginx/html && rm -rf fns_backendnormal && tar -xzf fns_backendnormal.tar && rm -rf fns_backendnormal.tar'
echo
'👉 http://124.70.190.110:2047/'
\ No newline at end of file
deployPlatform_110.sh
0 → 100644
View file @
4bbafc09
tar
-czf
fns_backendplatform.tar fns_backendplatform
scp fns_backendplatform.tar root@124.70.190.110:/usr/share/nginx/html/fns_backendplatform.tar
rm
-rf
fns_backendplatform.tar
ssh root@124.70.190.110
'cd /usr/share/nginx/html && rm -rf fns_backendplatform && tar -xzf fns_backendplatform.tar && rm -rf fns_backendplatform.tar'
echo
'👉 http://124.70.190.110:2046/'
\ No newline at end of file
src/components/UserManage/userTable.vue
View file @
4bbafc09
...
@@ -12,8 +12,8 @@
...
@@ -12,8 +12,8 @@
:pagination=
"pagination"
:pagination=
"pagination"
@
change=
"changeHandle"
@
change=
"changeHandle"
>
>
<span
slot=
"
created
_at"
slot-scope=
"text,record"
>
<span
slot=
"
update
_at"
slot-scope=
"text,record"
>
{{
record
.
created
_at
|
formatTime
}}
{{
record
.
update
_at
|
formatTime
}}
</span>
</span>
<span
slot=
"level"
slot-scope=
"text,record"
>
<span
slot=
"level"
slot-scope=
"text,record"
>
{{
record
.
level
|
filterLevel
}}
{{
record
.
level
|
filterLevel
}}
...
...
src/const/columns/userManagerCol.ts
View file @
4bbafc09
...
@@ -3,10 +3,10 @@ import { eRole } from "@/types/role"
...
@@ -3,10 +3,10 @@ import { eRole } from "@/types/role"
const
columns
:
Array
<
column
>
=
const
columns
:
Array
<
column
>
=
[
[
{
{
title
:
'
新增
时间'
,
title
:
'
操作
时间'
,
align
:
'center'
,
align
:
'center'
,
dataIndex
:
'
created
_at'
,
dataIndex
:
'
update
_at'
,
scopedSlots
:
{
customRender
:
'
created
_at'
},
scopedSlots
:
{
customRender
:
'
update
_at'
},
role
:[
role
:[
eRole
.
superManager
,
eRole
.
superManager
,
eRole
.
firstLevel_branch
,
eRole
.
firstLevel_branch
,
...
...
src/views/Root/User/index.vue
View file @
4bbafc09
...
@@ -114,7 +114,7 @@ export default Vue.extend({
...
@@ -114,7 +114,7 @@ export default Vue.extend({
data
()
{
data
()
{
return
{
return
{
loading
:
false
,
loading
:
false
,
search
:
eNewRoleRelatedToBackEnd
.
Management
,
search
:
eNewRoleRelatedToBackEnd
.
ACM
,
type
:
bank
[
"二级支行"
],
type
:
bank
[
"二级支行"
],
value
:
[],
value
:
[],
fooList
,
fooList
,
...
...
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