当单个字段没有数据时,就会展示空或者为0 要求是前端展示‘’暂无班组‘’文字 修改过后,代码如下 <el-table-column align="center" prop="teamName" label="班组" show-overflow-tooltip> <template slot-scope="{row}"> {{ row.teamName || '暂无班组' }} </template> </el-table-column> 或者是在...
2.添加图片修改文字等 <el-table :data="dataList" size="medium" border @selection-change="selectionChangeHandle" v-loading="loading" class="table" > <templateslot="empty"> <imgsrc="/svg/empty.svg"altstyle="margin: 120px auto 8px auto; height: 50; width: 78px; display: block"/> <p...