futian.liu
2023-12-09 09ff6c03b1d1b89fe08b7354ac936b7c81e5a3aa
调拨详情显示金额
1个文件已修改
2 ■■■ 已修改文件
admin-web/src/views/stock/transfer/transferissue/detail.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
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>