• freemarker与vue使用图片路径获取问题,可双单引号一起使用则可


                                            <el-table :data="leftPage.datas" style=" 100%"  @selection-change="handleSelectionChange1">
                                                <el-table-column type="selection"  width="55"></el-table-column>
                                                <el-table-column type="index" width="20"></el-table-column>
                                                <el-table-column prop="img" label="图片"  width="100">
                                                    <template scope="scope">
                                                        <img :src="'${imgServer}'+scope.row.img" width="50px" height="50px">
                                                    </template>
                                                </el-table-column>
                                                <el-table-column prop="name" label="名称" ></el-table-column>
                                                  <el-table-column prop="price" label="价格"  width="80"></el-table-column>
                                                  <el-table-column prop="disPrice" label="优惠价"  width="80"></el-table-column>
                                                  <el-table-column prop="type" label="类型" width="100"></el-table-column>
                                                  <el-table-column prop="designer.name" label="设计师" width="100"></el-table-column>
                                            </el-table>

  • 相关阅读:
    黄金眼游戏
    四则运算
    关于构建之法的一些问题
    WorkConter
    python 列表构造时的引用问题
    网站前端求职的经历记录
    弱类型语言、强类型语言?
    关于JAVA的Random类的冷知识(转自菜鸟V)
    节后大礼包!XSql 源码开放,插件源码开放,Sofire v1.6 源码开放(已上传)
    【转】ASP.NET 尖括号 百分号 井号 等号 的用法
  • 原文地址:https://www.cnblogs.com/youxiu326/p/10540782.html
Copyright © 2020-2023  润新知