Tang il y a 3 ans
Parent
commit
aeffb359d2

+ 1 - 1
src/views/education/studentManageMent/studentXQ/BankQuestionPassRecord.vue

@@ -87,7 +87,7 @@
               {{ $methodsTools.onlyForma(scope.row[item.prop2]) }}
             </span>
             <span v-else-if="item.scope === 'computes'">
-              {{ (scope.row[item.prop1] / scope.row[item.prop2]) * 100 }}%
+              {{ ((scope.row[item.prop1] / scope.row[item.prop2]) * 100).toFixed(2) }}%
             </span>
             <span v-else>
               {{ scope.row[item.prop] }}{{ item.ch ? item.ch : "" }}

+ 3 - 3
src/views/resource/handoutManagement/handoutList/index.vue

@@ -57,7 +57,7 @@ export default {
       //搜索
       formList: [
          {
-          prop: "educationTypeId",
+          prop: "educationId",
           placeholder: "教育类型",
           scope: "educationType",
         },
@@ -65,13 +65,13 @@ export default {
           prop: "businessId",
           placeholder: "业务层次",
           scope: "businessLevel",
-          edu: "educationTypeId",
+          edu: "educationId",
         },
         {
           prop: "subjectId",
           placeholder: "科目",
           scope: "sujectType",
-          edu: "educationTypeId",
+          edu: "educationId",
         },
         {
           prop: "status",