lyh
2025-06-05 0d27c826c71c323ff605cd27a53bbc5a0c96f752
src/views/dnc/base/modules/ProductStructure/Document/NcDocumentSearchModal.vue
@@ -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,6 +162,7 @@
          dataIndex: 'docName',
          key: 'docName',
          align: 'center',
          scopedSlots: { customRender: 'docName' },
          width: 200,
          sorter: true
        },