{{
isShowPagination
? (table.currentPage - 1) * table.pageSize + scope.$index + 1
: scope.$index + 1
}}
$emit('handleEvent', event, model, scope.$index)
"
v-bind="$attrs"
ref="editCell"
>
{{
scope.row[item.prop]
| constantEscape(
table.listTypeInfo[item.filters.list],
item.filters.key || "dictValue",
item.filters.label || "dictLabel"
)
}}
{{
item.prop.includes(".")
? scope.row[item.prop.split(".")[0]][
item.prop.split(".")[1]
]
: scope.row[item.prop]
}}
{{ scope.row[item.prop] }}
{{
item.text
}}
$emit('add')"
>添加