qushaowei
2023-09-05 def88c97c86087175bfd9b9fe82e78d2cd3ef6f0
src/views/eam/modules/dailyMaintenanceOrder/MaintenanceStandardPlanningMaterial.vue
@@ -20,11 +20,11 @@
        size="middle"
        bordered
        rowKey="id"
        :scroll="{x:true}"
        :columns="columns"
        :dataSource="dataSource"
        :pagination="ipagination"
        :loading="loading"
        :scroll="{x:true}"
        @change="handleTableChange"
      >
@@ -79,47 +79,47 @@
          }
        },
        {
            title: '备件编号',
            dataIndex: 'num',
            align: "center",
            width: 300,
          },
          {
            title: '备件名称',
            dataIndex: 'name',
            align: "center",
            width: 300,
          },
          {
            title: '备件规格',
            dataIndex: 'specification',
            align: "center",
            width: 300,
          },
          {
            title: '备件型号',
            dataIndex: 'model',
            align: "center",
            width: 300,
          },
          {
            title: '制造商',
            dataIndex: 'constructorName',
            align: "center",
            width: 300,
          },
          {
            title: '数量',
            dataIndex: 'quantity',
            align: "center",
            width: 300,
          },
          {
            title: '单位',
            dataIndex: 'unitName',
            align: "center",
            width: 300,
          },
          title: '备件编号',
          dataIndex: 'num',
          align: "center",
          // width: 300,
        },
        {
          title: '备件名称',
          dataIndex: 'name',
          align: "center",
          // width: 300,
        },
        {
          title: '备件规格',
          dataIndex: 'specification',
          align: "center",
          // width: 300,
        },
        {
          title: '备件型号',
          dataIndex: 'model',
          align: "center",
          // width: 300,
        },
        {
          title: '制造商',
          dataIndex: 'constructorName',
          align: "center",
          // width: 300,
        },
        {
          title: '数量',
          dataIndex: 'quantity',
          align: "center",
          // width: 300,
        },
        {
          title: '单位',
          dataIndex: 'unitName',
          align: "center",
          // width: 300,
        },
      ],
      url: {