{{$t('delete')}} 解释:Element-UI中scope.row表示以下数据类型的一个数据体[{},{},{},{}…],scope.row相当于一个{},{}里边都是数据;按理说,列表里的数据是要供给表单展示,列表中的每个{_vue 隐藏元素 保留高度">
赞
踩
如果表中列result等于处理中,则显示delete元素。
<u-button type="text" calss="operation-text" v-if="scope.row.result"==='处理中'>{{$t('delete')}} </un-button>
解释:
Element-UI中scope.row表示以下数据类型的一个数据体[{},{},{},{}…],
scope.row相当于一个{},{}里边都是数据;按理说,列表里的数据是要供给表单展示,列表中的每个{}都是结构一样的,或者理解为包含的数据项相同。
例如({“tomasfeng”:“我是Tomas”,“id”:“1”},{“tomasfeng”:“我是FH”},“id”:“2”),包含相同的tomasfeng和id的key
所以:scope.row.tomasfeng表示就是这个{}中的tomasfeng属性值。scope.row.可以当成当前行。
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。