Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bill-manager-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
赵啸非
bill-manager-ui
Commits
8eaae5df
Commit
8eaae5df
authored
Jun 20, 2024
by
赵啸非
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改路由
parent
c42e590b
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
9 deletions
+19
-9
admin/src/views/ph/queue/list.vue
admin/src/views/ph/queue/list.vue
+11
-6
admin/src/views/pj/evaluate/list.vue
admin/src/views/pj/evaluate/list.vue
+8
-3
No files found.
admin/src/views/ph/queue/list.vue
View file @
8eaae5df
...
@@ -39,12 +39,17 @@
...
@@ -39,12 +39,17 @@
return
{
return
{
config
:
{
config
:
{
search
:
[
search
:
[
{
name
:
"
peopleName
"
,
type
:
"
姓名
"
,
label
:
"
peopleName
"
,
fuzzy
:
true
,
},
],
],
columns
:
[
columns
:
[
{
type
:
"
selection
"
,
width
:
60
},
{
type
:
"
index
"
,
label
:
"
序号
"
,
width
:
50
},
{
type
:
"
index
"
,
label
:
"
序号
"
,
width
:
50
},
{
label
:
"
预约编号
,为空现场取号
"
,
prop
:
"
ordernumber
"
},
{
label
:
"
预约编号
"
,
prop
:
"
ordernumber
"
},
{
label
:
"
叫号状态
"
,
prop
:
"
style
"
},
{
label
:
"
叫号状态
"
,
prop
:
"
style
"
},
...
@@ -54,7 +59,7 @@
...
@@ -54,7 +59,7 @@
{
label
:
"
窗口编号
"
,
prop
:
"
windowFromnum
"
},
{
label
:
"
窗口编号
"
,
prop
:
"
windowFromnum
"
},
{
label
:
"
流水编号
,当天的第xxx号
"
,
prop
:
"
flownum
"
},
{
label
:
"
流水编号
"
,
prop
:
"
flownum
"
},
{
label
:
"
呼叫转移号
"
,
prop
:
"
formernum
"
},
{
label
:
"
呼叫转移号
"
,
prop
:
"
formernum
"
},
...
@@ -86,7 +91,7 @@
...
@@ -86,7 +91,7 @@
{
label
:
"
事项名
"
,
prop
:
"
matterName
"
},
{
label
:
"
事项名
"
,
prop
:
"
matterName
"
},
{
label
:
"
排号队列ID
,唯一
"
,
prop
:
"
queueid
"
},
{
label
:
"
排号队列ID
"
,
prop
:
"
queueid
"
},
{
label
:
"
取号方式
"
,
prop
:
"
wySignin
"
},
{
label
:
"
取号方式
"
,
prop
:
"
wySignin
"
},
...
@@ -108,10 +113,10 @@
...
@@ -108,10 +113,10 @@
{
{
label
:
"
操作
"
,
label
:
"
操作
"
,
width
:
24
0
,
width
:
8
0
,
formatter
:
row
=>
{
formatter
:
row
=>
{
return
(
return
(
<
table
-
buttons
noAdd
row
=
{
row
}
onEdit
=
{
this
.
toEdit
}
onView
=
{
this
.
toView
}
onDel
=
{
this
.
toDel
}
/
>
<
table
-
buttons
noAdd
noEdit
noDel
row
=
{
row
}
onEdit
=
{
this
.
toEdit
}
onView
=
{
this
.
toView
}
onDel
=
{
this
.
toDel
}
/
>
);
);
}
}
}
}
...
...
admin/src/views/pj/evaluate/list.vue
View file @
8eaae5df
...
@@ -39,9 +39,14 @@
...
@@ -39,9 +39,14 @@
return
{
return
{
config
:
{
config
:
{
search
:
[
search
:
[
{
name
:
"
peopleName
"
,
type
:
"
评价人姓名
"
,
label
:
"
peopleName
"
,
fuzzy
:
true
,
},
],
],
columns
:
[
columns
:
[
{
type
:
"
selection
"
,
width
:
60
},
{
type
:
"
index
"
,
label
:
"
序号
"
,
width
:
50
},
{
type
:
"
index
"
,
label
:
"
序号
"
,
width
:
50
},
{
label
:
"
评价人身份证号
"
,
prop
:
"
peopleIdcard
"
},
{
label
:
"
评价人身份证号
"
,
prop
:
"
peopleIdcard
"
},
...
@@ -110,10 +115,10 @@
...
@@ -110,10 +115,10 @@
{
{
label
:
"
操作
"
,
label
:
"
操作
"
,
width
:
24
0
,
width
:
8
0
,
formatter
:
row
=>
{
formatter
:
row
=>
{
return
(
return
(
<
table
-
buttons
noAdd
row
=
{
row
}
onEdit
=
{
this
.
toEdit
}
onView
=
{
this
.
toView
}
onDel
=
{
this
.
toDel
}
/
>
<
table
-
buttons
noAdd
noEdit
noDel
row
=
{
row
}
onEdit
=
{
this
.
toEdit
}
onView
=
{
this
.
toView
}
onDel
=
{
this
.
toDel
}
/
>
);
);
}
}
}
}
...
...
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