@@ -1,10 +1,10 @@
|
||||
<template>
|
||||
<div class="wrapper">
|
||||
<el-row>
|
||||
<el-col :span="8">
|
||||
<el-col :span="10">
|
||||
<h3>{{$t('trials:audit:tab:clinicalDataconfirm')}}</h3>
|
||||
</el-col>
|
||||
<el-col :span="16" style="text-align:right;">
|
||||
<el-col :span="14" style="text-align:right;">
|
||||
<h3>
|
||||
<Pagination class="page" :total="total" :page.sync="listQuery.pageIndex" :limit.sync="listQuery.pageSize" layout="total, sizes, prev, pager, next" :background="false" style="display: inline-block;" @pagination="getList" />
|
||||
<!-- 重置 -->
|
||||
|
||||
Reference in New Issue
Block a user