摘要:
Vue Baidu Map API文档:https://dafrok.github.io/vue-baidu-map/#/zh/map/baidu-map npm install vue-baidu-map --save插入点位页面 <template> <div> <p style="color: 阅读全文
posted @ 2020-03-20 17:38
日升月恒
阅读(2873)
评论(0)
推荐(0)
摘要:
<template> <div> <div contenteditable="true" v-html="nameTxt" @blur="nameTxt = $event.target.innerHTML.replace(reg,'')" class="inp-div"> <div></div> < 阅读全文
posted @ 2020-03-20 16:54
日升月恒
阅读(260)
评论(0)
推荐(0)
摘要:
双击单选组件 <template> <el-dialog title="选择" :visible.sync="innerVisible" :close-on-click-modal="false" class="dialog-box-center" @close="closeEvt"> <el-bu 阅读全文
posted @ 2020-03-20 16:46
日升月恒
阅读(170)
评论(0)
推荐(0)
摘要:
<el-table stripe :data="list" border style="width: 100%" tooltip-effect="dark" v-loading="loading" element-loading-text="数据正在加载中" ref="multipleTable" 阅读全文
posted @ 2020-03-20 15:53
日升月恒
阅读(5106)
评论(0)
推荐(0)
摘要:
<template> <div> <el-button type="primary" icon="el-icon-plus" @click.native.prevent="addMaintain(-1)">新增</el-button> <el-table :data="tableData" :spa 阅读全文
posted @ 2020-03-20 15:20
日升月恒
阅读(1414)
评论(0)
推荐(0)