src/views/productionManagement/productionRecords/index.vue
@@ -83,10 +83,10 @@ const { proxy } = getCurrentInstance(); const { parameter_tyep } = proxy.useDict("parameter_tyep"); /** 系统内置参数「投入重量/数量」,不可编辑、删除(兼容旧名「投入重量」) */ /** 系统内置参数「投入重量/数量」,不可编辑、删除 */ const isLockedParam = (row) => { const name = String(row?.parameterItem ?? "").trim(); return name === "投入重量/数量" || name === "投入重量"; return name === "投入重量/数量"; }; const tableColumn = ref([