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
b34277e6
Commit
b34277e6
authored
Jun 21, 2024
by
赵啸非
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加站点分类查询
parent
6dde9d76
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
16 deletions
+19
-16
admin/src/views/ph/queue/list.vue
admin/src/views/ph/queue/list.vue
+19
-16
No files found.
admin/src/views/ph/queue/list.vue
View file @
b34277e6
...
...
@@ -48,11 +48,25 @@
label
:
"
姓名
"
,
fuzzy
:
true
,
},
{
name
:
"
taketimeStart
"
,
type
:
"
date
"
,
label
:
"
取号开始时间
"
},
{
name
:
"
taketimeEnd
"
,
type
:
"
date
"
,
label
:
"
取号结束时间
"
},
],
columns
:
[
{
type
:
"
index
"
,
label
:
"
序号
"
,
width
:
50
},
{
label
:
"
预约编号
"
,
prop
:
"
ordernumber
"
},
{
label
:
"
站点名称
"
,
prop
:
"
siteName
"
},
{
label
:
"
预约编号
"
,
prop
:
"
ordernumber
"
},
{
label
:
"
叫号状态
"
,
prop
:
"
style
"
},
...
...
@@ -74,9 +88,9 @@
{
label
:
"
手机号
"
,
prop
:
"
peoplePhone
"
},
{
label
:
"
工作人员
姓名
"
,
prop
:
"
workmanName
"
},
{
label
:
"
工作人员
"
,
prop
:
"
workmanName
"
},
{
label
:
"
工
作人员工
号
"
,
prop
:
"
workmanNumber
"
},
{
label
:
"
工号
"
,
prop
:
"
workmanNumber
"
},
{
label
:
"
取号时间
"
,
prop
:
"
taketime
"
,
formatter
:
this
.
formatterDate
},
...
...
@@ -84,18 +98,14 @@
{
label
:
"
结束时间
"
,
prop
:
"
endtime
"
,
formatter
:
this
.
formatterDate
},
{
label
:
"
等待时间,单位s
"
,
prop
:
"
waitTime
"
,
formatter
:
this
.
formatter
},
{
label
:
"
办理时间,单位s
"
,
prop
:
"
handleTime
"
,
formatter
:
this
.
formatter
},
{
label
:
"
等待时间
"
,
prop
:
"
waitTime
"
,
formatter
:
this
.
formatterDateSeconds
},
{
label
:
"
取号设备名
"
,
prop
:
"
deviceName
"
},
{
label
:
"
办理时间
"
,
prop
:
"
handleTime
"
,
formatter
:
this
.
formatterDateSeconds
},
{
label
:
"
呼叫设备
"
,
prop
:
"
callName
"
},
{
label
:
"
事项名
"
,
prop
:
"
matterName
"
},
{
label
:
"
排号队列ID
"
,
prop
:
"
queueid
"
},
{
label
:
"
取号方式
"
,
prop
:
"
wySignin
"
},
{
label
:
"
部门名称
"
,
prop
:
"
sectionName
"
},
...
...
@@ -104,16 +114,9 @@
{
label
:
"
取号设备类型
"
,
prop
:
"
deviceType
"
},
{
label
:
"
站点Id
"
,
prop
:
"
siteId
"
,
formatter
:
this
.
formatter
},
{
label
:
"
站点编码
"
,
prop
:
"
siteCode
"
},
{
label
:
"
站点名称
"
,
prop
:
"
siteName
"
},
{
label
:
"
扩展编号
"
,
prop
:
"
extNum
"
},
{
label
:
"
创建时间
"
,
prop
:
"
createTime
"
,
formatter
:
this
.
formatterDate
},
{
label
:
"
操作
"
,
width
:
80
,
...
...
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