摘要: sku组件 <template> <div> <el-form label-width="100px"> <el-form-item label="卖品规格" v-if="cinemaId"> <!-- 循环属性名称 --> <el-button v-for="(item, idx) in shux 阅读全文
posted @ 2023-04-25 15:11 喜欢Tb 阅读(20) 评论(0) 推荐(0) 编辑
摘要: 一、弹窗组件中的组件的值没渲染 destroy-on-close——————关闭弹窗时销毁 Dialog 中的元素 二、记录多选表格操作记录 <el-table ref="table" @select-all="moreSele" :border="false" :toolbar="false" : 阅读全文
posted @ 2022-11-17 09:46 喜欢Tb 阅读(7) 评论(0) 推荐(0) 编辑
摘要: css部分 //可滚动盒子 overflow-y: auto; overflow-x: hidden; //css回到顶部平滑过渡(给大盒子加上) scroll-behavior: smooth; //css三角 https://s1.ax1x.com/2022/12/26/zxrhRJ.png w 阅读全文
posted @ 2022-07-26 18:27 喜欢Tb 阅读(20) 评论(0) 推荐(0) 编辑
摘要: 做个记录,可能不适用别人,但是能做个参考用。有问题私信 父组件 <!-- 权限分配弹窗 --> <el-button type="primary" size="small" @click="openAuth(scope.row)"> 分配权限 </el-button> <role-auth :dat 阅读全文
posted @ 2022-05-10 14:45 喜欢Tb 阅读(9) 评论(0) 推荐(0) 编辑
摘要: 使用 //var code = "db5c64f9-1e05-40e7-9398-89198c3bced4" <el-form :inline="true" :model="listQuery" class="demo-form-inline"> <el-radio-group v-model="r 阅读全文
posted @ 2022-04-19 15:23 喜欢Tb 阅读(5) 评论(0) 推荐(0) 编辑
摘要: <el-autocomplete v-model="smallcx.appid" placeholder="appid" :fetch-suggestions="querySearch" //重点!!!!! style="margin-bottom: 10px" /> data(){ return{ 阅读全文
posted @ 2022-04-19 14:07 喜欢Tb 阅读(193) 评论(0) 推荐(0) 编辑
摘要: 处理需求:下拉框多选去重等。 let array = [ { name:'张三', age:18, sex:'男' }, { name:'王五', age:18, sex:'男' }, { name:'赵六', age:18, sex:'男' }, { name:'王五', age:18, sex: 阅读全文
posted @ 2022-03-10 14:15 喜欢Tb 阅读(67) 评论(0) 推荐(0) 编辑
摘要: //老数组 "data": [ { "id": null, "key": "movie_coin", "value": null, }, { "id": null, "key": "original_price", "value": null, }, { "id": null, "key": "di 阅读全文
posted @ 2022-03-04 15:36 喜欢Tb 阅读(75) 评论(0) 推荐(0) 编辑
摘要: <template> <div class="app-container" v-loading="loading"> <el-button type="primary" @click="handleAddItem">新增菜单</el-button> <el-table :key="tableKey" 阅读全文
posted @ 2022-03-01 14:54 喜欢Tb 阅读(130) 评论(0) 推荐(0) 编辑
摘要: //重点 let newdata = new FormData(); newdata.append('qrCode', this.model.qrCode); newdata.append('type', this.model.type); newdata.append('uploadType', 阅读全文
posted @ 2022-02-15 09:38 喜欢Tb 阅读(20) 评论(0) 推荐(0) 编辑
点击右上角即可分享
微信分享提示