调整央视
This commit is contained in:
parent
53ad1ae23f
commit
0da68d63f3
Binary file not shown.
Before Width: | Height: | Size: 4.2 MiB After Width: | Height: | Size: 813 KiB |
Binary file not shown.
Before Width: | Height: | Size: 831 KiB After Width: | Height: | Size: 182 KiB |
|
@ -74,6 +74,11 @@ body .el-table colgroup.gutter{
|
|||
.el-table--medium td, .el-table--medium th {
|
||||
padding: 2px 0;
|
||||
}
|
||||
.el-table{
|
||||
|
||||
width:99.9%!important;
|
||||
|
||||
}
|
||||
.el-form-item {
|
||||
margin-bottom: 16px;
|
||||
}
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
<template>
|
||||
<div class="app-container">
|
||||
<el-card>
|
||||
<el-row :gutter="6">
|
||||
<el-col :xs="24" :md="16">
|
||||
<el-input
|
||||
|
@ -82,6 +83,7 @@
|
|||
<el-button slot="reference">导入CNAS能力</el-button>
|
||||
</el-popover>
|
||||
</div>
|
||||
</el-card>
|
||||
<el-card style="margin-top: 6px">
|
||||
<div slot="header" class="clearfix">
|
||||
<span>资质认定CMA</span>
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
<template>
|
||||
<div class="app-container">
|
||||
<el-card>
|
||||
<el-row :gutter="6">
|
||||
<el-col :xs="24" :md="4">
|
||||
<el-select
|
||||
|
@ -78,11 +79,12 @@
|
|||
<el-button @click="delAll()" v-if="checkPermission(['cma_deletes'])">批量删除</el-button>
|
||||
|
||||
</div>
|
||||
|
||||
</el-card>
|
||||
<el-card style="margin-top: 10px">
|
||||
<el-table
|
||||
v-loading="listLoading"
|
||||
:data="cmaList.results"
|
||||
style="width: 100%; margin-top: 10px"
|
||||
style="width: 100%;"
|
||||
border
|
||||
fit
|
||||
stripe
|
||||
|
@ -189,7 +191,7 @@
|
|||
:limit.sync="listQuery.page_size"
|
||||
@pagination="getList"
|
||||
/>
|
||||
|
||||
</el-card>
|
||||
<el-dialog
|
||||
:visible.sync="dialogVisible"
|
||||
:title="dialogType === 'edit' ? '编辑' : '新增'"
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
<template>
|
||||
<div class="app-container">
|
||||
<el-card>
|
||||
<el-row :gutter="6">
|
||||
<el-col :xs="24" :md="4">
|
||||
<el-select
|
||||
|
@ -76,7 +77,8 @@
|
|||
</el-popover>
|
||||
<el-button @click="delAll()" v-if="checkPermission(['inspection_deletes'])">批量删除</el-button>
|
||||
</div>
|
||||
|
||||
</el-card>
|
||||
<el-card style="margin-top: 10px">
|
||||
<el-table
|
||||
v-loading="listLoading"
|
||||
:data="istList.results"
|
||||
|
@ -169,7 +171,7 @@
|
|||
:limit.sync="listQuery.page_size"
|
||||
@pagination="getList"
|
||||
/>
|
||||
|
||||
</el-card>
|
||||
|
||||
</div>
|
||||
</template>
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
<template>
|
||||
<div class="app-container">
|
||||
<el-card>
|
||||
<el-row :gutter="6">
|
||||
<el-col :xs="24" :md="4">
|
||||
<el-select v-model="listQuery.qualification__ssbm__name" placeholder="所属单位" @change="handleFilter2" clearable style="width: 100%;">
|
||||
|
@ -69,6 +70,8 @@
|
|||
</el-popover>
|
||||
<el-button @click="delAll()" v-if="checkPermission(['qualification_deletes'])">批量删除</el-button>
|
||||
</div>
|
||||
</el-card>
|
||||
<el-card style="margin-top:10px">
|
||||
<el-table
|
||||
v-loading="listLoading"
|
||||
:data="tableData"
|
||||
|
@ -122,7 +125,7 @@
|
|||
</el-table-column>
|
||||
|
||||
</el-table>
|
||||
|
||||
</el-card>
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -307,7 +307,7 @@ export default {
|
|||
}
|
||||
.logo {
|
||||
width: 350px;
|
||||
height: 93px;
|
||||
height: 140px;
|
||||
}
|
||||
|
||||
.login-form {
|
||||
|
|
Loading…
Reference in New Issue