摘要:
<script setup lang="ts"> import { Modal, message } from 'ant-design-vue'; import Speech from 'speak-tts'; import { useStorage } from '@vueuse/core'; i 阅读全文
摘要:
/** * 获取完整的文件路径地址 */ export function getFullFileURL(url?: string): string { let _url = ''; if (url) { _url = (url?.includes('http://') || url?.include 阅读全文
摘要:
<script setup lang="ts"> defineOptions({ name: 'rightTop', }); let timer: any = null; const wrapperRef = ref() const tagRef: any = ref([]) const rotat 阅读全文
摘要:
<script setup lang="ts"> import { useVModel } from '@vueuse/core'; const props = defineProps({ modelValue: { type: Object, default: () => { }, }, }); 阅读全文
摘要:
<script setup lang="ts"> import { ref } from 'vue'; import { Modal, message } from 'ant-design-vue'; import { AIRPLANE_MISSION_MODE } from '../enum'; 阅读全文
摘要:
const lastDataHandle = ref(null); // 上次选择的dataHandle值 const dataHandle: any = ref([]); const dataHandleALLList = [ { label: '无', value: 0 }, { label: 阅读全文
摘要:
<a-input class="input-center-met" v-model:value="form.name1"> <template #prefix> <div class="flex items-center"> <div class="number-btn auto" @click=" 阅读全文
摘要:
:tooltip-open="false" <a-slider ref="scrollableDiv" v-model:value="defaultValue" vertical class="new-slider" :marks="marks" :min="0" :max="10" :step=" 阅读全文
摘要:
<script setup lang="ts"> const props = withDefaults(defineProps<{ num?: number // 当前信号强度 max?: number // 信号柱最大数量 minHeight?: number // 信号柱最小高度,单位px wi 阅读全文
摘要:
来自:https://www.cnblogs.com/keleyz/p/10118648.html 侵删 let d = []; let d2 = []; result3[1].forEach((item, index) => { d.push({ name: item, }); }); resul 阅读全文
摘要:
eventTime(v) { let d = v.replace(/T/, " "); let dd = d.substring(0, d.indexOf("+")); return dd; }, 阅读全文
摘要:
<template> <view class="contain-box"> <u-navbar :title="title" :is-back="true" back-icon-color="#fff" :background="background" :border-bottom="false" 阅读全文
摘要:
/deep/ .ivu-input::-webkit-input-placeholder { color: #87cfff; } /deep/ .ivu-input::-moz-placeholder { /* Mozilla Firefox 19+ */ color: #87cfff; } /de 阅读全文
摘要:
<template> <div ref="appRef" class="app-viewport" id="appRef"> </div> </template> <script> let loading = null; // import drawMixin from '../libs/drawM 阅读全文
摘要:
<FormItem prop="free" label="包期费用(元):"> <Input-number :min="0" style="width: 100%" v-model="formValidate.free" placeholder="请输入单价(元)" :formatter="valu 阅读全文
摘要:
<template> <div class="p-box"> <el-transfer class="new-el-transfer" filterable filter-placeholder="请输入组织名称" v-model="value" :data="dataListzz" :titles 阅读全文
摘要:
if (i == 1) { //近30天 let d30 = [...new Array(30)].map((i, idx) => this.moment().startOf("day").subtract(idx, "days").format('MM-DD')).reverse(); //随机数 阅读全文
摘要:
html代码 <div id="root"> <h3>人员列表</h3> <input type="text" placeholder="请输入名字" v-model="keyWord"> <ul> <li v-for="(p,index) of filPersons" :key="index"> 阅读全文
摘要:
<div class="event-img"> <img :src="item" alt="" v-for="(item,index) in imgPathList" @click="viewImg(imgPathList,index)"/> </div> viewImg(item,index){ 阅读全文
摘要:
来自:https://blog.csdn.net/chenrui310/article/details/129365208 侵删 let cw = 1920,ch = 1080//默认 let body = document.getElementById('body') body.style.wid 阅读全文
摘要:
上传了压缩后的照片 <template> <div> <!-- <el-upload :class="uploadDisabled" ref="upload" :action="action" :headers="headers" list-type="picture-card" :limit="1 阅读全文
摘要:
getNowDate() { let date = new Date() let year = date.getFullYear() let month = date.getMonth() + 1 let day = date.getDate() let hour = date.getHours() 阅读全文
摘要:
需要用到moment.具体参考 http://momentjs.cn/docs/#/manipulating/const start = this.$moment().startOf('month').format('MM-DD') //当前日期当月第一天 const end = this.$mom 阅读全文
摘要:
<template> <div> <el-upload ref="upload" :class="disabled ? 'disabled' : ''" list-type="picture-card" :action="action" :file-list="newFileList" :disab 阅读全文
摘要:
https://juejin.cn/post/7132807229048422437 侵删 <template> <div> <el-table :data="tableData" border> <el-table-column label="序号" type="index" width="50" 阅读全文
摘要:
https://www.jb51.net/css/736179.html 侵删 <style> .main { outline: 1px solid; display: flex; justify-content: space-between; flex-wrap: wrap; } .main>di 阅读全文
摘要:
// 判断文件格式 //将多个文件以数组方式传入format中进行判断 format(file){ let fileList = file.map( v => { let file = v.name.split('.') //将字母全部变为小写并保存格式名 let fileName = file[f 阅读全文
摘要:
锚点定位// vue中使用 // 标题 <div class="tabs" v-for="(item, index) in titAll" :key="index" :class="{ actives: isactive index }" @click="tabsColor(index)" > {{ 阅读全文
摘要:
<template> <div class="task-box"> <p class="title-p">人行记录</p> <div class="box"> <tableList @onGetSelection="getSelection" :columns="columns" :data="da 阅读全文
摘要:
<template> <view class="upload-content"> <view class="upload-item" v-for="(item, index) in imageList" :key="index"> <image class="upload-img" :src="it 阅读全文
摘要:
getCaption(obj, state,strname) { var index = obj.lastIndexOf(strname); if (state == 0) { obj = obj.substring(0, index); } else { obj = obj.substring(i 阅读全文
摘要:
watch: { dataList: { handler() { if (this.chart) { this.chart.dispose(); this.chart = null; } this.initChart(); }, deep: true, // immediate: true }, } 阅读全文
摘要:
this.$nextTick(() => { this.$refs.videoPlay.load(); }); 阅读全文
摘要:
<template> <div> <el-upload style="margin-top: 10px;" class="upload-demo" list-type="picture-card" action="http://192.168.1.115:9999/sdfs/file/uploadF 阅读全文
摘要:
<template> <view class="contain-box"> <u-navbar :title="title" :is-back="true" back-icon-color="#fff" :background="background" :border-bottom="false" 阅读全文
摘要:
<template> <div> <el-upload ref="upload" :action="action" :limit="5" :file-list="fileList" :on-exceed="handleExceed" :on-remove="handleRemove" :on-suc 阅读全文
摘要:
<template> <div> <el-upload ref="upload" :action="action" :limit="1" :file-list="fileList" :on-exceed="handleExceed" :on-remove="handleRemove" :on-suc 阅读全文
摘要:
来自:https://www.jianshu.com/p/90bf22936439 侵删除 //图表导出-自己的方法 toolbox: { show: true, feature: { saveAsImage: { show: true, title: "保存图片", excludeComponen 阅读全文
摘要:
<template> <div> <p>关联房源</p> <div style="margin-left: 100px"> <div> <div class="t-head"> <div> <span>表具编号:{{ infoObj.meterNo }}</span> <span>表具类型:{{ M 阅读全文
摘要:
来自:http://events.jianshu.io/p/06ae7754bfe4 侵删 1. 下载与安装vconsole 1.1 选中你的项目,弄出终端,输入以下命令:npm install vconsole npm install vconsole cnpm install vconsole 阅读全文