huangtao %!s(int64=4) %!d(string=hai) anos
pai
achega
fd5b9d3a9c

+ 1 - 1
src/filters/index.js

@@ -71,7 +71,7 @@ export function formatMoneyWithSymbol(money) {
 /**
  * 格式化数字,千位分隔符
  * s:数字
- * n:格式小位数【默认2位小数】
+ * n:格式小位数【默认0位小数】
  */
  export function formatNumberToDollar(s, n) {
   if (!s) {

+ 1 - 0
src/views/answerManagement/answerManagementSpecial.vue

@@ -527,6 +527,7 @@ export default {
       let params = {
         name: this.specialName,
         questionList: this.current_tableData,
+        engineerTypeId: [this.engineeringWork],
       };
       this.$_http
         .post(

+ 3 - 3
src/views/examQuestionManagement/examQuestionList.vue

@@ -141,11 +141,11 @@
         </div>
       </div>
     </a-spin>
-    <div class="company-info">
+    <!-- <div class="company-info">
       <span>
         copyright © 浮游科技有限公司出品
       </span>
-    </div>
+    </div> -->
   </div>
 </template>
 
@@ -207,7 +207,7 @@ export default {
     initTableHeightFun() {
       this.tableHeight =
         this.$refs.tableBody.offsetHeight -
-        (this.$refs.filterCard.offsetHeight + 48 * 4 - 5);
+        (this.$refs.filterCard.offsetHeight + 48 * 4 + 8);
     },
     //初始化数据
     initDataFun() {