Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
patzn-cloud-web-back-soil
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wangweidong
patzn-cloud-web-back-soil
Commits
0f8f2df5
Commit
0f8f2df5
authored
Aug 13, 2020
by
lichengming
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改了首页
parent
11530279
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
14 additions
and
8 deletions
+14
-8
inspectionIngPanel.vue
pages/workbench/statistical-panel/inspectionIngPanel.vue
+5
-2
inspectionPanel.vue
pages/workbench/statistical-panel/inspectionPanel.vue
+5
-2
reportIssuePanel.vue
pages/workbench/statistical-panel/reportIssuePanel.vue
+2
-2
writeReportPanel.vue
pages/workbench/statistical-panel/writeReportPanel.vue
+2
-2
No files found.
pages/workbench/statistical-panel/inspectionIngPanel.vue
View file @
0f8f2df5
...
...
@@ -10,9 +10,9 @@
<Button
v-for=
"(item,index) in buttonList"
:key=
"index"
type=
"primary"
:class=
"
{buttonActive :activityIndex === index}"
@click="_buttonChange(index)"
type="primary"
>
{{
item
}}
</Button>
...
...
@@ -22,7 +22,7 @@
</div>
<div
class=
"config_footer"
>
<div>
<span
class=
"fl
"
>
{{
num
}}
</span>
<span
@
click=
"toSendTask()"
class=
"fl"
style=
"color: #00b5ec;cursor: pointer;
"
>
{{
num
}}
</span>
<div
class=
"clear"
/>
</div>
</div>
...
...
@@ -48,6 +48,9 @@ export default {
}
},
methods
:
{
toSendTask
()
{
this
.
$router
.
push
(
'/meter/test/send_sample_input'
)
},
_request
:
async
function
()
{
// type 请求 0:当天 1:本周 2:本月
const
result
=
await
meterSample
.
testingCount
({
type
:
this
.
type
})
...
...
pages/workbench/statistical-panel/inspectionPanel.vue
View file @
0f8f2df5
...
...
@@ -10,9 +10,9 @@
<Button
v-for=
"(item,index) in buttonList"
:key=
"index"
type=
"primary"
:class=
"
{buttonActive :activityIndex === index}"
@click="_buttonChange(index)"
type="primary"
>
{{
item
}}
</Button>
...
...
@@ -22,7 +22,7 @@
</div>
<div
class=
"config_footer"
>
<div>
<span
class=
"fl
"
>
{{
num
}}
</span>
<span
@
click=
"toSendOut()"
class=
"fl"
style=
"color: #00b5ec;cursor: pointer;
"
>
{{
num
}}
</span>
<div
class=
"clear"
/>
</div>
</div>
...
...
@@ -48,6 +48,9 @@ export default {
}
},
methods
:
{
toSendOut
()
{
this
.
$router
.
push
(
'/meter/entrust/send_test'
)
},
_request
:
async
function
()
{
// type 请求 0:当天 1:本周 2:本月
const
result
=
await
meterSample
.
inspectionCount
({
type
:
this
.
type
})
...
...
pages/workbench/statistical-panel/reportIssuePanel.vue
View file @
0f8f2df5
<
template
>
<div
style=
"flex: 1;margin-bottom: 10px"
@
click=
"_toIssue"
>
<div
style=
"flex: 1;margin-bottom: 10px"
>
<Card
style=
"width:100%"
>
<div
class=
"config_meta"
>
<p
class=
"fl"
>
...
...
@@ -22,7 +22,7 @@
</div>
<div
class=
"config_footer"
>
<div>
<span
class=
"fl"
>
{{
num
}}
</span>
<span
@
click=
"_toIssue"
style=
"color: #00b5ec;cursor: pointer;"
class=
"fl"
>
{{
num
}}
</span>
<div
class=
"clear"
/>
</div>
</div>
...
...
pages/workbench/statistical-panel/writeReportPanel.vue
View file @
0f8f2df5
<
template
>
<div
@
click=
"_toWrite()"
style=
"flex: 1;margin-bottom: 10px"
>
<div
style=
"flex: 1;margin-bottom: 10px"
>
<Card
style=
"width:100%"
>
<div
class=
"config_meta"
>
<p
class=
"fl"
>
...
...
@@ -22,7 +22,7 @@
</div>
<div
class=
"config_footer"
>
<div>
<span
class=
"fl"
>
{{
num
}}
</span>
<span
@
click=
"_toWrite()"
style=
"color: #00b5ec;cursor: pointer;"
class=
"fl"
>
{{
num
}}
</span>
<div
class=
"clear"
/>
</div>
</div>
...
...
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