selectPlatform(item, index)"
>
{{ item.text }}
查询
导出
绑定账号
sort_change(e, 'disseminate')"
>
{{
item.type == 'number'
? formatter(scope.row[item.key])
: scope.row[item.key]
}}
changePageDisseminate(e)"
background
layout="prev, pager, next"
:page-count="
Math.ceil(disseminateData.total / condition.disseminate.size) || 1
"
/>
sort_change(e, 'manuscript')"
>
{{
item.type == 'number'
? formatter(scope.row[item.key])
: scope.row[item.key]
}}
changePageManuscript(e)"
background
layout="prev, pager, next"
:page-count="
Math.ceil(manuscriptData.total / condition.manuscript.size) || 1
"
/>