@@ -94,14 +114,22 @@ export default {
name: "todo",
data() {
return {
-
+ year:'2023',
}
},
created() {
},
methods:{
-
+ addDate(){
+ this.year = Number(this.year) + 1 ;
+ },
+ reduceDate(){
+ this.year = Number(this.year) - 1 ;
+ },
+ selectionRange(){
+ this.$refs.datePicker.focus();
+ },
},
mounted(){
@@ -117,6 +145,29 @@ export default {
width: 100vw;
height: 100vh;
}
+
+ .selected{
+ display: flex;
+ height: 4vh;
+ p{
+ width: 8vw;
+ line-height: 4vh;
+ text-align: center;
+ }
+ }
+ .pickerTime{
+ opacity: 0;
+ position: absolute;
+ left: 0px;
+ top: 30px;
+ width: 5px;
+ height: 5px;
+ z-index: -1;
+ }
+ .el-dropdown-link {
+ cursor: pointer;
+ }
+
.title{
display: flex;
align-items: center;
@@ -283,6 +334,8 @@ export default {
margin-top: 15px;
padding: 15px 0;
border-radius: 8px;
+ position: relative;
+ cursor: pointer;
p{
margin: 10px 0;
}
@@ -299,6 +352,10 @@ export default {
&.active{
color: #3976ff;
}
+ &:hover{
+ color: #3976ff;
+ cursor: pointer;
+ }
i{
display: block;
width: 5px;
diff --git a/src/views/allTasks/allTasks.vue b/src/views/allTasks/allTasks.vue
index 44d7640..44b875b 100644
--- a/src/views/allTasks/allTasks.vue
+++ b/src/views/allTasks/allTasks.vue
@@ -3,34 +3,33 @@
-
-
-
-
-
-
-
-
-
张家镇
-
2023.03.05
+
+
-
+
+
+
+
+
+
镇处理进度:15/50
镇审核进度:5/50
@@ -107,13 +106,21 @@
-
-
2023
-
+
+
{{year}}
+
+
+
-
{{index}}月
+
{{index+1}}月
@@ -169,14 +176,23 @@ export default {
value7: '2023.03.05',
value8: '2023.03.06',
value9: '111'
- }]
+ }],
+ year:'2023',
}
},
created() {
},
methods:{
-
+ addDate(){
+ this.year = Number(this.year) + 1 ;
+ },
+ reduceDate(){
+ this.year = Number(this.year) - 1 ;
+ },
+ selectionRange(){
+ this.$refs.datePicker.focus();
+ },
},
mounted(){
@@ -191,6 +207,29 @@ export default {
width: 100vw;
height: 100vh;
}
+
+ .selected{
+ display: flex;
+ height: 4vh;
+ p{
+ width: 8vw;
+ line-height: 4vh;
+ text-align: center;
+ }
+ }
+ .pickerTime{
+ opacity: 0;
+ position: absolute;
+ left: 0px;
+ top: 30px;
+ width: 5px;
+ height: 5px;
+ z-index: -1;
+ }
+ .el-dropdown-link {
+ cursor: pointer;
+ }
+
.title{
display: flex;
align-items: center;
@@ -451,6 +490,8 @@ export default {
margin-top: 15px;
padding: 15px 0;
border-radius: 8px;
+ position: relative;
+ cursor: pointer;
p{
margin: 10px 0;
}
@@ -467,6 +508,10 @@ export default {
&.active{
color: #3976ff;
}
+ &:hover{
+ color: #3976ff;
+ cursor: pointer;
+ }
i{
display: block;
width: 5px;
diff --git a/src/views/audit/audit.vue b/src/views/audit/audit.vue
index 7dee2b0..8f04fb7 100644
--- a/src/views/audit/audit.vue
+++ b/src/views/audit/audit.vue
@@ -3,15 +3,33 @@
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
2023
-
+
+
{{year}}
+
+
+
-
{{index}}月
+
{{index+1}}月
@@ -172,14 +179,23 @@ export default {
value7: '2023.03.05',
value8: '2023.03.06',
value9: '111'
- }]
+ }],
+ year:'2023',
}
},
created() {
},
methods:{
-
+ addDate(){
+ this.year = Number(this.year) + 1 ;
+ },
+ reduceDate(){
+ this.year = Number(this.year) - 1 ;
+ },
+ selectionRange(){
+ this.$refs.datePicker.focus();
+ },
},
mounted(){
@@ -194,6 +210,29 @@ export default {
width: 100vw;
height: 100vh;
}
+
+ .selected{
+ display: flex;
+ height: 4vh;
+ p{
+ width: 8vw;
+ line-height: 4vh;
+ text-align: center;
+ }
+ }
+ .pickerTime{
+ opacity: 0;
+ position: absolute;
+ left: 0px;
+ top: 30px;
+ width: 5px;
+ height: 5px;
+ z-index: -1;
+ }
+ .el-dropdown-link {
+ cursor: pointer;
+ }
+
.header_tt{
font-size: 14px;
color: #7e7e7e;
@@ -419,6 +458,8 @@ export default {
margin-top: 15px;
padding: 15px 0;
border-radius: 8px;
+ position: relative;
+ cursor: pointer;
p{
margin: 10px 0;
}
@@ -435,6 +476,10 @@ export default {
&.active{
color: #3976ff;
}
+ &:hover{
+ color: #3976ff;
+ cursor: pointer;
+ }
i{
display: block;
width: 5px;
diff --git a/src/views/login.vue b/src/views/login.vue
index 4defad5..9384cf7 100644
--- a/src/views/login.vue
+++ b/src/views/login.vue
@@ -1,7 +1,11 @@
+
- 农燊高科代理记账服务中心
+
-
@@ -20,9 +23,18 @@
placeholder="密码"
@keyup.enter.native="handleLogin"
>
-
+
+
+
+
+
+
-
![]()
@@ -43,7 +54,7 @@
:loading="loading"
size="medium"
type="primary"
- style="width:100%;"
+ style="width:100%;padding: 17px 20px;border-radius: 15px;"
@click.native.prevent="handleLogin"
>
登 录
@@ -92,7 +103,24 @@ export default {
captchaEnabled: true,
// 注册开关
register: false,
- redirect: undefined
+ redirect: undefined,
+ options: [{
+ value: '选项1',
+ label: '黄金糕'
+ }, {
+ value: '选项2',
+ label: '双皮奶'
+ }, {
+ value: '选项3',
+ label: '蚵仔煎'
+ }, {
+ value: '选项4',
+ label: '龙须面'
+ }, {
+ value: '选项5',
+ label: '北京烤鸭'
+ }],
+ value: ''
};
},
watch: {
@@ -156,13 +184,27 @@ export default {
diff --git a/src/views/login_new.vue b/src/views/login_new.vue
deleted file mode 100644
index 9384cf7..0000000
--- a/src/views/login_new.vue
+++ /dev/null
@@ -1,266 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
![]()
-
-
- 记住密码
-
-
- 登 录
- 登 录 中...
-
-
- 立即注册
-
-
-
-
-
-
-
-
-
-
-
diff --git a/src/views/managerAbnormal/managerAbnormal.vue b/src/views/managerAbnormal/managerAbnormal.vue
index b438703..3036dbd 100644
--- a/src/views/managerAbnormal/managerAbnormal.vue
+++ b/src/views/managerAbnormal/managerAbnormal.vue
@@ -3,35 +3,47 @@
-
-
-
-
-
-
-
-
-
张家镇
+
+
-
+
+
+
+
+
+
+
+
+
-
-
-
张家镇
+
+
+
+
+
+
+
+
+
-
+
+
+
+
+
+
合同异常:19个
记录异常:1个
@@ -73,13 +85,21 @@
-
-
2023
-
+
+
{{year}}
+
+
+
-
{{index}}月
+
{{index+1}}月
@@ -95,14 +115,22 @@ export default {
name: "todo",
data() {
return {
-
+ year:'2023',
}
},
created() {
},
methods:{
-
+ addDate(){
+ this.year = Number(this.year) + 1 ;
+ },
+ reduceDate(){
+ this.year = Number(this.year) - 1 ;
+ },
+ selectionRange(){
+ this.$refs.datePicker.focus();
+ },
},
mounted(){
@@ -118,6 +146,29 @@ export default {
width: 100vw;
height: 100vh;
}
+
+ .selected{
+ display: flex;
+ height: 4vh;
+ p{
+ width: 8vw;
+ line-height: 4vh;
+ text-align: center;
+ }
+ }
+ .pickerTime{
+ opacity: 0;
+ position: absolute;
+ left: 0px;
+ top: 30px;
+ width: 5px;
+ height: 5px;
+ z-index: -1;
+ }
+ .el-dropdown-link {
+ cursor: pointer;
+ }
+
.title{
display: flex;
align-items: center;
@@ -295,6 +346,8 @@ export default {
margin-top: 15px;
padding: 15px 0;
border-radius: 8px;
+ position: relative;
+ cursor: pointer;
p{
margin: 10px 0;
}
@@ -311,6 +364,10 @@ export default {
&.active{
color: #3976ff;
}
+ &:hover{
+ color: #3976ff;
+ cursor: pointer;
+ }
i{
display: block;
width: 5px;
diff --git a/src/views/processed/processed.vue b/src/views/processed/processed.vue
index a375bd3..7b12486 100644
--- a/src/views/processed/processed.vue
+++ b/src/views/processed/processed.vue
@@ -3,34 +3,33 @@
-
-
-
-
-
-
-
张家镇
-
2023.03.05
+
+
-
-
张家镇
-
2023.03.05
+
+
+
+
+
+
+
+
+
-
-
-
+
+
+
+
+
+
已处理村庄:19个
超时完成村庄:1个
@@ -88,13 +87,21 @@
-
-
2023
-
+
+
{{year}}
+
+
+
-
{{index}}月
+
{{index+1}}月
@@ -150,14 +157,23 @@ export default {
value7: '2023.03.05',
value8: '2023.03.06',
value9: '111'
- }]
+ }],
+ year:'2023',
}
},
created() {
},
methods:{
-
+ addDate(){
+ this.year = Number(this.year) + 1 ;
+ },
+ reduceDate(){
+ this.year = Number(this.year) - 1 ;
+ },
+ selectionRange(){
+ this.$refs.datePicker.focus();
+ },
},
mounted(){
@@ -172,6 +188,29 @@ export default {
width: 100vw;
height: 100vh;
}
+
+ .selected{
+ display: flex;
+ height: 4vh;
+ p{
+ width: 8vw;
+ line-height: 4vh;
+ text-align: center;
+ }
+ }
+ .pickerTime{
+ opacity: 0;
+ position: absolute;
+ left: 0px;
+ top: 30px;
+ width: 5px;
+ height: 5px;
+ z-index: -1;
+ }
+ .el-dropdown-link {
+ cursor: pointer;
+ }
+
.title{
display: flex;
align-items: center;
@@ -227,26 +266,6 @@ export default {
display: flex;
align-items: center;
position: relative;
- .selected{
- width: 16vw;
- background-color: #ffffff;
- position: absolute;
- top: 4vh;
- left: 10vw;
- z-index: 9;
- border-radius: 8px;
- box-shadow: 0 10px 10px #dedfe1;
- padding: 1vh 0;
- div{
- display: flex;
- height: 4vh;
- p{
- width: 8vw;
- line-height: 4vh;
- text-align: center;
- }
- }
- }
.select_address{
display: flex;
align-items: center;
@@ -352,6 +371,8 @@ export default {
margin-top: 15px;
padding: 15px 0;
border-radius: 8px;
+ position: relative;
+ cursor: pointer;
p{
margin: 10px 0;
}
@@ -368,6 +389,10 @@ export default {
&.active{
color: #3976ff;
}
+ &:hover{
+ color: #3976ff;
+ cursor: pointer;
+ }
i{
display: block;
width: 5px;
diff --git a/src/views/processing/processing.vue b/src/views/processing/processing.vue
index 2509868..bc0f92b 100644
--- a/src/views/processing/processing.vue
+++ b/src/views/processing/processing.vue
@@ -3,34 +3,33 @@
-
-
-
-
-
-
-
-
-
张家镇
-
2023.03.05
+
+
-
+
+
+
+
+
+
剩余镇:19个
剩余村庄:19个
@@ -97,13 +96,21 @@
-
-
2023
-
+
+
{{year}}
+
+
+
-
{{index}}月
+
{{index+1}}月
@@ -159,14 +166,23 @@ export default {
value7: '2023.03.05',
value8: '2023.03.06',
value9: '111'
- }]
+ }],
+ year:'2023',
}
},
created() {
},
methods:{
-
+ addDate(){
+ this.year = Number(this.year) + 1 ;
+ },
+ reduceDate(){
+ this.year = Number(this.year) - 1 ;
+ },
+ selectionRange(){
+ this.$refs.datePicker.focus();
+ },
},
mounted(){
@@ -181,6 +197,29 @@ export default {
width: 100vw;
height: 100vh;
}
+
+ .selected{
+ display: flex;
+ height: 4vh;
+ p{
+ width: 8vw;
+ line-height: 4vh;
+ text-align: center;
+ }
+ }
+ .pickerTime{
+ opacity: 0;
+ position: absolute;
+ left: 0px;
+ top: 30px;
+ width: 5px;
+ height: 5px;
+ z-index: -1;
+ }
+ .el-dropdown-link {
+ cursor: pointer;
+ }
+
.title{
display: flex;
align-items: center;
@@ -412,6 +451,8 @@ export default {
margin-top: 15px;
padding: 15px 0;
border-radius: 8px;
+ position: relative;
+ cursor: pointer;
p{
margin: 10px 0;
}
@@ -428,6 +469,10 @@ export default {
&.active{
color: #3976ff;
}
+ &:hover{
+ color: #3976ff;
+ cursor: pointer;
+ }
i{
display: block;
width: 5px;
diff --git a/src/views/taskAllocation/todo.vue b/src/views/taskAllocation/todo.vue
index fc7753c..6fac7ba 100644
--- a/src/views/taskAllocation/todo.vue
+++ b/src/views/taskAllocation/todo.vue
@@ -3,38 +3,39 @@
-
-
-
-
-
-
-
-
-
张家镇
-
2023.03.05
+
+
-
-
张家镇
-
2023.03.05
+
+
+
+
+
+
+
+
+
-
-
-
+
+
+
+
+
+
待处理合作社:19个
@@ -71,13 +72,21 @@
-
-
2023
-
+
+
{{year}}
+
+
+
-
{{index}}月
+
{{index+1}}月
@@ -133,14 +142,23 @@ export default {
value7: '2023.03.05',
value8: '2023.03.06',
value9: '111'
- }]
+ }],
+ year:'2023',
}
},
created() {
},
methods:{
-
+ addDate(){
+ this.year = Number(this.year) + 1 ;
+ },
+ reduceDate(){
+ this.year = Number(this.year) - 1 ;
+ },
+ selectionRange(){
+ this.$refs.datePicker.focus();
+ },
},
mounted(){
@@ -155,6 +173,18 @@ export default {
width: 100vw;
height: 100vh;
}
+ .pickerTime{
+ opacity: 0;
+ position: absolute;
+ left: 0px;
+ top: 30px;
+ width: 5px;
+ height: 5px;
+ z-index: -1;
+ }
+ .el-dropdown-link {
+ cursor: pointer;
+ }
.title{
display: flex;
align-items: center;
@@ -195,29 +225,31 @@ export default {
::v-deep .el-table tr{
background-color: transparent;
}
-
+ .selected{
+ display: flex;
+ height: 4vh;
+ p{
+ width: 8vw;
+ line-height: 4vh;
+ text-align: center;
+ }
+ }
.header_main{
display: flex;
align-items: center;
position: relative;
- .selected{
- width: 16vw;
- background-color: #ffffff;
- position: absolute;
- top: 4vh;
- left: 10vw;
- z-index: 9;
- border-radius: 8px;
- box-shadow: 0 10px 10px #dedfe1;
- padding: 1vh 0;
- div{
- display: flex;
- height: 4vh;
- p{
- width: 8vw;
- line-height: 4vh;
- text-align: center;
- }
+ .select_main{
+ display: flex;
+ align-items: center;
+ & .select_address:nth-child(1){
+ margin-right: 0vw;
+ border-top-right-radius: initial;
+ border-bottom-right-radius: initial;
+ }
+ & .select_address:nth-child(2){
+ margin-right: 0vw;
+ border-top-left-radius: initial;
+ border-bottom-left-radius: initial;
}
}
.select_address{
@@ -232,16 +264,6 @@ export default {
width: 8vw;
height: 4vh;
overflow: hidden;
- &:nth-child(2){
- margin-right: 0vw;
- border-top-right-radius: initial;
- border-bottom-right-radius: initial;
- }
- &:nth-child(3){
- margin-right: 0vw;
- border-top-left-radius: initial;
- border-bottom-left-radius: initial;
- }
.sanjiao-right {
display: inline-block;
border-left: 8px solid #000;
@@ -299,6 +321,7 @@ export default {
border-bottom-color: initial;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
+ cursor: pointer;
}
.sanjiao-bottom {
@@ -307,6 +330,7 @@ export default {
border-top-color: initial;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
+ cursor: pointer;
}
.time_main{
@@ -320,6 +344,8 @@ export default {
margin-top: 15px;
padding: 15px 0;
border-radius: 8px;
+ position: relative;
+ cursor: pointer;
p{
margin: 10px 0;
}
@@ -336,6 +362,10 @@ export default {
&.active{
color: #3976ff;
}
+ &:hover{
+ color: #3976ff;
+ cursor: pointer;
+ }
i{
display: block;
width: 5px;
diff --git a/src/views/toBeAllocated/toBeAllocated.vue b/src/views/toBeAllocated/toBeAllocated.vue
index f516039..ebe6f06 100644
--- a/src/views/toBeAllocated/toBeAllocated.vue
+++ b/src/views/toBeAllocated/toBeAllocated.vue
@@ -3,34 +3,33 @@
-
-
-
-
-
-
-
-
张家镇
-
2023.03.05
+
+
-
-
+
+
+
+
+
+
已处理村庄:19个
超时完成村庄:1个
@@ -105,13 +104,21 @@
-
-
2023
-
+
+
{{year}}
+
+
+
-
{{index}}月
+
{{index+1}}月
@@ -136,9 +143,9 @@
未选中
@@ -200,14 +207,31 @@
value7: '63',
value8: '2023.03.06',
value9: '111'
- }]
+ }],
+ year:'2023',
+ num:0
}
},
created() {
},
methods:{
-
+ addDate(){
+ this.year = Number(this.year) + 1 ;
+ },
+ reduceDate(){
+ this.year = Number(this.year) - 1 ;
+ },
+ addNum(){
+ this.num = Number(this.num) + 1 ;
+ },
+ reduceNum(){
+ if(this.num==0){return;}
+ this.num = Number(this.num) - 1 ;
+ },
+ selectionRange(){
+ this.$refs.datePicker.focus();
+ },
},
mounted(){
@@ -222,6 +246,29 @@
width: 100vw;
height: 100vh;
}
+
+ .selected{
+ display: flex;
+ height: 4vh;
+ p{
+ width: 8vw;
+ line-height: 4vh;
+ text-align: center;
+ }
+ }
+ .pickerTime{
+ opacity: 0;
+ position: absolute;
+ left: 0px;
+ top: 30px;
+ width: 5px;
+ height: 5px;
+ z-index: -1;
+ }
+ .el-dropdown-link {
+ cursor: pointer;
+ }
+
.setting{
display: flex;
align-items: center;
@@ -297,6 +344,7 @@
align-items: center;
justify-content: center;
border-radius: 8px;
+ cursor: pointer;
}
p{
width: 3vw;
@@ -481,6 +529,8 @@
padding: 15px 0;
border-radius: 8px;
height: 82px;
+ position: relative;
+ cursor: pointer;
p{
margin: 10px 0;
}
@@ -505,6 +555,10 @@
&.active{
color: #3976ff;
}
+ &:hover{
+ color: #3976ff;
+ cursor: pointer;
+ }
i{
display: block;
width: 5px;