futian.liu
2023-12-11 18877546c8e7fa36c537fe7f9cfc07e7ac6e7654
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>
@@ -84,7 +84,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"
        />