小小儁爺
2026-01-15 207babb2fe57b9a8d876fafb7e088c043aa6efc7
src/views/qualityManager/qualityPlaning.vue
@@ -818,7 +818,6 @@
              :header-cell-style="this.$headerCellStyle"
              :cell-style="this.$cellStyle"
              row-key="partcode"
              @sort-change="sortChange"
              @select="handleSelectionChange"
              @select-all="handleAllChange"
            >
@@ -838,20 +837,16 @@
              <el-table-column
                prop="partcode"
                label="存货编码"
                sortable="custom"
              />
              <el-table-column
                prop="partname"
                label="存货名称"
                sortable="custom"
                show-tooltip-when-overflow
                min-width="200"
              />
              <el-table-column
                prop="partspec"
                label="规格型号"
                sortable="custom"
              >
                <template slot-scope="{row}">
                  {{ row.partspec ? row.partspec : '/' }}
@@ -860,7 +855,6 @@
              <el-table-column
                prop="idinventoryclassname"
                label="所属类别"
                sortable="custom"
              />
            </el-table>