摘要: 引用: import upload from '/@/components/upload.vue' <el-dialog v-model="state.fileVisible" :title="t('page.parts.title')" :close-on-click-modal="false"> 阅读全文
posted @ 2024-01-04 17:45 FancyAnnaYL 阅读(10) 评论(0) 推荐(0) 编辑
摘要: 1.文件导入 <el-upload v-permission="['PRIV_DEVICEINFO_IMPORT']" style="margin-left: 20px;" accept="xls,xlsx" class="avatar-uploader" :action="avatarUpload 阅读全文
posted @ 2024-01-04 17:06 FancyAnnaYL 阅读(11) 评论(0) 推荐(0) 编辑
摘要: elementplus弹框版本可忽略 <el-dialog v-model="showForm" title="数据导入" width="30%" :before-close="handleClose"> <!-- <span>This is a message</span> --> <el-upl 阅读全文
posted @ 2022-11-04 16:57 FancyAnnaYL 阅读(63) 评论(0) 推荐(0) 编辑
摘要: 完整代码如下: <template> <el-table :data="renderDynamic" ref="product" border row-key="id" :row-class-name="rowClassNameFun" :header-row-class-name="headerR 阅读全文
posted @ 2022-09-19 10:45 FancyAnnaYL 阅读(1466) 评论(6) 推荐(0) 编辑
摘要: 方法一:严格注意后台返回的数据结构 <el-table :data="formData.list_Row2" max-height="500px" :header-cell-style="{background:'#6062662b' ,color:'#606266'}"> <el-table-co 阅读全文
posted @ 2022-08-23 09:35 FancyAnnaYL 阅读(1740) 评论(0) 推荐(0) 编辑
摘要: <template> <div> <van-nav-bar title="测试回车键" left-text="返回" @click-left="this.$router.go(-1)" /> <input class="inputBox" v-model="result" type="text" @ 阅读全文
posted @ 2022-07-07 16:26 FancyAnnaYL 阅读(20) 评论(0) 推荐(0) 编辑
摘要: 该功能实现了点击可以连续多选,连续取消 <template> <div> <!-- <input value="5" v-model="XX" style="opacity: 0;"/>栋 <input value="21" v-model="YY" style="opacity: 0;"/>层 - 阅读全文
posted @ 2022-07-04 17:17 FancyAnnaYL 阅读(34) 评论(0) 推荐(0) 编辑
摘要: <el-dialog title="检验项目选择" v-model="showForm" width="70%" center> <el-tree :data="tableData2" ref="menu" default-expand-all show-checkbox node-key="id" 阅读全文
posted @ 2022-07-01 11:35 FancyAnnaYL 阅读(32) 评论(0) 推荐(0) 编辑
摘要: let arr = ['A1', 'A10', 'A11', 'A12', 'A13', 'A14', 'A15', 'A16', 'A17', 'A18', 'A19', 'A2', 'A20', 'A3', 'A4', 'A5', 'A6', 'A7', 'A8', 'A9' 阅读全文
posted @ 2022-05-19 17:16 FancyAnnaYL 阅读(1188) 评论(0) 推荐(0) 编辑
摘要: <!-- 插针线看板 --> <template> <div class="home_body"> <div class="home_container"> <div class="home_content"> <div class="home_title" style="margin-left: 阅读全文
posted @ 2022-05-12 08:50 FancyAnnaYL 阅读(1520) 评论(2) 推荐(0) 编辑