Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
P
pc
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wbx-PCAndMobi
pc
Commits
8b008a8b
Commit
8b008a8b
authored
May 31, 2021
by
levante
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改展示字段
parent
e1e0bae8
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
13 deletions
+7
-13
receiptList.vue
src/views/receiptService/receiptList.vue
+7
-13
No files found.
src/views/receiptService/receiptList.vue
View file @
8b008a8b
...
@@ -31,16 +31,16 @@ export default {
...
@@ -31,16 +31,16 @@ export default {
},
},
columns
:
[
columns
:
[
{
{
title
:
'
小区名称
'
,
title
:
'
报修人
'
,
dataIndex
:
'
stNameFrst
'
,
dataIndex
:
'
reportorName
'
,
align
:
'center'
,
align
:
'center'
,
key
:
'
stNameFrst
'
,
key
:
'
reportorName
'
,
},
},
{
{
title
:
'
门牌详细
地址'
,
title
:
'
报修
地址'
,
dataIndex
:
'addr
Frst
'
,
dataIndex
:
'addr
ess
'
,
align
:
'center'
,
align
:
'center'
,
key
:
'addr
Frst
'
,
key
:
'addr
ess
'
,
},
},
{
{
title
:
'报修部位'
,
title
:
'报修部位'
,
...
@@ -49,13 +49,7 @@ export default {
...
@@ -49,13 +49,7 @@ export default {
key
:
'place'
,
key
:
'place'
,
},
},
{
{
title
:
'报修类型'
,
title
:
'报修问题'
,
dataIndex
:
'type'
,
align
:
'center'
,
key
:
'type'
,
},
{
title
:
'描述'
,
dataIndex
:
'dscr'
,
dataIndex
:
'dscr'
,
align
:
'center'
,
align
:
'center'
,
key
:
'dscr'
,
key
:
'dscr'
,
...
...
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