摘要:
height: calc(100% - 100px); 阅读全文
摘要:
next(`/login?redirect=${to.path}`) login watch: { $route: { handler(route) { this.redirect = (route.query && route.query.redirect) || '/' }, immediate 阅读全文
摘要:
var boolA = this.selectLots.some( (item) => item == this.AObj.slotGroupName ); var boolB = this.selectLots.some( (item) => item == this.BObj.slotGroup 阅读全文
摘要:
<van-dialog v-model="showParkingLot" title="选择" show-cancel-button cancelButtonText="取消" confirmButtonColor="#2e7cf9" @confirm="confirm" > <div class= 阅读全文
摘要:
StepSignSeal.vue <template> <!-- 搜索筛选 --> <van-dialog v-model="visibleEnd" title="XXX" show-cancel-button @confirm="confirmFn" @cancel="closeFn" > <di 阅读全文
摘要:
.trapezium { display: inline-block; min-width: 200px; height: 0; border-width: 0px 20px 40px 0px; border-style: none solid solid; border-color: transp 阅读全文
摘要:
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] 阅读全文
摘要:
合错分支 vscod查看历史版本 git reflog 小乌龟 1 本地回退 上一版本,可以退回到原版本 :缺点 如果 上传次数过多,回退不方便 git reset --hard HEAD^ 2 本地回退到指定版本 复制分支提交id vscode 终端 执行 git reset a8f938f1f7 阅读全文