新增
搜索
{{ row.batch_sub ? (row.batch_sub.batch ? (row.batch_sub.batch.aspiration ? row.batch_sub.batch.aspiration.name : '/') : '/') : '/' }} - {{ row.batch_sub ? (row.batch_sub.batch ? row.batch_sub.batch.name : '/') : '/' }} - {{ row.batch_sub ? row.batch_sub.name : '/' }}
删除
保存
取消
查看
编辑
删除
{
select.page_size = e;
select.page = 1;
getList();
}
"
@current-change="
(e) => {
select.page = e;
getList();
}
"
/>