wangguangping 3 vuotta sitten
vanhempi
commit
b6f3b7c9ce

+ 3 - 3
src/pages/main/advertising/acceptanceSituation.vue

@@ -65,14 +65,14 @@
                         </template>
                     </el-table-column>
                 </el-table>
-                <el-pagination
+                <!-- <el-pagination
                     class="pageBox"
                     @current-change="currchange"
                     layout="prev, pager, next"
                     background
                     :total="total"
                 >
-                </el-pagination>
+                </el-pagination> -->
             </div>
         </div>
         <el-dialog
@@ -348,7 +348,7 @@ export default {
             }).then(res => {
                 this.tableData = res.data.body.pageList;
                 this.companyFlag = res.data.body.companyFlag
-                this.total = res.data.totalRecord;
+                // this.total = res.data.totalRecord;
                 this.loading = false;
                 // this.tableData.forEach(item => {
                 //     if(item.sts == 3){

+ 2 - 2
src/pages/main/advertising/contractCap.vue

@@ -97,14 +97,14 @@
                         </template>
                     </el-table-column>
                 </el-table>
-                <el-pagination
+                <!-- <el-pagination
                     class="pageBox"
                     @current-change="currchange"
                     layout="prev, pager, next"
                     background
                     :total="total"
                 >
-                </el-pagination>
+                </el-pagination> -->
             </div>
         </div>
 

+ 2 - 1
src/pages/main/advertising/materialApplicationadd.vue

@@ -9,7 +9,7 @@
                 label-width="80px"
             >
                 <h2 style="display: block;margin-bottom: 20px;">申请信息</h2>
-                <div style="height: calc(100% - 160px);overflow-y: scroll;">
+                <div style="height: calc(100% - 160px);overflow:auto;">
                     <el-row :gutter="10">
                         <el-col :span="8" style="width: 450px">
                             <el-form-item
@@ -65,6 +65,7 @@
                                 <el-table
                                     :data="infomaterType"
                                     style="width: 100%;"
+                                    height="240px"
                                     border
                                     size="mini"
                                     @selection-change="tableSelectionChange"

+ 2 - 2
src/pages/main/advertising/subtaskList.vue

@@ -44,14 +44,14 @@
                         </template>
                     </el-table-column>
                 </el-table>
-                <el-pagination
+                <!-- <el-pagination
                     class="pageBox"
                     @current-change="currchange"
                     layout="prev, pager, next"
                     background
                     :total="total"
                 >
-                </el-pagination>
+                </el-pagination> -->
             </div>
         </div>