src/views/dnc/base/modules/ProductStructure/Document/NcDocumentSearchModal.vue
@@ -1,5 +1,5 @@
<!--
 Description: 检索电子样板List
 Description: 检索电子文档List
 Author: 作者 liuyh
 Date:   2025-02-27
-->
@@ -57,6 +57,10 @@
                     @change="handleTableChange"
                     :scroll="{y:456}" :size="size" rowKey="docId">
              <!-- 字符串超长截取省略号显示-->
              <span slot="docName" slot-scope="text">
                <j-ellipsis :value="text"/>
              </span>
            </a-table>
          </a-tab-pane>
        </a-tabs>
@@ -158,11 +162,12 @@
          dataIndex: 'docName',
          key: 'docName',
          align: 'center',
          scopedSlots: { customRender: 'docName' },
          width: 200,
          sorter: true
        },
        {
          title: '出库状态',
          title: '生命周期',
          dataIndex: 'pullStatus_dictText',
          key: 'pullStatus',
          align: 'center',