曹睿
11 小时以前 a9c3543f4b4fa5a092a8dea688aedc2b2adbd576
src/views/procurementManagement/procurementInvoiceLedger/index.vue
@@ -58,6 +58,13 @@
        @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>
@@ -158,6 +165,14 @@
      prop: "invoiceAmount",
      align: "center",
    },
    {
      label: "附件",
      align: "center",
      prop: "commonFiles",
      dataType: "slot",
      slot: "commonFilesRef",
      width: 200,
    },
    // {
    //   fixed: "right",
    //   width: 120,
@@ -223,4 +238,7 @@
.table_list {
  margin-top: unset;
}
.tagBox {
  margin-top: 4px;
}
</style>