|
|
@ -45,18 +45,18 @@ |
|
|
:show-overflow-tooltip="true" /> |
|
|
:show-overflow-tooltip="true" /> |
|
|
</el-table> |
|
|
</el-table> |
|
|
</div> |
|
|
</div> |
|
|
<div class="pal"> |
|
|
|
|
|
|
|
|
<!-- <div class="pal"> |
|
|
<pagination v-show="totalQmxx > 0" :total="totalQmxx" :page.sync="queryParamsQmxx.pageNum" |
|
|
<pagination v-show="totalQmxx > 0" :total="totalQmxx" :page.sync="queryParamsQmxx.pageNum" |
|
|
:limit.sync="queryParamsQmxx.pageSize" @pagination="getQmxxList" /> |
|
|
:limit.sync="queryParamsQmxx.pageSize" @pagination="getQmxxList" /> |
|
|
</div> |
|
|
|
|
|
|
|
|
</div> --> |
|
|
<div class="content-title"> |
|
|
<div class="content-title"> |
|
|
<div class="line"></div> |
|
|
<div class="line"></div> |
|
|
<div class="subtitle"> {{ $t('page.business.study.studyFormApply.jcgj') }}</div> |
|
|
<div class="subtitle"> {{ $t('page.business.study.studyFormApply.jcgj') }}</div> |
|
|
</div> |
|
|
</div> |
|
|
<JcgjList ref="jcgjList" @handleQuery="getJjcgjList" :showXg="true" /> |
|
|
<JcgjList ref="jcgjList" @handleQuery="getJjcgjList" :showXg="true" /> |
|
|
|
|
|
|
|
|
<pagination v-show="jcgjTotal > 0" small layout="prev, pager, next" :total="jcgjTotal" |
|
|
|
|
|
@pagination="getJjcgjList" /> |
|
|
|
|
|
|
|
|
<!-- <pagination v-show="jcgjTotal > 0" small layout="prev, pager, next" :total="jcgjTotal" |
|
|
|
|
|
@pagination="getJjcgjList" /> --> |
|
|
</div> |
|
|
</div> |
|
|
|
|
|
|
|
|
</div> |
|
|
</div> |
|
|
@ -141,7 +141,7 @@ export default { |
|
|
queryParamsQmxx: { |
|
|
queryParamsQmxx: { |
|
|
formId: null, |
|
|
formId: null, |
|
|
pageNum: 1, |
|
|
pageNum: 1, |
|
|
pageSize: 10 |
|
|
|
|
|
|
|
|
pageSize: 9999 |
|
|
}, |
|
|
}, |
|
|
open: false, |
|
|
open: false, |
|
|
showIndex: 1, |
|
|
showIndex: 1, |
|
|
@ -164,7 +164,7 @@ export default { |
|
|
queryParamsJcgj: { |
|
|
queryParamsJcgj: { |
|
|
pageNum: 1, |
|
|
pageNum: 1, |
|
|
formId: null, |
|
|
formId: null, |
|
|
pageSize: 10, |
|
|
|
|
|
|
|
|
pageSize: 9999, |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
|