Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
W
WX_h5
Project
Project
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
godwithdh
WX_h5
Commits
5af4bdf8
Commit
5af4bdf8
authored
Dec 16, 2019
by
godwithdh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
boss
parent
62ba78c2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
inventory.vue
src/view/tiip/chart/inventory.vue
+1
-1
index.vue
src/view/tiip/kanban/index.vue
+1
-1
No files found.
src/view/tiip/chart/inventory.vue
View file @
5af4bdf8
...
...
@@ -4,7 +4,7 @@
height:100%;
display:flex;
flex-direction: column;
background: #
f2f2f2
;
background: #
DCE9FE
;
.Head{
height:30px;
...
...
src/view/tiip/kanban/index.vue
View file @
5af4bdf8
...
...
@@ -126,7 +126,7 @@
<span
:class=
"
{active:situation=='abnormal'}" @click="situation='abnormal'">异常预警
</span>
<span
:class=
"
{active:situation=='tiipChartInventory'}" @click="situation='tiipChartInventory'">库存情况
</span>
</div>
<div
class=
"content"
:style=
"situation=='tiipChartInventory'&&'background:#fff;'"
>
<div
class=
"content"
>
<component
:is=
"situation"
:dateMode=
"dateMode"
:start=
"DateValue[0]"
:end=
"DateValue[1]"
/>
</div>
<calendar
...
...
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