GuoYuFu123 5 years ago
parent
commit
3a08cc3b18
28 changed files with 119 additions and 111 deletions
  1. 1 1
      src/components/business_space/dialogs/addDialog/businessDialog.vue
  2. 2 2
      src/components/business_space/dialogs/changeRea.vue
  3. 8 8
      src/components/business_space/dialogs/list/firm.vue
  4. 9 7
      src/components/business_space/dialogs/list/guaranteeDialog.vue
  5. 9 9
      src/components/business_space/dialogs/list/insurerDialog.vue
  6. 8 8
      src/components/business_space/dialogs/list/maintainerDialog.vue
  7. 8 8
      src/components/business_space/dialogs/list/supplierDialog.vue
  8. 9 7
      src/components/business_space/dialogs/list/supplyDialog.vue
  9. 1 1
      src/components/business_space/table/addEquip.vue
  10. 1 1
      src/components/dialogHanson/addDevice.vue
  11. 1 1
      src/components/dialogs/addDialog/businessDialog.vue
  12. 1 1
      src/components/dialogs/addDialog/dialogAssets.vue
  13. 1 1
      src/components/dialogs/addDialog/dialogDevice.vue
  14. 1 1
      src/components/dialogs/addDialog/dialogSystem.vue
  15. 2 2
      src/components/dialogs/changeRea.vue
  16. 8 8
      src/components/dialogs/list/firm.vue
  17. 9 7
      src/components/dialogs/list/guaranteeDialog.vue
  18. 8 8
      src/components/dialogs/list/insurerDialog.vue
  19. 8 8
      src/components/dialogs/list/maintainerDialog.vue
  20. 8 8
      src/components/dialogs/list/supplierDialog.vue
  21. 9 7
      src/components/dialogs/list/supplyDialog.vue
  22. 1 1
      src/components/ledger/addDialog/dialogAssets.vue
  23. 1 1
      src/components/ledger/addDialog/dialogDevice.vue
  24. 1 1
      src/components/ledger/addDialog/dialogSystem.vue
  25. 1 1
      src/components/ledger/lib/addDevice.vue
  26. 1 1
      src/views/alarm/notice/IndexContentTable.vue
  27. 1 1
      src/views/point/config_point/steps/step3.vue
  28. 1 1
      src/views/system/user/UserList.vue

+ 1 - 1
src/components/business_space/dialogs/addDialog/businessDialog.vue

