随笔分类 - element-plus
摘要:element-ui表格某一列无数据显示-- 很多时候,表格的某一列可能是没有数据的。 空着了不好看,ui小姐姐会说显示 -- 这个时候,小伙伴是怎么做的呢? 使用循环来判断是否为空,然后赋值为-- <template> <el-table :data="tableData" style="widt
阅读全文
摘要:element-plus 默认是英文组件:如下图 将它设置为中文组件 app.vue文件 <template> <el-config-provider :locale="locale"> <router-view></router-view> </el-config-provider> </temp
阅读全文