Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
CRM
Project
Project
Details
Activity
Releases
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
华国豪
CRM
Commits
b88e2eb4
Commit
b88e2eb4
authored
Apr 28, 2022
by
liudong1993
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
95e9792a
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
8 deletions
+10
-8
orderList.vue
src/components/customerManage/orderList.vue
+10
-8
No files found.
src/components/customerManage/orderList.vue
View file @
b88e2eb4
...
...
@@ -5,9 +5,9 @@
<table
class=
"enrollTotalSearchTable"
border=
"0"
cellspacing=
"0"
cellpadding=
"0"
>
<colgroup>
<col
width=
"12%"
/>
<col
width=
"8.5%"
/>
<col
width=
"6.5%"
/>
<col
width=
"6.5%"
/>
<col
width=
"6.5%"
/>
<col
width=
"8.5%"
/>
<col
width=
"6.5%"
/>
<col
width=
"6.5%"
/>
<col
width=
"6.5%"
/>
...
...
@@ -21,9 +21,9 @@
<thead>
<tr
class=
"fix_th"
>
<th
width=
"12%"
>
单号
</th>
<th
width=
"
6
.5%"
>
客人
</th>
<th
width=
"
8
.5%"
>
客人
</th>
<th
width=
"6.5%"
>
人数
</th>
<th
width=
"
6
.5%"
>
起始城市
</th>
<th
width=
"
8
.5%"
>
起始城市
</th>
<th
width=
"6.5%"
>
应收
</th>
<th
width=
"6.5%"
>
实收
</th>
<th
width=
"6.5%"
>
退款
</th>
...
...
@@ -41,9 +41,9 @@
<table
class=
"enrollTotalSearchTable"
border=
"0"
cellspacing=
"0"
cellpadding=
"0"
>
<colgroup>
<col
width=
"12%"
/>
<col
width=
"8.5%"
/>
<col
width=
"6.5%"
/>
<col
width=
"6.5%"
/>
<col
width=
"6.5%"
/>
<col
width=
"8.5%"
/>
<col
width=
"6.5%"
/>
<col
width=
"6.5%"
/>
<col
width=
"6.5%"
/>
...
...
@@ -101,7 +101,7 @@
</p>
</td>
<td
style=
"border:none"
>
<div
style=
"background: rgba(2, 196, 153, 0.2);width:
8
0px;border-radius: 2px;text-align: center"
<div
style=
"background: rgba(2, 196, 153, 0.2);width:
7
0px;border-radius: 2px;text-align: center"
:style=
"
{background:item.OrderStatus==1?'rgba(2, 196, 153, 0.2)':'rgba(0, 0, 0, 0.2)'}">
<span
:style=
"
{color: item.OrderStatus==1?'#02C499':''}">
{{
item
.
OrderStatus
==
1
?
"正常"
:
"取消"
}}
</span>
</div>
...
...
@@ -623,7 +623,7 @@
}
.classorder
.enrollTotalSearchTable
tr
td
{
height
:
6
6px
;
height
:
4
6px
;
padding
:
10px
;
}
...
...
@@ -762,6 +762,8 @@
margin-right
:
20px
;
}
.OrderId-text
{
font-size
:
19px
;
text-decoration
:
underline
;
font-weight
:
bold
;
color
:
#2961fe
;
margin-bottom
:
10px
;
...
...
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