src/views/dnc/base/modules/ProductStructure/Document/NcDocumentTableList.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/views/dnc/base/modules/ProductStructure/Document/NcDocumentTableList.vue
@@ -4,9 +4,9 @@ :scroll="{y:265}" :customRow="customRow" :size="size" rowKey="docId" @change="handleTableChange"> <!-- 字符串超长截取省略号显示--> <span slot="docName" slot-scope="text"> <j-ellipsis :value="text"/> </span> <!-- <span slot="docName" slot-scope="text">--> <!-- <j-ellipsis :value="text"/>--> <!-- </span>--> </a-table> <DocumentModal ref="modalForm" @ok="modalFormOk"/> @@ -53,8 +53,7 @@ title: '文件名称', dataIndex: 'docName', key: 'docName', align: 'center', scopedSlots: { customRender: 'docName' }, width: 500, sorter: true },