lyh
2025-06-05 0d27c826c71c323ff605cd27a53bbc5a0c96f752
src/views/dnc/base/modules/ProductStructure/Document/OtherDocumentTableList.vue
@@ -2,7 +2,10 @@
  <div>
    <a-table :columns="columns" :data-source="dataSource" bordered :pagination="ipagination" :loading="loading"
             :scroll="{y:265}" :customRow="customRow" :size="size" rowKey="docId" @change="handleTableChange">
      <!-- 字符串超长截取省略号显示-->
      <span slot="docName" slot-scope="text">
                <j-ellipsis :value="text"/>
      </span>
    </a-table>
    <DocumentModal ref="modalForm" @ok="modalFormOk"/>
@@ -45,6 +48,7 @@
            dataIndex: 'docName',
            key: 'docName',
            align: 'center',
            scopedSlots: { customRender: 'docName' },
            width: 300,
            sorter: true
          },