上一页 1 2 3 4 5 6 ··· 129 下一页
摘要: 地址 地址2 地址3 地址4 地址5 阅读全文
posted @ 2025-06-26 10:18 ThisCall 阅读(16) 评论(0) 推荐(0)
摘要: <template> <div> <div id="typeData2" class="bxs" :style="{ width: '400px', height: '500px', marginTop: '50px' }" ></div> </div> </template> <script> i 阅读全文
posted @ 2025-05-23 14:57 ThisCall 阅读(23) 评论(0) 推荐(0)
摘要: <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 阅读(162) 评论(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 阅读(10) 评论(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 阅读(10) 评论(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 阅读(14) 评论(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 阅读(294) 评论(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 阅读(67) 评论(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 阅读(632) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 ··· 129 下一页