Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Q
qk_admin
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
quanku
qk_admin
Commits
fbf84cdf
Commit
fbf84cdf
authored
Dec 15, 2023
by
yaya
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 时间线优化&包优化
parent
18177149
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
10 deletions
+10
-10
package.json
package.json
+4
-4
src/views/consign/consignDetail.vue
src/views/consign/consignDetail.vue
+6
-6
No files found.
package.json
View file @
fbf84cdf
...
@@ -49,16 +49,16 @@
...
@@ -49,16 +49,16 @@
"
vue-router
"
:
"
3.0.1
"
,
"
vue-router
"
:
"
3.0.1
"
,
"
vue2-org-tree
"
:
"
^1.3.6
"
,
"
vue2-org-tree
"
:
"
^1.3.6
"
,
"
vued3tree
"
:
"
^5.1.0
"
,
"
vued3tree
"
:
"
^5.1.0
"
,
"
vuedraggable
"
:
"
^2.23.2
"
,
"
vuex
"
:
"
3.0.1
"
,
"
vuex
"
:
"
3.0.1
"
,
"
xlsx
"
:
"
^0.11.16
"
"
xlsx
"
:
"
^0.11.16
"
,
"
vuedraggable
"
:
"
^2.23.2
"
},
},
"devDependencies"
:
{
"devDependencies"
:
{
"
autoprefixer
"
:
"
8.5.0
"
,
"
autoprefixer
"
:
"
8.5.0
"
,
"
babel-core
"
:
"
6.26.3
"
,
"
babel-core
"
:
"
6.26.3
"
,
"
babel-eslint
"
:
"
10.0.1
"
,
"
babel-eslint
"
:
"
10.0.1
"
,
"
babel-helper-vue-jsx-merge-props
"
:
"
2.0.3
"
,
"
babel-helper-vue-jsx-merge-props
"
:
"
2.0.3
"
,
"
babel-loader
"
:
"
^8.1.0
"
,
"
babel-loader
"
:
"
7.1.5
"
,
"
babel-plugin-dynamic-import-node
"
:
"
2.0.0
"
,
"
babel-plugin-dynamic-import-node
"
:
"
2.0.0
"
,
"
babel-plugin-syntax-jsx
"
:
"
6.18.0
"
,
"
babel-plugin-syntax-jsx
"
:
"
6.18.0
"
,
"
babel-plugin-transform-runtime
"
:
"
6.23.0
"
,
"
babel-plugin-transform-runtime
"
:
"
6.23.0
"
,
...
@@ -71,7 +71,7 @@
...
@@ -71,7 +71,7 @@
"
css-loader
"
:
"
1.0.0
"
,
"
css-loader
"
:
"
1.0.0
"
,
"
eslint
"
:
"
4.19.1
"
,
"
eslint
"
:
"
4.19.1
"
,
"
eslint-friendly-formatter
"
:
"
4.0.1
"
,
"
eslint-friendly-formatter
"
:
"
4.0.1
"
,
"
eslint-loader
"
:
"
^3.0.2
"
,
"
eslint-loader
"
:
"
2.0.0
"
,
"
eslint-plugin-vue
"
:
"
4.7.1
"
,
"
eslint-plugin-vue
"
:
"
4.7.1
"
,
"
file-loader
"
:
"
1.1.11
"
,
"
file-loader
"
:
"
1.1.11
"
,
"
friendly-errors-webpack-plugin
"
:
"
1.7.0
"
,
"
friendly-errors-webpack-plugin
"
:
"
1.7.0
"
,
...
...
src/views/consign/consignDetail.vue
View file @
fbf84cdf
...
@@ -33,7 +33,7 @@
...
@@ -33,7 +33,7 @@
</el-button>
</el-button>
</div>
</div>
<div
class=
"consign_content"
>
<div
class=
"consign_content"
>
<el-card
class=
"box-card"
style=
"width:
60%; height: calc(100vh - 20
0px)"
>
<el-card
class=
"box-card"
style=
"width:
55%; height: calc(100vh - 18
0px)"
>
<div
slot=
"header"
class=
"clearfix"
>
<div
slot=
"header"
class=
"clearfix"
>
<span
style=
"font-weight: bold"
>
寄售单信息
</span>
<span
style=
"font-weight: bold"
>
寄售单信息
</span>
</div>
</div>
...
@@ -63,17 +63,17 @@
...
@@ -63,17 +63,17 @@
<
/div
>
<
/div
>
<
/div
>
<
/div
>
<
/el-card
>
<
/el-card
>
<
el
-
card
class
=
"
box-card
"
style
=
"
width: 4
0%;height: calc(100vh - 20
0px);margin-left: 20px
"
>
<
el
-
card
class
=
"
box-card
"
style
=
"
width: 4
5%;height: calc(100vh - 18
0px);margin-left: 20px
"
>
<
div
slot
=
"
header
"
class
=
"
clearfix
"
>
<
div
slot
=
"
header
"
class
=
"
clearfix
"
>
<
span
style
=
"
font-weight: bold
"
>
寄售单时间线
<
/span
>
<
span
style
=
"
font-weight: bold
"
>
寄售单时间线
<
/span
>
<
/div
>
<
/div
>
<
div
style
=
"
height: calc(100vh - 2
8
0px)
"
>
<
div
style
=
"
height: calc(100vh - 2
4
0px)
"
>
<
el
-
steps
:
active
=
"
1
"
direction
=
"
vertical
"
>
<
el
-
steps
:
active
=
"
1
"
direction
=
"
vertical
"
>
<
el
-
step
<
el
-
step
v
-
for
=
"
(item, indexNumber) in consignSaleRecordVoList
"
v
-
for
=
"
(item, indexNumber) in consignSaleRecordVoList
"
:
key
=
"
indexNumber
"
:
key
=
"
indexNumber
"
:
title
=
"
item.
content
"
:
title
=
"
item.
typeName
"
:
description
=
"
(item.remark ? item.remark + '
\n
' : '' ) + item.createTime
"
/>
:
description
=
"
(item.
content ? item.content + '
\n
' : '' ) + (item.
remark ? item.remark + '
\n
' : '' ) + item.createTime
"
/>
<
/el-steps
>
<
/el-steps
>
<
/div
>
<
/div
>
<
/el-card
>
<
/el-card
>
...
...
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