2 Commits 5ac38c2eb4 ... 1e939e4c83

Author SHA1 Message Date
  wuhongyu 1e939e4c83 Merge branch 'master' of http://git.cc-lotus.info/service-platform/web-test 4 years ago
  wuhongyu e754cec306 更新 4 years ago

+ 3 - 3
src/views/adminCenter/statisInfo/parts/achievements.vue

@@ -22,7 +22,7 @@
                 >
               </el-col>
             </el-col>
-            <el-table :data="list" style="width: 100%">
+            <el-table :data="list" style="width: 100%" border>
               <el-table-column type="index" label="序号" width="50" align="center"> </el-table-column>
               <el-table-column prop="name" label="商品名称 " align="center"> </el-table-column>
               <el-table-column prop="company" label="所属单位 " align="center"> </el-table-column>
@@ -105,7 +105,7 @@ export default {
           this.$set(this, `list`, res.data);
           this.$set(this, `total`, res.total);
         } else {
-          let res = await this.productQuery({ skip, totaltype: 1, field: this.field, limit, ...info });
+          let res = await this.productQuery({ skip, totaltype: 1, radio1: this.radio1, limit, ...info });
           console.log(res.data);
           this.$set(this, `list`, res.data);
           this.$set(this, `total`, res.total);
@@ -144,7 +144,7 @@ export default {
   text-align: right;
 }
 .search {
-  padding: 0 0 20px 0;
+  padding: 0 0 18px 0;
 }
 .anniu {
   padding: 0 10px 0 0;

+ 3 - 3
src/views/adminCenter/statisInfo/parts/technology.vue

@@ -21,7 +21,7 @@
                 </el-radio-group>
               </el-col>
             </el-col>
-            <el-table :data="list" style="width: 100%">
+            <el-table :data="list" style="width: 100%" border>
               <el-table-column type="index" label="序号" width="50" align="center"> </el-table-column>
               <el-table-column prop="name" label="商品名称 " align="center"> </el-table-column>
               <el-table-column prop="field" label="所属技术领域" align="center">
@@ -103,7 +103,7 @@ export default {
           this.$set(this, `list`, res.data);
           this.$set(this, `total`, res.total);
         } else {
-          let res = await this.productQuery({ skip, totaltype: 0, field: this.field, limit, ...info });
+          let res = await this.productQuery({ skip, totaltype: 0, radio1: this.radio1, limit, ...info });
           console.log(res.data);
           this.$set(this, `list`, res.data);
           this.$set(this, `total`, res.total);
@@ -142,7 +142,7 @@ export default {
   text-align: right;
 }
 .search {
-  padding: 0 0 20px 0;
+  padding: 0 0 18px 0;
 }
 .anniu {
   padding: 0 10px 0 0;