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
8552a1b3
Commit
8552a1b3
authored
Oct 14, 2021
by
chenqikuai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 修复调配问题
parent
23f00b0c
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
3 deletions
+6
-3
userTable.vue
src/components/UserManage/userTable.vue
+3
-3
staff.ts
src/types/staff.ts
+3
-0
No files found.
src/components/UserManage/userTable.vue
View file @
8552a1b3
...
@@ -239,11 +239,11 @@ export default Vue.extend({
...
@@ -239,11 +239,11 @@ export default Vue.extend({
phone
:
record
.
phone
,
phone
:
record
.
phone
,
branchDetailMsg
:
{
branchDetailMsg
:
{
fb
:
record
.
first_branch
,
fb
:
record
.
first_branch
,
fb_id
:
1
,
// 后端没有传ID,但是任意设置不影响,制作展示,不做接口数据回传
fb_id
:
record
.
fbid
,
sb
:
record
.
second_branch
,
sb
:
record
.
second_branch
,
sb_id
:
1
,
sb_id
:
record
.
sbid
,
fsb
:
record
.
first_sub_branch
,
fsb
:
record
.
first_sub_branch
,
fsb_id
:
1
,
fsb_id
:
record
.
fsbid
,
ssb
:
record
.
second_sub_branch
,
ssb
:
record
.
second_sub_branch
,
ssb_id
:
record
.
ssbid
,
ssb_id
:
record
.
ssbid
,
address
:
record
.
location
,
address
:
record
.
location
,
...
...
src/types/staff.ts
View file @
8552a1b3
...
@@ -53,6 +53,9 @@ export interface iStaffQueryResItem{
...
@@ -53,6 +53,9 @@ export interface iStaffQueryResItem{
user_name
:
string
user_name
:
string
uuid
:
string
uuid
:
string
ssbid
:
number
ssbid
:
number
fbid
:
number
fsbid
:
number
sbid
:
number
}
}
export
{
export
{
...
...
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