futian.liu
2023-12-15 20249c17d5b28c588e88451545af291995271f9c
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>
@@ -77,7 +77,7 @@
        <img
            v-if="checkImg(src.name)"
            class="v-img"
            :src="src.url"
            :src="getUrl(src.path)"
            :alt="src.name"
            style="width: 100px; height: 100px"
        />