ElementUI

样式重置
单vue文件中重置 全局重置
多写一个style不加scrop,可能会影响全局样式 待补充
table
单价 数量 小计
325 2

在ElementUI中,我需要获取row内的数据并进行计算,需要用到v-slot

<el-table-column label="小计">
    <template v-slot="scope">{{scope.row.price*scope.row.count}}</template>
</el-table-column>

相关文章

el-menu 有个属性 :default-active="curActive"...
基础用法1<el-inputv-model="input1"palcehode...
 1.安装element-uinpminstallelement-ui-S 2.在main.js中i...
layout布局通过基础的24分栏,可进行快速布局基础布局使用单...
 今天做一个选择年份的功能,直接调用了ElementUI里面的Dat...
  that.end 即为结束日期