gaoluyang
昨天 df1406d0f571972d033dffd6a93fb4b94febeb56
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;