Commit 3691e73d by lp784568205

修改时间

parent f9c8f4c4
......@@ -227,9 +227,9 @@ export default {
},
{
/*table默认得表头*/
label: '立案时间',
prop: 'larq',
width: '200'
label: "立案时间",
prop: "larq",
width: "200",
},
// {
......@@ -257,10 +257,11 @@ export default {
},
created() {
// this.getAj()
(this.cxFormData.lasjRqsjKssj = this.$moment(
new Date().getTime() - 3600 * 1000 * 24 * 365
).format("YYYY-MM-DD")),
(this.cxFormData.lasjRqsjJssj = this.$moment().format("YYYY-MM-DD"));
var thisYear = new Date().getFullYear();
var start = new Date("1/1/" + thisYear);
var defaultStart = this.$moment(start.valueOf()).format("YYYY-MM-DD");
this.cxFormData.lasjRqsjKssj = defaultStart
this.cxFormData.lasjRqsjJssj = this.$moment().format("YYYY-MM-DD");
},
};
</script>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment