zenglf
2023-09-19 3457909638c660c0cfcb521b6104ab64c679b914
src/views/eam/modules/equipmentNew/EquipmentProcessParametersList.vue
@@ -147,19 +147,19 @@
          title: '工艺参数编码',
          align: "center",
          dataIndex: 'processParametersNum',
          width:350,
          // width:350,
        },
        {
          title: '工艺参数名称',
          align: "center",
          dataIndex: 'processParametersName',
          width:350,
          // width:350,
        },
        {
          title: '计量单位',
          align: "center",
          dataIndex: 'processParametersUnitName',
          width:350,
          // width:350,
        },
        {
          title: '参数值',
@@ -168,7 +168,7 @@
          // scopedSlots: {
          //   customRender: 'parametersValue'
          // },
          width:350,
          // width:350,
        },
        {
          title: '备注',
@@ -281,7 +281,7 @@
        this.selectedRowKeys = selectedRowKeys;
        this.selectionRows = selectionRows;
    },
    },
    mounted(){