Commit 824da7bb authored by 纪泽龙's avatar 纪泽龙

优化

parent da178df1
......@@ -2,7 +2,7 @@
* @Author: 纪泽龙 jizelong@qq.com
* @Date: 2026-03-11 09:36:51
* @LastEditors: 纪泽龙 jizelong@qq.com
* @LastEditTime: 2026-03-12 14:24:05
* @LastEditTime: 2026-03-12 14:29:19
* @FilePath: /chuanganqi/src/views/ind2.vue
* @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
-->
......@@ -93,14 +93,14 @@ export default {
},
created(e) {
this.titleArr[0].num = this.$route.query.code;
this.titleArr[1].num = "起" + this.$route.query.startTime;
this.titleArr[1].num = "起:" + this.$route.query.startTime;
console.log(
this.$dayjs(this.$route.query.startTime)
.add(3, "day")
.format("YYYY-MM-DD HH:MM"),
);
this.titleArr[1].num2 =
"止" +
"止:" +
( this.$dayjs(this.$route.query.startTime)
.add(3, "day")
.format("YYYY-M-DD"))+" "+this.$route.query.startTime.slice(10) ;
......
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