cy
2023-12-08 951e8fa8b82e56bd02bb6f821be070c21616f744
admin-web/src/views/stock/transfer/transferApplication/detail.vue
@@ -66,7 +66,7 @@
        </el-table-column>
        <el-table-column prop="price" label="金额" align="center">
          <template slot-scope="scope">
            {{ scope.row.price }}
            {{ scope.row.totalAmount }}
          </template>
        </el-table-column>
      </el-table>