上一页 1 2 3 4 5 6 ··· 129 下一页
摘要: <template> <div> <van-popup v-model="isShowEnd" position="bottom" get-container="body" :style="{ height: height ? height : '50%' }" closeable round > 阅读全文
posted @ 2025-05-09 10:23 ThisCall 阅读(123) 评论(0) 推荐(0)
摘要: <template> <!-- 添加或编辑措施 --> <van-popup v-model="visible" position="bottom" :style="{ height: '60%' }" @close="closeFn" > <div class="page-popup-box bt 阅读全文
posted @ 2025-04-27 18:06 ThisCall 阅读(7) 评论(0) 推荐(0)
摘要: <!-- 添加或编辑措施 --> <van-popup v-model="measureVisible" position="bottom" :style="{ height: '60%' }" > <div class="page-popup-box btm"> <div class="page- 阅读全文
posted @ 2025-04-15 10:36 ThisCall 阅读(5) 评论(0) 推荐(0)
摘要: service.interceptors.request.use( async (config) => {//开始 if (config.url.indexOf("接口名字") > -1) { // 控制不同请求超时时间 config.timeout = null; }//结束 return con 阅读全文
posted @ 2025-03-21 11:39 ThisCall 阅读(6) 评论(0) 推荐(0)
摘要: <el-date-picker v-model="startEndExport" type="daterange" range-separator="至" start-placeholder="开始日期" end-placeholder="结束日期" value-format="yyyy-MM-dd 阅读全文
posted @ 2025-03-18 15:28 ThisCall 阅读(223) 评论(0) 推荐(0)
摘要: startCountdown() { if (this.countdown > 0) { this.timer = setInterval(() => { if (this.countdown > 0) { this.countdown--; this.getTimeFn(); } else { t 阅读全文
posted @ 2025-03-06 09:14 ThisCall 阅读(27) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2025-01-15 17:23 ThisCall 阅读(11) 评论(0) 推荐(0)
摘要: el-input输入框只能输入中文,英文,邮箱,手机号 1.设置限制只能输入中文 校验中文的正则:/^[\u4e00-\u9fa5]+$/ rules: { chineseName: [ { required: true, message: "请输入中文名", trigger: "blur" }, 阅读全文
posted @ 2025-01-14 16:14 ThisCall 阅读(581) 评论(0) 推荐(0)
摘要: .page-video-notime video::-webkit-media-controls-timeline { display: none; } 阅读全文
posted @ 2025-01-10 16:35 ThisCall 阅读(36) 评论(0) 推荐(0)
摘要: :class="[`sys-status-plan-require${scope.row.relatedFlag}`]" 阅读全文
posted @ 2025-01-07 15:57 ThisCall 阅读(9) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 ··· 129 下一页