1 2 3 4 5 ··· 125 下一页
摘要: next(`/login?redirect=${to.path}`) login watch: { $route: { handler(route) { this.redirect = (route.query && route.query.redirect) || '/' }, immediate 阅读全文
posted @ 2024-09-19 10:48 ThisCall 阅读(2) 评论(0) 推荐(0) 编辑
摘要: var boolA = this.selectLots.some( (item) => item == this.AObj.slotGroupName ); var boolB = this.selectLots.some( (item) => item == this.BObj.slotGroup 阅读全文
posted @ 2024-09-12 11:33 ThisCall 阅读(3) 评论(0) 推荐(0) 编辑
摘要: <van-dialog v-model="showParkingLot" title="选择" show-cancel-button cancelButtonText="取消" confirmButtonColor="#2e7cf9" @confirm="confirm" > <div class= 阅读全文
posted @ 2024-09-12 11:08 ThisCall 阅读(7) 评论(0) 推荐(0) 编辑
摘要: StepSignSeal.vue <template> <!-- 搜索筛选 --> <van-dialog v-model="visibleEnd" title="XXX" show-cancel-button @confirm="confirmFn" @cancel="closeFn" > <di 阅读全文
posted @ 2024-09-03 10:03 ThisCall 阅读(6) 评论(0) 推荐(0) 编辑
摘要: .trapezium { display: inline-block; min-width: 200px; height: 0; border-width: 0px 20px 40px 0px; border-style: none solid solid; border-color: transp 阅读全文
posted @ 2024-08-22 15:22 ThisCall 阅读(2) 评论(0) 推荐(0) 编辑
摘要: series处理 const stackInfo = {}; for (let i = 0; i < series[0].data.length; ++i) { for (let j = 0; j < series.length; ++j) { const stackName = series[j] 阅读全文
posted @ 2024-08-21 14:18 ThisCall 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 合错分支 vscod查看历史版本 git reflog 小乌龟 1 本地回退 上一版本,可以退回到原版本 :缺点 如果 上传次数过多,回退不方便 git reset --hard HEAD^ 2 本地回退到指定版本 复制分支提交id vscode 终端 执行 git reset a8f938f1f7 阅读全文
posted @ 2024-08-08 09:06 ThisCall 阅读(86) 评论(0) 推荐(0) 编辑
摘要: document.title = 阅读全文
posted @ 2024-08-01 15:01 ThisCall 阅读(2) 评论(0) 推荐(0) 编辑
摘要: <van-field class="login-input" v-model="OaPassword" :type="!showPassword ? 'password' : 'text'" left-icon="user-o" :right-icon="showPassword ? 'eye-o' 阅读全文
posted @ 2024-07-24 15:52 ThisCall 阅读(13) 评论(0) 推荐(0) 编辑
摘要: <template> <div> <div class="bdr10 bxs ml10 mr10 bgf"> <div class="pt20 mt10 f14 cor3 pr10" v-if="stepList && stepList.length"> <div class="step-item" 阅读全文
posted @ 2024-07-19 15:22 ThisCall 阅读(8) 评论(0) 推荐(0) 编辑
1 2 3 4 5 ··· 125 下一页