futian.liu
2023-12-12 6f5bc858f56c9ea47e173ad5eb448a485eea7761
admin-web/src/views/stock/transfer/transferissue/detail.vue
@@ -73,7 +73,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>