Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
朱继来
/
后台订单管理
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
346bb35c
authored
Mar 26, 2018
by
朱继来
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
调整icon
parent
3ea2f625
Show whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
8 additions
and
8 deletions
public/favicon.ico
public/img/order.ico
resources/views/amount.blade.php
resources/views/changeInvoice.blade.php
resources/views/changeShipping.blade.php
resources/views/count.blade.php
resources/views/detail.blade.php
resources/views/erpOrder.blade.php
resources/views/no_access.blade.php
resources/views/orderlist.blade.php
public/favicon.ico
View file @
346bb35c
No preview for this file type
public/img/order.ico
deleted
100644 → 0
View file @
3ea2f625
No preview for this file type
resources/views/amount.blade.php
View file @
346bb35c
...
...
@@ -3,7 +3,7 @@
<head>
<meta
charset=
"utf-8"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<link
rel=
"shortcut icon"
href=
"/img/order.ico"
/>
<title>
订单管理后台 | 订单统计金额
</title>
<script>
document
.
domain
=
"{{ Config::get('website.domain') }}"
;
</script>
...
...
resources/views/changeInvoice.blade.php
View file @
346bb35c
...
...
@@ -3,7 +3,7 @@
<head>
<meta
charset=
"utf-8"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<link
rel=
"shortcut icon"
href=
"/img/order.ico"
/>
<title>
订单管理后台 | 更改发票
</title>
<script>
document
.
domain
=
"{{ Config::get('website.domain') }}"
;
</script>
...
...
resources/views/changeShipping.blade.php
View file @
346bb35c
...
...
@@ -3,7 +3,7 @@
<head>
<meta
charset=
"utf-8"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<link
rel=
"shortcut icon"
href=
"/img/order.ico"
/>
<title>
订单管理后台 | 更改收货地址
</title>
<script>
document
.
domain
=
"{{ Config::get('website.domain') }}"
;
</script>
...
...
resources/views/count.blade.php
View file @
346bb35c
...
...
@@ -3,7 +3,7 @@
<head>
<meta
charset=
"utf-8"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<link
rel=
"shortcut icon"
href=
"/img/order.ico"
/>
<title>
订单管理后台 | 订单统计
</title>
<script>
document
.
domain
=
"{{ Config::get('website.domain') }}"
;
</script>
...
...
resources/views/detail.blade.php
View file @
346bb35c
...
...
@@ -3,7 +3,7 @@
<head>
<meta
charset=
"utf-8"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<link
rel=
"shortcut icon"
href=
"/img/order.ico"
/>
<title>
订单管理后台 | 订单详情
</title>
<script>
document
.
domain
=
"{{ Config::get('website.domain') }}"
;
</script>
...
...
resources/views/erpOrder.blade.php
View file @
346bb35c
...
...
@@ -3,7 +3,7 @@
<head>
<meta
charset=
"utf-8"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<link
rel=
"shortcut icon"
href=
"/img/order.ico"
/>
<title>
订单管理后台 | 订单列表
</title>
<script>
document
.
domain
=
"{{ Config::get('website.domain') }}"
;
</script>
...
...
resources/views/no_access.blade.php
View file @
346bb35c
...
...
@@ -3,7 +3,7 @@
<head>
<meta
charset=
"utf-8"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<link
rel=
"shortcut icon"
href=
"/img/order.ico"
/>
<title>
无许可权限
</title>
<link
href=
"/css/bootstrap.min.css"
rel=
"stylesheet"
>
...
...
resources/views/orderlist.blade.php
View file @
346bb35c
...
...
@@ -3,7 +3,7 @@
<head>
<meta
charset=
"utf-8"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<link
rel=
"shortcut icon"
href=
"/img/order.ico"
/>
<title>
订单管理后台 | 订单列表
</title>
<script>
document
.
domain
=
"{{ Config::get('website.domain') }}"
;
</script>
...
...
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