Houjie
2025-06-10 7697462af0a6f38c1e0d5446fa8db0800f8816c0
src/views/eam/modules/precisionParameter/PrecisionParametersRight.vue
@@ -56,11 +56,11 @@
        icon="plus"
        :hidden="disabled"
      >新增</a-button>
      <a-button
        type="primary"
        icon="download"
        @click="handleExportXls('原因')"
      >导出</a-button>
<!--      <a-button-->
<!--        type="primary"-->
<!--        icon="download"-->
<!--        @click="handleExportXls('原因')"-->
<!--      >导出</a-button>-->
      <a-dropdown v-if="selectedRowKeys.length > 0">
        <a-button style="margin-left: 8px">
          批量操作
@@ -88,7 +88,7 @@
        :loading="loading"
        :rowSelection="{selectedRowKeys: selectedRowKeys, onChange: onSelectChange}"
        @change="handleTableChange"
        :scroll="{ x: 'calc(1200px + 50%)', y: 900 }"
        :scroll="{ x: true}"
      >
        <!--字符串超长截取省略号显示-->
        <span
@@ -262,7 +262,7 @@
          },
          // sorter: true,
        },
        {
       /*  {
          title: '精度参数分类',
          align: 'center',
          dataIndex: 'precisionParametersCategoryNumName',
@@ -270,7 +270,7 @@
            customRender: 'precisionParametersCategoryNumName'
          },
          // sorter: true,
        },
        }, */
        {
          title: '计量单位',
          align: 'center',