yuan
14 小时以前 9ca3e64f571c38aeae3f649efdfa2f5339019805
src/views/productionManagement/productionProcess/index.vue
@@ -223,7 +223,7 @@
      width: 350,
      operation: [
        {
          name: "查看",
          name: "生产参数",
          type: "text",
          clickFun: row => {
            showProcessParamModal(row);
@@ -293,6 +293,7 @@
  // 设备列表列配置
  const deviceColumns = ref([
    { label: "设备编号", prop: "deviceCode" },
    { label: "设备名称", prop: "deviceName" },
    { label: "规格型号", prop: "deviceModel" },
    { label: "设备品牌", prop: "deviceBrand" },
@@ -318,6 +319,7 @@
  // 可选设备列表列配置
  const selectDeviceColumns = ref([
    { label: "设备编号", prop: "deviceCode" },
    { label: "设备名称", prop: "deviceName" },
    { label: "规格型号", prop: "deviceModel" },
    { label: "设备品牌", prop: "deviceBrand" },