futian.liu
2023-12-29 e487f1bfa92d9e90dd8f876479bbfced09b4d58c
admin-web/src/views/stock/procure/receiptDetails/index.vue
@@ -176,7 +176,7 @@
            field: 'amount',
            align: 'center',
            formatter: (row) => {
              return { value: row.price / 100 };
              return { value: row.amount / 100 };
            },
          },
          { title: '所属机构', field: 'agencyName', align: 'center', width: 130 },