摘要:
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 阅读全文
摘要:
插件文档:https://www.itxst.com/sortablejs/neuinffi.html 本来想直接存innerHTML的,但是发现点击事件会失效 npm安装方式 下载:npm install sortablejs --save 页面引入:import Sortable from 's 阅读全文
摘要:
应该给el-form-item加key 阅读全文