cy
2023-12-14 cc80d4998cfbea33e763d6cad396ac2df1267630
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 },