随笔分类 - elment功能组件
摘要:<el-table-column prop="address" label="333333" min-width="180" :show-overflow-tooltip="true" > <template slot="header"> <div><span class="corm">*</spa
阅读全文
摘要:<el-table :data="tableData" style="width: 100%" :height="tableHeight"> <el-table-column prop="date" label="日期" width="180"> </el-table-column> </el-ta
阅读全文
摘要:1.通用组件封装dialogImg.vue <template> <div> <el-dialog v-show="isShow" :visible.sync="isShow" width="50%" @close="seePicUrl = ''" append-to-body style="tex
阅读全文
摘要:<el-input v-model="scope.row.setMaxScore" :ref="`inputRefs${scope.$index}`" size="small" @blur="changeMax (scope.$index,scope.row)" ></el-input> //鼠标离
阅读全文
摘要:<div> <el-input placeholder="输入关键字进行过滤" v-model="filterText"></el-input> <div class="tree mt10"> <el-tree :data="date" show-checkbox node-key="moduldC
阅读全文