loulijun2021
2023-10-31 8dbe181109f38dd729b3376e79d756000479a295
src/views/mouldManager/mouldList.vue
@@ -168,6 +168,15 @@
            </template>
          </el-table-column>
          <el-table-column
            prop="location_name"
            label="库位名称"
            sortable="custom"
          >
            <template slot-scope="{row}">
              {{ row.location_name ? row.location_name : '/' }}
            </template>
          </el-table-column>
          <el-table-column
            prop="is_part"
            label="产品关联"
            sortable="custom"