|
|
@@ -1,14 +1,14 @@
|
|
|
<template>
|
|
|
<div>
|
|
|
<div v-if="IsCompanyUser == 0 || (IsCompanyUser == 1 && suplen > 0)">
|
|
|
- <el-breadcrumb class="heading">
|
|
|
+ <el-breadcrumb class="heading" style="padding-bottom: 10px">
|
|
|
<el-breadcrumb-item :to="{ path: '/' }">平台首页</el-breadcrumb-item>
|
|
|
- <el-breadcrumb-item :to="{ path: '/oilsupplier/annualaudit' }">年审申请表</el-breadcrumb-item>
|
|
|
+ <el-breadcrumb-item :to="{ path: '/oilsupplier/annualaudit' }">年审申请列表</el-breadcrumb-item>
|
|
|
</el-breadcrumb>
|
|
|
<el-card class="box-card" style="height: calc(100vh - 115px);">
|
|
|
<div slot="header">
|
|
|
<span>
|
|
|
- <i class="icon icon-table2"></i> 年审申请表
|
|
|
+ <i class="icon icon-table2"></i> 基建类
|
|
|
</span>
|
|
|
<span style="float: right;">
|
|
|
<el-button v-if="IsCompanyUser == 0" type="primary" size="mini" style="margin-left:10px; margin-top: -4px;"
|
|
|
@@ -111,7 +111,7 @@
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
</el-table>
|
|
|
- <el-pagination @size-change="handleSizeChange" @current-change="handleCurrentChange" :current-page="currentPage"
|
|
|
+ <el-pagination style="float: right; margin-top: 10px; margin-bottom: 5px" @size-change="handleSizeChange" @current-change="handleCurrentChange" :current-page="currentPage"
|
|
|
:page-sizes="[10, 50, 100, 200, 500]" :page-size="size" layout="total, sizes, prev, pager, next, jumper"
|
|
|
:total="currentItemCount">
|
|
|
</el-pagination>
|