qushaowei
2025-06-06 4f551d4c40d7c37a8e4f62b9deb43b3991c88a42
src/views/eam/spare/EamSparePartsList.vue
@@ -234,6 +234,16 @@
      // 表头
      columns: [
        {
          title: '#',
          dataIndex: '',
          key: 'rowIndex',
          width: 60,
          align: 'center',
          customRender: function (t, r, index) {
            return parseInt(index) + 1
          }
        },
        {
          title: '备件编码',
          align: "center",
          dataIndex: 'partCode'