src/views/dnc/base/modules/ProductStructure/Document/NcDocumentSearchNcModal.vue
@@ -1,5 +1,5 @@
<!--
 Description: 检索电子样板List
 Description: 检索电子文档List
 Author: 作者 liuyh
 Date:   2025-02-27
-->
@@ -67,7 +67,7 @@
            <a-table :columns="columns" :data-source="dataSource" bordered :pagination="false" :loading="loading"
                     :rowSelection="{selectedRowKeys: selectedRowKeys,selectedRows:selectionRows, onChange: onSelectChange}"
                     @change="handleTableChange" :customRow="customRow"
                     :scroll="{y:456}" :size="size" rowKey="docId">
                     :scroll="{y:52*7}" :size="size" rowKey="docId">
              <!-- 字符串超长截取省略号显示-->
              <span slot="docName" slot-scope="text">
@@ -196,7 +196,7 @@
            sorter: true
          },
          {
            title: '出库状态',
            title: '生命周期',
            dataIndex: 'pullStatus_dictText',
            key: 'pullStatus',
            align: 'center',