src/views/dnc/base/modules/ProductStructure/Document/NcDocumentTableList.vue
@@ -3,6 +3,10 @@ <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"/>