vue动态获取图片路径

          <template slot-scope="scope">
                        <img  :src="'http://172.16.13.169'+scope.row.logo"  width="50" height="50" alt="无图片"/>
                </template>
        data() {
            return {
                logo:"",

 

posted on 2019-09-28 16:18  悠悠紫荆  阅读(2920)  评论(0编辑  收藏  举报

导航