zenglf
2023-09-06 cdf41a67ad32382247318ea67f9a56cbd36dfaa8
设备台账子表宽度调整
已修改2个文件
22 ■■■■ 文件已修改
src/views/eam/modules/equipmentNew/EquipmentPrecisionParametersList.vue 12 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/eam/modules/equipmentNew/EquipmentProcessParametersList.vue 10 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/eam/modules/equipmentNew/EquipmentPrecisionParametersList.vue
@@ -169,19 +169,19 @@
          title: '精度参数编码',
          dataIndex: 'precisionParametersNum',
          align: "center",
          width:250,
          // width:250,
        },
        {
          title: '精度参数名称',
          dataIndex: 'precisionParametersName',
          align: "center",
          width:250,
          // width:250,
        },
        {
          title: '计量单位',
          dataIndex: 'precisionParametersUnitName',
          align: "center",
          width:250,
          // width:250,
        },
        {
          title: '上限值',
@@ -190,7 +190,7 @@
          // scopedSlots: {
          //   customRender: 'upperLimit'
          // },
          width:250,
          // width:250,
        },
        {
          title: '下限值',
@@ -199,7 +199,7 @@
          // scopedSlots: {
          //   customRender: 'lowerLimit'
          // },
          width:250,
          // width:250,
        },
        {
          title: '实际精度值',
@@ -208,7 +208,7 @@
          // scopedSlots: {
          //   customRender: 'actualValue'
          // },
          width:250,
          // width:250,
        },
        {
          title: '备注',
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(){