| | |
| | | @selection-change="handleSelectionChange" |
| | | @pagination="onCurrentChange" |
| | | > |
| | | <template #commonFilesRef="{ row }"> |
| | | <div v-for="item in row.commonFiles"> |
| | | <el-tag type="primary" class="tagBox"> |
| | | {{ item.name }} |
| | | </el-tag> |
| | | </div> |
| | | </template> |
| | | </PIMTable> |
| | | </div> |
| | | </div> |
| | |
| | | prop: "invoiceAmount", |
| | | align: "center", |
| | | }, |
| | | { |
| | | label: "附件", |
| | | align: "center", |
| | | prop: "commonFiles", |
| | | dataType: "slot", |
| | | slot: "commonFilesRef", |
| | | width: 200, |
| | | }, |
| | | // { |
| | | // fixed: "right", |
| | | // width: 120, |
| | |
| | | .table_list { |
| | | margin-top: unset; |
| | | } |
| | | .tagBox { |
| | | margin-top: 4px; |
| | | } |
| | | </style> |