src/views/production/index.vue
@@ -38,7 +38,8 @@ :show-selection="true" :border="true" :maxHeight="480" > <template #coal="{ row }"> > <template #coal="{ row }"> <div class="coal-tags"> <el-tag v-for="coal in parseCoalArray(row.coal)" :key="coal" size="small"> {{ getCoalNameById(coal) }} @@ -158,6 +159,7 @@ width: 20%; } } .search-form { display: flex; justify-content: space-between; @@ -172,6 +174,7 @@ margin-left: 10px; } } .coal-tags { display: flex; flex-wrap: wrap;