@@ -129,7 +129,7 @@ export default {
       mess: {},
       headers: null,
       page: {
-        size: 10,
+        size: 50,
         sizes: [10, 30, 50, 100, 150, 200],
         total: 400,
         currentPage: 1

+ 2 - 2
src/components/business_space/dialogs/changeRea.vue

@@ -96,7 +96,7 @@ export default {
         paramShow: false
       },
       page: {
-        size: 10,
+        size: 50,
         sizes: [10, 30, 50, 100, 150, 200],
         total: 0,
         currentPage: 1
@@ -213,7 +213,7 @@ export default {
     },
     changePage() {
       this.page = {
-        size: 10,
+        size: 50,
         sizes: [10, 30, 50, 100, 150, 200],
         total: 0,
         currentPage: 1

+ 8 - 8
src/components/business_space/dialogs/list/firm.vue

@@ -31,13 +31,13 @@
             </el-table-column>
           </el-table>
         </el-radio-group>
-        <div class="right">
+        <div class="right" style="background: #fff;">
+            <p style="height:40px;line-height:40px;text-align:center;color:#9E9E9E; float: left;">
+                找不到想要的型号? 赶快去
+                <i style="color:#46B0FF;cursor: pointer;">厂家库</i>维护吧
+            </p>
             <my-pagination :page="page" @change="changed" style="margin-top:10px;"></my-pagination>
-        </div>
-        <p style="height:40px;line-height:40px;text-align:center;color:#9E9E9E;">
-          找不到想要的型号? 赶快去
-          <i style="color:#46B0FF;cursor: pointer;">厂家库</i>维护吧
-        </p>
+        </div>       
         
       </div>
     </div>
@@ -84,7 +84,7 @@ export default {
         paramShow: false
       },
       page: {
-        size: 10,
+        size: 50,
         sizes: [10, 30, 50, 100, 150, 200],
         total: 0,
         currentPage: 1
@@ -115,7 +115,7 @@ export default {
     },
     changePage() {
       this.page = {
-        size: 10,
+        size: 50,
         sizes: [10, 30, 50, 100, 150, 200],
         total: 0,
         currentPage: 1

+ 9 - 7
src/components/business_space/dialogs/list/guaranteeDialog.vue

@@ -25,11 +25,13 @@
               </el-table-column>
             </el-table>
           </el-radio-group>
-          <my-pagination :page="page" style="margin-top:10px;"></my-pagination>
-          <p style="height:40px;line-height:40px;text-align:center;color:#9E9E9E;">
-            保单信息有错误? 赶快去
-            <i style="color:#46B0FF;cursor: pointer;">厂家库</i>维护吧
-          </p>
+          <div class="right" style="background: #fff;">
+            <p style="height:40px;line-height:40px;text-align:center;color:#9E9E9E; float: left;">
+                找不到想要的型号? 赶快去
+                <i style="color:#46B0FF;cursor: pointer;">厂家库</i>维护吧
+            </p>
+            <my-pagination :page="page" style="margin-top:10px;"></my-pagination>
+        </div> 
           <div class="footer">
             <el-button
               type="primary"
@@ -93,7 +95,7 @@ export default {
       },
       tableData: [],
       page: {
-        size: 10,
+        size: 50,
         sizes: [10, 30, 50, 100, 150, 200],
         total: 400,
         currentPage: 1
@@ -141,7 +143,7 @@ export default {
       this.radio = ""
       let _this = this
       this.page = {
-        size: 10,
+        size: 50,
         sizes: [10, 30, 50, 100, 150, 200],
         total: 0,
         currentPage: 1

+ 9 - 9
src/components/business_space/dialogs/list/insurerDialog.vue

@@ -32,13 +32,13 @@
             <el-table-column header-align='center' prop="email" label="电子邮件"></el-table-column>
           </el-table>
         </el-radio-group>
-        <div class="right">
-<my-pagination :page="page" @change="changePage" style="margin-top:10px;"></my-pagination>
-        </div>
-        <p style="height:40px;line-height:40px;text-align:center;color:#9E9E9E;">
-          找不到想要的型号? 赶快去
-          <i style="color:#46B0FF;cursor: pointer;">厂家库</i>维护吧
-        </p>
+        <div class="right" style="background: #fff;">
+            <p style="height:40px;line-height:40px;text-align:center;color:#9E9E9E; float: left;">
+                找不到想要的型号? 赶快去
+                <i style="color:#46B0FF;cursor: pointer;">厂家库</i>维护吧
+            </p>
+            <my-pagination :page="page" @change="changePage" style="margin-top:10px;"></my-pagination>
+        </div> 
         
       </div>
     </div>
@@ -75,7 +75,7 @@ export default {
       radio: "",
       tableData: [],
       page: {
-        size: 10,
+        size: 50,
         sizes: [10, 30, 50, 100, 150, 200],
         total: 0,
         currentPage: 1
@@ -101,7 +101,7 @@ export default {
     getData() {
       console.log("insurer")
       this.page = {
-        size: 10,
+        size: 50,
         sizes: [10, 30, 50, 100, 150, 200],
         total: 0,
         currentPage: 1

+ 8 - 8
src/components/business_space/dialogs/list/maintainerDialog.vue

@@ -32,13 +32,13 @@
             <el-table-column header-align='center' prop="email" label="电子邮件"></el-table-column>
           </el-table>
         </el-radio-group>
-        <div class="right">
+        <div class="right" style="background: #fff;">
+            <p style="height:40px;line-height:40px;text-align:center;color:#9E9E9E; float: left;">
+                找不到想要的型号? 赶快去
+                <i style="color:#46B0FF;cursor: pointer;">厂家库</i>维护吧
+            </p>
             <my-pagination :page="page" @change="changePage" style="margin-top:10px;"></my-pagination>
-        </div>
-        <p style="height:40px;line-height:40px;text-align:center;color:#9E9E9E;">
-          找不到想要的维修商? 赶快去
-          <i style="color:#46B0FF;cursor: pointer;">厂家库</i>维护吧
-        </p>        
+        </div>        
       </div>
     </div>
     <div slot="footer">
@@ -74,7 +74,7 @@ export default {
       radio: "",
       tableData: [],
       page: {
-        size: 10,
+        size: 50,
         sizes: [10, 30, 50, 100, 150, 200],
         total: 0,
         currentPage: 1
@@ -99,7 +99,7 @@ export default {
     },
     getData() {
       this.page = {
-        size: 10,
+        size: 50,
         sizes: [10, 30, 50, 100, 150, 200],
         total: 0,
         currentPage: 1

+ 8 - 8
src/components/business_space/dialogs/list/supplierDialog.vue

@@ -32,13 +32,13 @@
             <el-table-column header-align='center' prop="email" label="电子邮件"></el-table-column>
           </el-table>
         </el-radio-group>
-        <div class="right">
+        <div class="right" style="background: #fff;">
+            <p style="height:40px;line-height:40px;text-align:center;color:#9E9E9E; float: left;">
+                找不到想要的型号? 赶快去
+                <i style="color:#46B0FF;cursor: pointer;">厂家库</i>维护吧
+            </p>
             <my-pagination :page="page" @change="changePage" style="margin-top:10px;"></my-pagination>
-        </div>
-        <p style="height:40px;line-height:40px;text-align:center;color:#9E9E9E;">
-          找不到想要的型号? 赶快去
-          <i style="color:#46B0FF;cursor: pointer;">厂家库</i>维护吧
-        </p>        
+        </div>        
       </div>
     </div>
     <div slot="footer">
@@ -74,7 +74,7 @@ export default {
       radio: "",
       tableData: [],
       page: {
-        size: 10,
+        size: 50,
         sizes: [10, 30, 50, 100, 150, 200],
         total: 0,
         currentPage: 1
@@ -99,7 +99,7 @@ export default {
     },
     getData() {
       this.page = {
-        size: 10,
+        size: 50,
         sizes: [10, 30, 50, 100, 150, 200],
         total: 0,
         currentPage: 1

+ 9 - 7
src/components/business_space/dialogs/list/supplyDialog.vue

@@ -16,11 +16,13 @@
               </el-table-column>
             </el-table>
           </el-radio-group>
-          <my-pagination @change="pageChange" :page="page" style="margin-top:10px;"></my-pagination>
-          <p style="height:40px;line-height:40px;text-align:center;color:#9E9E9E;">
-            保单信息有错误? 赶快去
-            <i style="color:#46B0FF;cursor: pointer;">厂家库</i>维护吧
-          </p>
+          <div class="right" style="background: #fff;">
+            <p style="height:40px;line-height:40px;text-align:center;color:#9E9E9E; float: left;">
+                找不到想要的型号? 赶快去
+                <i style="color:#46B0FF;cursor: pointer;">厂家库</i>维护吧
+            </p>
+            <my-pagination :page="page" @change="pageChange" style="margin-top:10px;"></my-pagination>
+        </div> 
           <div class="footer">
             <el-button
               type="primary"
@@ -80,7 +82,7 @@ export default {
       },
       tableData: [],
       page: {
-        size: 10,
+        size: 50,
         sizes: [10, 30, 50, 100, 150, 200],
         total: 0,
         currentPage: 1
@@ -116,7 +118,7 @@ export default {
       this.radio = ""
       let _this = this
       this.page = {
-        size: 10,
+        size: 50,
         sizes: [10, 30, 50, 100, 150, 200],
         total: 0,
         currentPage: 1

+ 1 - 1
src/components/business_space/table/addEquip.vue

@@ -136,7 +136,7 @@ export default {
       innerVisible: false,
       iframeSrc: "",
       page: {
-        size: 10,
+        size: 50,
         sizes: [10, 30, 50, 100, 150, 200],
         total: 400,
         currentPage: 1

+ 1 - 1
src/components/dialogHanson/addDevice.vue

@@ -51,7 +51,7 @@ export default {
       mess: {},
       headers: null,
       page: {
-        size: 10,
+        size: 50,
         sizes: [10, 30, 50, 100, 150, 200],
         total: 400,
         currentPage: 1

+ 1 - 1
src/components/dialogs/addDialog/businessDialog.vue

@@ -129,7 +129,7 @@ export default {
       mess: {},
       headers: null,
       page: {
-        size: 10,
+        size: 50,
         sizes: [10, 30, 50, 100, 150, 200],
         total: 400,
         currentPage: 1

+ 1 - 1
src/components/dialogs/addDialog/dialogAssets.vue

@@ -151,7 +151,7 @@ export default {
       mess: {},
       headers: null,
       page: {
-        size: 10,
+        size: 50,
         sizes: [10, 30, 50, 100, 150, 200],
         total: 400,
         currentPage: 1

+ 1 - 1
src/components/dialogs/addDialog/dialogDevice.vue

@@ -171,7 +171,7 @@ export default {
       mess: {},
       headers: null,
       page: {
-        size: 10,
+        size: 50,
         sizes: [10, 30, 50, 100, 150, 200],
         total: 400,
         currentPage: 1

+ 1 - 1
src/components/dialogs/addDialog/dialogSystem.vue

@@ -127,7 +127,7 @@ export default {
       mess: {},
       headers: null,
       page: {
-        size: 10,
+        size: 50,
         sizes: [10, 30, 50, 100, 150, 200],
         total: 400,
         currentPage: 1

+ 2 - 2
src/components/dialogs/changeRea.vue

@@ -96,7 +96,7 @@ export default {
         paramShow: false
       },
       page: {
-        size: 10,
+        size: 50,
         sizes: [10, 30, 50, 100, 150, 200],
         total: 0,
         currentPage: 1
@@ -220,7 +220,7 @@ export default {
     },
     changePage() {
       this.page = {
-        size: 10,
+        size: 50,
         sizes: [10, 30, 50, 100, 150, 200],
         total: 0,
         currentPage: 1

+ 8 - 8
src/components/dialogs/list/firm.vue

@@ -31,13 +31,13 @@
             </el-table-column>
           </el-table>
         </el-radio-group>
-        <div class="right">
+        <div class="right" style="background: #fff;">
+            <p style="height:40px;line-height:40px;text-align:center;color:#9E9E9E; float: left;">
+                找不到想要的型号? 赶快去
+                <i style="color:#46B0FF;cursor: pointer;">厂家库</i>维护吧
+            </p>
             <my-pagination :page="page" @change="changed" style="margin-top:10px;"></my-pagination>
-        </div>        
-        <p style="height:40px;line-height:40px;text-align:center;color:#9E9E9E;">
-          找不到想要的型号? 赶快去
-          <i style="color:#46B0FF;cursor: pointer;">厂家库</i>维护吧
-        </p>
+        </div> 
         
       </div>
     </div>
@@ -84,7 +84,7 @@ export default {
         paramShow: false
       },
       page: {
-        size: 10,
+        size: 50,
         sizes: [10, 30, 50, 100, 150, 200],
         total: 0,
         currentPage: 1
@@ -115,7 +115,7 @@ export default {
     },
     changePage() {
       this.page = {
-        size: 10,
+        size: 50,
         sizes: [10, 30, 50, 100, 150, 200],
         total: 0,
         currentPage: 1

+ 9 - 7
src/components/dialogs/list/guaranteeDialog.vue

@@ -25,11 +25,13 @@
               </el-table-column>
             </el-table>
           </el-radio-group>
-          <my-pagination :page="page" style="margin-top:10px;"></my-pagination>
-          <p style="height:40px;line-height:40px;text-align:center;color:#9E9E9E;">
-            保单信息有错误? 赶快去
-            <i style="color:#46B0FF;cursor: pointer;">厂家库</i>维护吧
-          </p>
+          <div class="right" style="background: #fff;">
+            <p style="height:40px;line-height:40px;text-align:center;color:#9E9E9E; float: left;">
+                找不到想要的型号? 赶快去
+                <i style="color:#46B0FF;cursor: pointer;">厂家库</i>维护吧
+            </p>
+            <my-pagination :page="page" style="margin-top:10px;"></my-pagination>
+        </div> 
           <div class="footer">
             <el-button
               type="primary"
@@ -93,7 +95,7 @@ export default {
       },
       tableData: [],
       page: {
-        size: 10,
+        size: 50,
         sizes: [10, 30, 50, 100, 150, 200],
         total: 400,
         currentPage: 1
@@ -141,7 +143,7 @@ export default {
       this.radio = ""
       let _this = this
       this.page = {
-        size: 10,
+        size: 50,
         sizes: [10, 30, 50, 100, 150, 200],
         total: 0,
         currentPage: 1

+ 8 - 8
src/components/dialogs/list/insurerDialog.vue

@@ -32,13 +32,13 @@
             <el-table-column header-align='center' prop="email" label="电子邮件"></el-table-column>
           </el-table>
         </el-radio-group>
-        <div class="right">
+        <div class="right" style="background: #fff;">
+            <p style="height:40px;line-height:40px;text-align:center;color:#9E9E9E; float: left;">
+                找不到想要的型号? 赶快去
+                <i style="color:#46B0FF;cursor: pointer;">厂家库</i>维护吧
+            </p>
             <my-pagination :page="page" @change="changePage" style="margin-top:10px;"></my-pagination>
-        </div>
-        <p style="height:40px;line-height:40px;text-align:center;color:#9E9E9E;">
-          找不到想要的型号? 赶快去
-          <i style="color:#46B0FF;cursor: pointer;">厂家库</i>维护吧
-        </p>        
+        </div>         
       </div>
     </div>
     <div slot="footer">
@@ -74,7 +74,7 @@ export default {
       radio: "",
       tableData: [],
       page: {
-        size: 10,
+        size: 50,
         sizes: [10, 30, 50, 100, 150, 200],
         total: 0,
         currentPage: 1
@@ -100,7 +100,7 @@ export default {
     getData() {
       console.log("insurer")
       this.page = {
-        size: 10,
+        size: 50,
         sizes: [10, 30, 50, 100, 150, 200],
         total: 0,
         currentPage: 1

+ 8 - 8
src/components/dialogs/list/maintainerDialog.vue

@@ -32,13 +32,13 @@
             <el-table-column header-align='center' prop="email" label="电子邮件"></el-table-column>
           </el-table>
         </el-radio-group>
-        <div class="right">
+        <div class="right" style="background: #fff;">
+            <p style="height:40px;line-height:40px;text-align:center;color:#9E9E9E; float: left;">
+                找不到想要的型号? 赶快去
+                <i style="color:#46B0FF;cursor: pointer;">厂家库</i>维护吧
+            </p>
             <my-pagination :page="page" @change="changePage" style="margin-top:10px;"></my-pagination>
-        </div>
-        <p style="height:40px;line-height:40px;text-align:center;color:#9E9E9E;">
-          找不到想要的维修商? 赶快去
-          <i style="color:#46B0FF;cursor: pointer;">厂家库</i>维护吧
-        </p>        
+        </div>         
       </div>
     </div>
     <div slot="footer">
@@ -74,7 +74,7 @@ export default {
       radio: "",
       tableData: [],
       page: {
-        size: 10,
+        size: 50,
         sizes: [10, 30, 50, 100, 150, 200],
         total: 0,
         currentPage: 1
@@ -99,7 +99,7 @@ export default {
     },
     getData() {
       this.page = {
-        size: 10,
+        size: 50,
         sizes: [10, 30, 50, 100, 150, 200],
         total: 0,
         currentPage: 1

+ 8 - 8
src/components/dialogs/list/supplierDialog.vue

@@ -32,13 +32,13 @@
             <el-table-column header-align='center' prop="email" label="电子邮件"></el-table-column>
           </el-table>
         </el-radio-group>
-        <div class="right">
+        <div class="right" style="background: #fff;">
+            <p style="height:40px;line-height:40px;text-align:center;color:#9E9E9E; float: left;">
+                找不到想要的型号? 赶快去
+                <i style="color:#46B0FF;cursor: pointer;">厂家库</i>维护吧
+            </p>
             <my-pagination :page="page" @change="changePage" style="margin-top:10px;"></my-pagination>
-        </div>
-        <p style="height:40px;line-height:40px;text-align:center;color:#9E9E9E;">
-          找不到想要的型号? 赶快去
-          <i style="color:#46B0FF;cursor: pointer;">厂家库</i>维护吧
-        </p>        
+        </div>        
       </div>
     </div>
     <div slot="footer" class="footer">
@@ -74,7 +74,7 @@ export default {
       radio: "",
       tableData: [],
       page: {
-        size: 10,
+        size: 50,
         sizes: [10, 30, 50, 100, 150, 200],
         total: 0,
         currentPage: 1
@@ -99,7 +99,7 @@ export default {
     },
     getData() {
       this.page = {
-        size: 10,
+        size: 50,
         sizes: [10, 30, 50, 100, 150, 200],
         total: 0,
         currentPage: 1

+ 9 - 7
src/components/dialogs/list/supplyDialog.vue

@@ -16,11 +16,13 @@
               </el-table-column>
             </el-table>
           </el-radio-group>
-          <my-pagination @change="pageChange" :page="page" style="margin-top:10px;"></my-pagination>
-          <p style="height:40px;line-height:40px;text-align:center;color:#9E9E9E;">
-            保单信息有错误? 赶快去
-            <i style="color:#46B0FF;cursor: pointer;">厂家库</i>维护吧
-          </p>
+          <div class="right" style="background: #fff;">
+            <p style="height:40px;line-height:40px;text-align:center;color:#9E9E9E; float: left;">
+                找不到想要的型号? 赶快去
+                <i style="color:#46B0FF;cursor: pointer;">厂家库</i>维护吧
+            </p>
+            <my-pagination :page="page" @change="pageChange" style="margin-top:10px;"></my-pagination>
+        </div> 
           <div class="footer">
             <el-button
               type="primary"
@@ -80,7 +82,7 @@ export default {
       },
       tableData: [],
       page: {
-        size: 10,
+        size: 50,
         sizes: [10, 30, 50, 100, 150, 200],
         total: 0,
         currentPage: 1
@@ -116,7 +118,7 @@ export default {
       this.radio = ""
       let _this = this
       this.page = {
-        size: 10,
+        size: 50,
         sizes: [10, 30, 50, 100, 150, 200],
         total: 0,
         currentPage: 1

+ 1 - 1
src/components/ledger/addDialog/dialogAssets.vue

@@ -158,7 +158,7 @@ export default {
       mess: {},
       headers: null,
       page: {
-        size: 10,
+        size: 50,
         sizes: [10, 30, 50, 100, 150, 200],
         total: 400,
         currentPage: 1

+ 1 - 1
src/components/ledger/addDialog/dialogDevice.vue

@@ -169,7 +169,7 @@ export default {
       mess: {},
       headers: null,
       page: {
-        size: 10,
+        size: 50,
         sizes: [10, 30, 50, 100, 150, 200],
         total: 400,
         currentPage: 1

+ 1 - 1
src/components/ledger/addDialog/dialogSystem.vue

@@ -145,7 +145,7 @@ export default {
       mess: {},
       headers: null,
       page: {
-        size: 10,
+        size: 50,
         sizes: [10, 30, 50, 100, 150, 200],
         total: 400,
         currentPage: 1

+ 1 - 1
src/components/ledger/lib/addDevice.vue

@@ -64,7 +64,7 @@ export default {
       mess: {},
       headers: null,
       page: {
-        size: 10,
+        size: 50,
         sizes: [10, 30, 50, 100, 150, 200],
         total: 400,
         currentPage: 1

+ 1 - 1
src/views/alarm/notice/IndexContentTable.vue

@@ -65,7 +65,7 @@ export default {
             count: 0,
             /***params*** */
             page: 1,
-            size: 10,
+            size: 50,
             // dict
             entityDictObj: {}
         }

+ 1 - 1
src/views/point/config_point/steps/step3.vue

@@ -55,7 +55,7 @@
                 isEditDialogShow: false,
                 editData: {}, //编辑数据
                 pages: {
-                    size: 10,
+                    size: 50,
                     sizes: [10, 30, 50, 100],
                     total: 0,
                     currentPage: 0

+ 1 - 1
src/views/system/user/UserList.vue

@@ -37,7 +37,7 @@ export default {
             },
             pageData: {
                 page: 1,
-                size: 10,
+                size: 50,
                 total: 0,
                 users: []
             }