05 2022 档案
摘要:watermark.js 'use strict' const watermark = {} const setWatermark = (str, display) => { const id = '1.23452384164.123412415' if (document.getElementBy
阅读全文
摘要:(1)下载 npm i element-resize-detector --save (2)使用 // 导入 const elementResizeDetectorMaker = require('element-resize-detector') // 创建实例 const erd = eleme
阅读全文
摘要:效果图: html: <div id="tree_container" /> js: initTree() { // 数据 const data = { id: 'root', label: 'root', children: [ { id: 'c1', label: 'c1', children:
阅读全文
摘要:// 在main.js中加入以下代码 import AmountInput from '@/globalComponents/amountInput' Vue.use(AmountInput)
阅读全文
摘要:<template> <el-input v-model="showValue" type="number" :name="name" :placeholder="placeholder" :readonly="readonly" :disabled="disabled" @focus="handl
阅读全文
摘要:<template> <div> <div class="institutionalScopeBox"> <amount-input v-model="query.amountMin" clearable placeholder="最小票据金额" :readonly="readonly" :is-i
阅读全文
摘要:<template> <el-input v-model="showValue" :name="name" :placeholder="placeholder" :readonly="readonly" @focus="handleFocus" @blur="handleBlur" @change=
阅读全文
摘要:<template> <el-radio-group v-if="tagType=='radio'" v-model="dictValue" :disabled="disabled" @change="handleInput"> <el-radio v-for="(item, key) in dic
阅读全文