Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
R
rs-cloud-platform-ui
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
2
Merge Requests
2
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
周健威
rs-cloud-platform-ui
Commits
5acb94f8
Commit
5acb94f8
authored
Dec 31, 2021
by
陈慧敏
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
覆盖率统计
parent
696d42db
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
7 deletions
+13
-7
index.vue
src/views/archiveDataManagement/coverageStatistics/index.vue
+13
-7
No files found.
src/views/archiveDataManagement/coverageStatistics/index.vue
View file @
5acb94f8
...
...
@@ -70,10 +70,12 @@
highlight-current-row
style=
"width: 100%"
>
<el-table-column
align=
"center"
label=
"序号"
width=
"65"
>
<
!--
<
el-table-column
align=
"center"
label=
"序号"
width=
"65"
>
<template
slot-scope=
"scope"
>
{{
scope
.
row
.
index
}}
</
template
>
</el-table-column>
-->
<el-table-column
align=
"center"
label=
"序号"
type=
"index"
width=
"65"
>
</el-table-column>
<el-table-column
align=
"center"
label=
"省份"
>
<
template
slot-scope=
"scope"
>
...
...
@@ -168,8 +170,8 @@ export default {
provinceList
:[],
years
:[],
monthList
:[],
disabled
:
fals
e
,
isShow
:
fals
e
,
disabled
:
tru
e
,
isShow
:
tru
e
,
};
},
mounted
()
{
...
...
@@ -207,19 +209,23 @@ export default {
//月份
initSelectMonth
(){
this
.
monthList
=
[];
for
(
let
i
=
0
;
i
<
12
;
i
++
){
for
(
let
i
=
0
;
i
<
12
;
i
++
){
this
.
monthList
.
push
({
value
:(
1
+
i
),
label
:(
1
+
i
)
+
"月"
});
}
},
//切换省份
typeChange
(
value
){
if
(
value
==
2
){
if
(
value
==
undefined
){
console
.
log
(
216
,
value
);
this
.
disabled
=
true
this
.
isShow
=
true
}
else
if
(
value
==
2
){
this
.
searchForm
.
dateYear
=
undefined
this
.
disabled
=
false
this
.
isShow
=
tru
e
this
.
isShow
=
fals
e
}
else
if
(
value
==
3
){
this
.
searchForm
.
dateMonth
=
undefined
this
.
disabled
=
tru
e
this
.
disabled
=
fals
e
this
.
isShow
=
false
}
},
...
...
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