guhongwei 4 년 전
부모
커밋
f50d5546e0
2개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 1 1
      src/views/questionnaire/index.vue
  2. 3 3
      src/views/techolchat/index.vue

+ 1 - 1
src/views/questionnaire/index.vue

@@ -39,7 +39,7 @@ export default {
     return {
       list: [],
       total: 0,
-      pageSize: 1,
+      pageSize: 5,
     };
   },
   created() {

+ 3 - 3
src/views/techolchat/index.vue

@@ -29,7 +29,7 @@
     <el-dialog title="建言献策" :visible.sync="jyxcdialog" width="30%" :before-close="handleClose">
       <jyxc @handleClose="handleClose"></jyxc>
     </el-dialog>
-    <el-dialog title="网上调查" :visible.sync="wsdcdialog" width="30%" :before-close="handleClose">
+    <el-dialog title="问卷调查" :visible.sync="wsdcdialog" width="30%" :before-close="handleClose">
       <wsdc @handleClose="handleClose"></wsdc>
     </el-dialog>
     <el-dialog title="举报邮箱" :visible.sync="jbyxdialog" width="30%" :before-close="handleClose">
@@ -90,7 +90,7 @@ export default {
         },
         {
           url: require('@p/techolchat/wsdc.png'),
-          title: '网上调查',
+          title: '问卷调查',
         },
         {
           url: require('@p/techolchat/lbyx.png'),
@@ -149,7 +149,7 @@ export default {
         this.jyxcdialog = true;
       } else if (data.title == '成果评价') {
         this.zxzxdialog = true;
-      } else if (data.title == '网上调查') {
+      } else if (data.title == '问卷调查') {
         // this.wsdcdialog = true;
         // TODO跳转至问卷列表页
         if (this.user && this.user.id) this.$router.push('/questionnaire/index');