futian.liu
2023-12-21 0d704977a91adb83c3ff9c1769fe4b73fc54a565
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 },