Merge remote-tracking branch 'origin/develop' into develop
This commit is contained in:
@@ -505,6 +505,8 @@ export default {
|
|||||||
}
|
}
|
||||||
this.lastYear = selYear
|
this.lastYear = selYear
|
||||||
this.lastMonth = selMonth
|
this.lastMonth = selMonth
|
||||||
|
// 获取日历变化的日期并显示
|
||||||
|
this.value = new Date(this.value.setDate(1))
|
||||||
this.value = new Date(this.value.setMonth(this.value.getMonth() - monthNum))
|
this.value = new Date(this.value.setMonth(this.value.getMonth() - monthNum))
|
||||||
this.value = new Date(this.value.setFullYear(this.value.getFullYear() - yearNum))
|
this.value = new Date(this.value.setFullYear(this.value.getFullYear() - yearNum))
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -176,7 +176,7 @@
|
|||||||
:rows="3"
|
:rows="3"
|
||||||
resize="none"
|
resize="none"
|
||||||
placeholder="请输入意见"
|
placeholder="请输入意见"
|
||||||
v-model="commentStep1">
|
v-model="commentInfo">
|
||||||
</el-input>
|
</el-input>
|
||||||
</div>
|
</div>
|
||||||
</el-collapse-item>
|
</el-collapse-item>
|
||||||
|
|||||||
Reference in New Issue
Block a user