08 2022 档案
摘要:数据格式: [ { color: "",companyName: "济南宏益环境科技有限公司",orgid: "370114,3701",remark: "111",tag: "人工标记" },…… ] 字典: export const districtData = [ { key: "3701",
阅读全文
摘要:场景:前端多条件过滤 数据格式:[ { color: "",companyName: "济南宏益环境科技有限公司",orgid: "370114,3701",remark: "111",tag: "人工标记" },…… ] 方法定义: export function multiFilter(arra
阅读全文
摘要:<el-select v-if="options.length > 0" @change="handleSelectKeyChange" :value="searchKey" slot="prepend" style="width:110px" placeholder="请选择" :popper-a
阅读全文
摘要:<template> <div class="list" @scroll="scrollHandle" ref="list"> <div class="item" v-for="(item, index) in renderList" :key="index" :style="`height:${i
阅读全文
摘要:module.exports = { presets: ['@vue/app'], plugins: [ ['import', { libraryName: 'ant-design-vue', libraryDirectory: 'es', style: 'css' }, ], // `style:
阅读全文
摘要:解决方法: 统一设置设置表头居中 :header-cell-style="{'text-align':'center'}"
阅读全文