spring
2 天以前 6ce0d7be73f491fcda424ac815006a82e0d871c4
src/views/basicData/product/index.vue
@@ -280,7 +280,7 @@
/** 单位下拉:耗材分支含件、个数且可手动新增;其他分支仅吨、公斤 */
const unitSelectOptions = computed(() => {
  if (isConsumablesBranch.value) {
    return ["吨", "公斤", "件", "个数"];
    return ["吨", "公斤", "件", "个数",'桶'];
  }
  return ["吨", "公斤"];
});