Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
肖康
/
cloudSystem
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
ee213303
authored
Sep 23, 2022
by
LJM
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
css
parent
0dab1f2a
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3 additions
and
3 deletions
src/components/menu.vue
src/router/index.js
src/views/OrderTrack/goods.vue
src/views/OrderTrack/purAdd.vue
src/components/menu.vue
View file @
ee213303
...
...
@@ -467,7 +467,7 @@ export default {
height
:
40px
;
overflow-y
:
hidden
;
position
:
relative
;
width
:
calc
(
100vw
-
5
84
px
);
width
:
calc
(
100vw
-
5
17
px
);
.item-boxs
{
position
:
absolute
;
...
...
@@ -482,6 +482,7 @@ export default {
cursor
:
pointer
;
transition
:
all
0.4s
ease
;
padding
:
0
17px
;
white-space
:
nowrap
;
&.act
{
background-color
:
#F1F4FA
;
...
...
src/router/index.js
View file @
ee213303
...
...
@@ -20,7 +20,6 @@ const notfound = resolve => require(['@/views/User/notfound.vue'], resolve);
const
BindError
=
resolve
=>
require
([
'@/views/User/bindError.vue'
],
resolve
);
const
OrderTrackGoods
=
resolve
=>
require
([
'@/views/OrderTrack/goods.vue'
],
resolve
);
const
orderTrackGoodsDetail
=
resolve
=>
require
([
'@/views/OrderTrack/goodsDetail.vue'
],
resolve
);
const
OrderTrackInvoice
=
resolve
=>
require
([
'@/views/OrderTrack/invoice.vue'
],
resolve
);
const
OrderTrackPurAdd
=
resolve
=>
require
([
'@/views/OrderTrack/purAdd.vue'
],
resolve
);
...
...
src/views/OrderTrack/goods.vue
View file @
ee213303
...
...
@@ -57,7 +57,7 @@
<el-table-column
fixed
type=
"selection"
width=
"37"
></el-table-column>
<el-table-column
label=
"订货公司"
min-width=
"150"
>
<template
slot-scope=
"scope"
>
<a
:href=
"'/#/orderTrackGoodsDetail?purchase_id='+scope.row.purchase_id"
class=
"f-blue"
>
{{
scope
.
row
.
company_name
}}
</a>
<a
:href=
"'/#/orderTrackGoodsDetail?purchase_id='+scope.row.purchase_id"
class=
"f-blue"
>
{{
scope
.
row
.
company_name
}}
</a>
</
template
>
</el-table-column>
<el-table-column
prop=
"status_val"
label=
"订单状态"
min-width=
"80"
></el-table-column>
...
...
src/views/OrderTrack/purAdd.vue
View file @
ee213303
This diff is collapsed.
Click to expand it.
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