量化绩效
this.item.plandate = moment(this.item.plandate).format('YYYY-MM-DD')//对datepicker输出的utc日期格式为日期字符串
this.item.finishdate = moment(this.item.finishdate).format('YYYY-MM-DD')//对datepicker输出的utc日期格式为日期字符串
# install dependencies
yarn
# serve with hot reload at localhost:9080
yarn run dev
# build electron application for production
yarn run build
This project was generated with electron-vue@80dc2ec using vue-cli. Documentation about the original structure can be found here.