Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
C
component-lib
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
郭铭瑶
component-lib
Commits
29d5d2c9
Commit
29d5d2c9
authored
Nov 17, 2021
by
郭铭瑶
🤘
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改‘已开’取值字段
parent
27941f7d
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
15 deletions
+12
-15
index.vue
src/lib/A001/index.vue
+4
-4
index.vue
src/lib/A006/index.vue
+4
-7
index.vue
src/lib/A016/index.vue
+4
-4
No files found.
src/lib/A001/index.vue
View file @
29d5d2c9
...
@@ -21,7 +21,7 @@
...
@@ -21,7 +21,7 @@
<p>
整改执行
</p>
<p>
整改执行
</p>
<div>
<div>
<div>
<div>
<p
class=
"count"
><m-count
:value=
"info.
alreadyCheck
Count"
/></p>
<p
class=
"count"
><m-count
:value=
"info.
rectify
Count"
/></p>
<p>
已开
</p>
<p>
已开
</p>
</div>
</div>
|
|
...
@@ -96,7 +96,7 @@ ajax
...
@@ -96,7 +96,7 @@ ajax
ajax
.
get
({
url
:
_config
.
apis
.
checks
}).
then
((
res
)
=>
{
ajax
.
get
({
url
:
_config
.
apis
.
checks
}).
then
((
res
)
=>
{
const
{
const
{
alreadyCheck
Count
=
0
,
//已开
rectify
Count
=
0
,
//已开
ycRatio
=
0
,
//月查
ycRatio
=
0
,
//月查
rectifyRatio
=
0
,
//执行率
rectifyRatio
=
0
,
//执行率
shouldCheckCount
=
0
,
//应开
shouldCheckCount
=
0
,
//应开
...
@@ -108,7 +108,7 @@ ajax.get({ url: _config.apis.checks }).then((res) => {
...
@@ -108,7 +108,7 @@ ajax.get({ url: _config.apis.checks }).then((res) => {
{
name
:
'物企双周查'
,
value
:
szRatio
},
{
name
:
'物企双周查'
,
value
:
szRatio
},
{
name
:
'物业日查'
,
value
:
zcRatio
},
{
name
:
'物业日查'
,
value
:
zcRatio
},
]
]
info
.
value
=
{
alreadyCheck
Count
,
rectifyRatio
}
info
.
value
=
{
rectify
Count
,
rectifyRatio
}
})
})
const
summary
=
ref
([
const
summary
=
ref
([
...
@@ -121,7 +121,7 @@ const list = ref([
...
@@ -121,7 +121,7 @@ const list = ref([
{
name
:
'物企双周查'
,
value
:
83
},
{
name
:
'物企双周查'
,
value
:
83
},
{
name
:
'物业日查'
,
value
:
100
},
{
name
:
'物业日查'
,
value
:
100
},
])
])
const
info
=
ref
({
alreadyCheck
Count
:
0
,
rectifyRatio
:
0
})
const
info
=
ref
({
rectify
Count
:
0
,
rectifyRatio
:
0
})
</
script
>
</
script
>
<
style
lang=
"stylus"
scoped
>
<
style
lang=
"stylus"
scoped
>
...
...
src/lib/A006/index.vue
View file @
29d5d2c9
...
@@ -5,10 +5,7 @@
...
@@ -5,10 +5,7 @@
<div>
<div>
<div>
<div>
<span>
<span>
<m-count
<m-count
class=
"count orange-count"
:value=
"info.rectifyCount"
/>
class=
"count orange-count"
:value=
"info.alreadyCheckCount"
/>
</span>
</span>
<p>
已开
</p>
<p>
已开
</p>
</div>
</div>
...
@@ -113,7 +110,7 @@ ajax
...
@@ -113,7 +110,7 @@ ajax
})
})
const
info
=
ref
({
const
info
=
ref
({
alreadyCheck
Count
:
0
,
rectify
Count
:
0
,
shouldCheckCount
:
0
,
shouldCheckCount
:
0
,
rectifyRatio
:
0
,
rectifyRatio
:
0
,
})
})
...
@@ -124,7 +121,7 @@ const summary = ref([
...
@@ -124,7 +121,7 @@ const summary = ref([
])
])
ajax
.
get
({
url
:
_config
.
apis
.
main
}).
then
((
res
)
=>
{
ajax
.
get
({
url
:
_config
.
apis
.
main
}).
then
((
res
)
=>
{
const
{
const
{
alreadyCheck
Count
=
0
,
//已开
rectify
Count
=
0
,
//已开
ycRatio
=
0
,
//月查
ycRatio
=
0
,
//月查
rectifyRatio
=
0
,
//执行率
rectifyRatio
=
0
,
//执行率
shouldCheckCount
=
0
,
//应开
shouldCheckCount
=
0
,
//应开
...
@@ -136,7 +133,7 @@ ajax.get({ url: _config.apis.main }).then((res) => {
...
@@ -136,7 +133,7 @@ ajax.get({ url: _config.apis.main }).then((res) => {
{
name
:
'双周查'
,
value
:
szRatio
},
{
name
:
'双周查'
,
value
:
szRatio
},
{
name
:
'月查'
,
value
:
ycRatio
},
{
name
:
'月查'
,
value
:
ycRatio
},
]
]
info
.
value
=
{
alreadyCheck
Count
,
shouldCheckCount
,
rectifyRatio
}
info
.
value
=
{
rectify
Count
,
shouldCheckCount
,
rectifyRatio
}
})
})
</
script
>
</
script
>
...
...
src/lib/A016/index.vue
View file @
29d5d2c9
...
@@ -20,7 +20,7 @@
...
@@ -20,7 +20,7 @@
<p>
整改执行
</p>
<p>
整改执行
</p>
<div>
<div>
<div>
<div>
<p
class=
"count"
><m-count
:value=
"info.
alreadyCheck
Count"
/></p>
<p
class=
"count"
><m-count
:value=
"info.
rectify
Count"
/></p>
<p>
已开
</p>
<p>
已开
</p>
</div>
</div>
|
|
...
@@ -87,7 +87,7 @@ import { ajax } from '@/ajax'
...
@@ -87,7 +87,7 @@ import { ajax } from '@/ajax'
onMounted
(()
=>
{
onMounted
(()
=>
{
ajax
.
get
({
url
:
_config
.
apis
.
main
}).
then
((
res
)
=>
{
ajax
.
get
({
url
:
_config
.
apis
.
main
}).
then
((
res
)
=>
{
const
{
const
{
alreadyCheck
Count
=
0
,
//已开
rectify
Count
=
0
,
//已开
ycRatio
=
0
,
//月查
ycRatio
=
0
,
//月查
rectifyRatio
=
0
,
//执行率
rectifyRatio
=
0
,
//执行率
shouldCheckCount
=
0
,
//应开
shouldCheckCount
=
0
,
//应开
...
@@ -99,7 +99,7 @@ onMounted(() => {
...
@@ -99,7 +99,7 @@ onMounted(() => {
{
name
:
'物企双周查'
,
value
:
szRatio
},
{
name
:
'物企双周查'
,
value
:
szRatio
},
{
name
:
'物业日查'
,
value
:
zcRatio
},
{
name
:
'物业日查'
,
value
:
zcRatio
},
]
]
info
.
value
=
{
alreadyCheck
Count
,
rectifyRatio
}
info
.
value
=
{
rectify
Count
,
rectifyRatio
}
})
})
ajax
.
get
({
url
:
_config
.
apis
.
capital
}).
then
((
res
)
=>
{
ajax
.
get
({
url
:
_config
.
apis
.
capital
}).
then
((
res
)
=>
{
const
{
tranAmt
=
0
}
=
res
?.
data
?.
content
||
{}
const
{
tranAmt
=
0
}
=
res
?.
data
?.
content
||
{}
...
@@ -123,7 +123,7 @@ onMounted(() => {
...
@@ -123,7 +123,7 @@ onMounted(() => {
})
})
const
capital
=
ref
(
0
)
const
capital
=
ref
(
0
)
const
info
=
ref
({
const
info
=
ref
({
alreadyCheck
Count
:
0
,
rectify
Count
:
0
,
rectifyRatio
:
0
,
rectifyRatio
:
0
,
})
})
const
summary
=
ref
([
const
summary
=
ref
([
...
...
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