douzhuo 2 years ago
parent
commit
447411cbe1
8 changed files with 12 additions and 15 deletions
  1. +2
    -0
      src/const/crud/admin/log.js
  2. +2
    -3
      src/views/Equipment/state.vue
  3. +0
    -1
      src/views/ReceivingRecords/index.vue
  4. +1
    -2
      src/views/Statistics/BuildingContrast.vue
  5. +0
    -1
      src/views/Statistics/ConsultantBrand.vue
  6. +3
    -4
      src/views/Statistics/ReceptionOverview.vue
  7. +3
    -3
      src/views/admin/dept/index.vue
  8. +1
    -1
      src/views/admin/user/index.vue

+ 2
- 0
src/const/crud/admin/log.js View File

@@ -15,6 +15,7 @@ export const tableOption = {
addBtn: false, addBtn: false,
editBtn: false, editBtn: false,
viewBtn: true, viewBtn: true,
size: "small",
column: [ column: [
{ {
label: "操作人", label: "操作人",
@@ -28,6 +29,7 @@ export const tableOption = {
}, },
{ {
label: "终端", label: "终端",
width: 180,
prop: "title" prop: "title"
}, },
{ {


+ 2
- 3
src/views/Equipment/state.vue View File

@@ -352,8 +352,7 @@
stripe stripe
@selection-change="handleSelectionChange" @selection-change="handleSelectionChange"
style="width: 100%" style="width: 100%"
height="390"
:header-cell-style="{background:'#F5F7FA',color:'#333333'}"
:header-cell-style="{background:'#F5F7FA',color:'#333333'}"
> >
<el-table-column type="selection" width="55"> </el-table-column> <el-table-column type="selection" width="55"> </el-table-column>
<el-table-column type="index" label="序号" align="center"> <el-table-column type="index" label="序号" align="center">
@@ -834,7 +833,7 @@ export default {
}, },
receiveVisible: false, receiveVisible: false,
currentPage: 1, currentPage: 1,
size: 30,
size: 10,
total: 10, total: 10,
value: "", value: "",
input: "", input: "",


+ 0
- 1
src/views/ReceivingRecords/index.vue View File

@@ -29,7 +29,6 @@
<div class="app-titel"> <div class="app-titel">
<div <div
class="label" class="label"
style="color: #32363d; font-weight: 400; font-size: 16px"
> >
筛选时间: 筛选时间:
</div> </div>


+ 1
- 2
src/views/Statistics/BuildingContrast.vue View File

@@ -737,8 +737,7 @@ export default {
width: 100%; width: 100%;
padding: 15px; padding: 15px;
background: #ffffff; background: #ffffff;
// margin-top: 15px;
margin-top: 80px;
margin-top: 75px;
} }


.tophove { .tophove {


+ 0
- 1
src/views/Statistics/ConsultantBrand.vue View File

@@ -1250,7 +1250,6 @@ export default {


.app-box-san { .app-box-san {
width: 100%; width: 100%;
min-height: 400px;
display: flex; display: flex;
margin-top: 15px; margin-top: 15px;
.zuo { .zuo {


+ 3
- 4
src/views/Statistics/ReceptionOverview.vue View File

@@ -88,7 +88,7 @@
<!-- 二 --> <!-- 二 -->
<div <div
class="app-box-er" class="app-box-er"
:style="{ 'margin-top': role != 3 ? '110px' : '70px' }"
:style="{ 'margin-top': role != 3 ? '110px' : '65px' }"
> >
<div class="container tabcard"> <div class="container tabcard">
<el-card shadow="hover" :class="{ tophovese: cardindex == 4 }"> <el-card shadow="hover" :class="{ tophovese: cardindex == 4 }">
@@ -1817,9 +1817,8 @@ export default {


.box-center { .box-center {
width: 100%; width: 100%;
padding: 15px;
padding: 15px 15px 50px;
min-width: 1000px; min-width: 1000px;
padding-bottom: 100px;
} }


.noflex { .noflex {
@@ -2095,7 +2094,7 @@ export default {
background: #ffffff; background: #ffffff;
box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.04); box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.04);
border-radius: 4px; border-radius: 4px;
margin-top: 100px;
margin-top: 65px;
padding: 15px; padding: 15px;
} }




+ 3
- 3
src/views/admin/dept/index.vue View File

@@ -47,8 +47,8 @@
@size-change="handleSizeChange" @size-change="handleSizeChange"
@current-change="handleCurrentChange" @current-change="handleCurrentChange"
:current-page="currentPage4" :current-page="currentPage4"
:page-sizes="[6, 12, 18, 24]"
:page-size="30"
:page-sizes="[10, 20, 30, 50,100]"
:page-size="size"
layout="total, sizes, prev, pager, next, jumper" layout="total, sizes, prev, pager, next, jumper"
:total="total" :total="total"
> >
@@ -137,7 +137,7 @@ export default {
houseId: "", houseId: "",
houseList: [], houseList: [],
Page: 1, Page: 1,
size: 6,
size: 10,
words: "", words: "",
total: 0, total: 0,
ruleser: { ruleser: {


+ 1
- 1
src/views/admin/user/index.vue View File

@@ -1086,7 +1086,7 @@ export default {
page1: { page1: {
total: 0, // 总页数 total: 0, // 总页数
current: 1, // 当前页数 current: 1, // 当前页数
size: 30, // 每页显示多少条,
size: 10, // 每页显示多少条,
isAsc: false, // 是否倒序 isAsc: false, // 是否倒序
}, },
list: [], list: [],


Loading…
Cancel
Save