zhaowei
2025-06-10 c46213fa824995bb2155c11ea332824d23232d9c
src/views/eam/modules/inspectionProject/InspectionProjectRight.vue
@@ -54,9 +54,9 @@
        @click="handleAdd"
        type="primary"
        icon="plus"
        :hidden="disabled"
      >新增</a-button>
      <a-upload
      <!-- :hidden="disabled" -->
      <!-- <a-upload
        name="file"
        :showUploadList="false"
        :multiple="false"
@@ -73,7 +73,7 @@
        type="primary"
        icon="download"
        @click="handleExportXls('原因')"
      >导出</a-button>
      >导出</a-button> -->
      <a-dropdown v-if="selectedRowKeys.length > 0">
        <a-button style="margin-left: 8px">
          批量操作
@@ -101,7 +101,7 @@
        :loading="loading"
        :rowSelection="{selectedRowKeys: selectedRowKeys, onChange: onSelectChange}"
        @change="handleTableChange"
        :scroll="{ x: 'calc(1000px + 50%)', y: 900 }"
        :scroll="{ x: 'calc(600px + 50%)', y: 900 }"
      >
        <!--字符串超长截取省略号显示-->
        <span
@@ -309,27 +309,27 @@
        //   align: "center",
        //   dataIndex: 'inspectionTool',
        // },
        {
          title: '创建人',
          align: "center",
          dataIndex: 'createBy',
        },
        {
          title: '创建时间',
          align: "center",
          dataIndex: 'createTime',
        },
        // {
        //   title: '创建人',
        //   align: "center",
        //   dataIndex: 'createBy',
        // },
        // {
        //   title: '创建时间',
        //   align: "center",
        //   dataIndex: 'createTime',
        // },
        {
          title: '操作',
          dataIndex: 'action',
          align: 'center',
          width: 150,
          scopedSlots: {
            customRender: 'action'
          },
          fixed: 'right',
        },
        // width: 150,
        // fixed: 'right',
      ],
      url: {
        list: '/eam/inspectionProject/list',