Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
backend
Overview
Overview
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
亲子游项目
backend
Commits
df21421b
Commit
df21421b
authored
Jan 03, 2019
by
LiuJunYi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
订单状态
parent
5f5c0333
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
10 deletions
+5
-10
application/admin/view/order/index.html
+5
-10
No files found.
application/admin/view/order/index.html
View file @
df21421b
...
@@ -15,16 +15,11 @@
...
@@ -15,16 +15,11 @@
</div>
</div>
<div
class=
"form-group margin-right"
>
<div
class=
"form-group margin-right"
>
<select
name=
"status"
class=
"form-control"
id=
"status"
>
<select
name=
"status"
class=
"form-control"
id=
"status"
>
<option
value=
"-1"
{
if
condition=
"$status=='-1'"
}
selected
{
<option
value=
"-1"
{
if
condition=
"$status=='-1'"
}
selected
{/
if
}
>
全部订单状态
</option>
/
if
}
>
全部订单状态
</option>
<option
value=
"0"
{
if
condition=
"$status=='0'"
}
selected
{/
if
}
>
未付款
</option>
<option
value=
"0"
{
if
condition=
"$status=='0'"
}
selected
{
<option
value=
"1"
{
if
condition=
"$status=='1'"
}
selected
{/
if
}
>
进行中
</option>
/
if
}
>
未付款
</option>
<option
value=
"2"
{
if
condition=
"$status=='2'"
}
selected
{/
if
}
>
待评价
</option>
<option
value=
"1"
{
if
condition=
"$status=='1'"
}
selected
{
<option
value=
"3"
{
if
condition=
"$status=='3'"
}
selected
{/
if
}
>
已完成
</option>
/
if
}
>
进行中
</option>
<option
value=
"2"
{
if
condition=
"$status=='2'"
}
selected
{
/
if
}
>
待评价
</option>
<option
value=
"3"
{
if
condition=
"$status=='3'"
}
selected
{
/
if
}
>
已完成
</option>
</select>
</select>
</div>
</div>
<div
class=
"form-group margin-right"
>
<div
class=
"form-group margin-right"
>
...
...
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