Bläddra i källkod

fiex:修改BUG

Tang 3 år sedan
förälder
incheckning
3eb8924a1f

+ 7 - 0
src/components/tableList.vue

@@ -230,6 +230,13 @@
                 : scope.row[item.prop].split(",").map(Number).length
             }}
           </span>
+          <span
+            v-else-if="item.scope === 'AjumpPeolpe'"
+            class="editInfoSty"
+            @click="jumpPeolpe(scope.row, item.type)"
+          >
+            {{ `${scope.row[item.prop]}` }}
+          </span>
           <span
             v-else-if="item.scope === 'jumpPeolpe'"
             class="editInfoSty"

+ 9 - 3
src/views/education/classManageMent/learningHoursRecordList/index.vue

@@ -202,7 +202,7 @@ export default {
         },
         {
           prop: "searchKey",
-          placeholder: "请输入姓名/身份证",
+          placeholder: "请输入商品编码/商品名称",
         },
       ],
       formData: {
@@ -218,6 +218,7 @@ export default {
           label: "学员编码",
           prop: "studentCode",
           hidden: true,
+          width: "180px",
         },
         {
           label: "学员姓名",
@@ -228,11 +229,13 @@ export default {
           label: "学员身份证",
           prop: "idCard",
           hidden: true,
+          width: "180px",
         },
         {
           label: "手机号码",
           prop: "telPhone",
           hidden: true,
+          width: "160px",
         },
         {
           label: "一寸头像照",
@@ -252,6 +255,7 @@ export default {
           label: "商品名称",
           prop: "goodsName",
           hidden: true,
+          width: "300px",
         },
         {
           label: "学时",
@@ -263,7 +267,7 @@ export default {
           prop1: "studyStartTime",
           prop2: "studyEndTime",
           scope: "TimeLists",
-          width: "220px",
+          width: "240px",
           Diszing: false,
           hidden: true,
         },
@@ -271,13 +275,14 @@ export default {
           label: "所在班级",
           prop: "className",
           hidden: true,
+          width: "300px",
         },
         {
           label: "班级有效期",
           prop1: "classStartTime",
           prop2: "classEndTime",
           scope: "TimeLists",
-          width: "220px",
+          width: "240px",
           Diszing: false,
           hidden: true,
         },
@@ -310,6 +315,7 @@ export default {
           prop: "learnStatus",
           hidden: true,
           scope: "isOptions",
+          width: "180px",
           options: [
             {
               label: "否",

+ 16 - 16
src/views/education/classManageMent/listOfhoursToBeReviewed/index.vue

@@ -121,7 +121,7 @@ export default {
           label: "学员编码",
           prop: "studentCode",
           hidden: true,
-          width: "130px",
+          width: "180px",
         },
         {
           label: "学员姓名",
@@ -132,7 +132,7 @@ export default {
           label: "学员身份证",
           prop: "idCard",
           hidden: true,
-          width: "160px",
+          width: "180px",
         },
         {
           label: "绑定手机号码",
@@ -144,13 +144,13 @@ export default {
           label: "所购商品",
           prop: "goodsName",
           hidden: true,
-          width: "120px",
+          width: "200px",
         },
         {
           label: "所在班级",
           prop: "className",
           hidden: true,
-          width: "160px",
+          width: "200px",
         },
         {
           label: "班级有效期",
@@ -158,7 +158,7 @@ export default {
           prop2: "classEndTime",
           hidden: true,
           scope: "TimeLists",
-          width: "260px",
+          width: "310px",
         },
         {
           label: "学时",
@@ -171,7 +171,7 @@ export default {
           prop2: "secAllNum",
           hidden: true,
           scope: "computer",
-          width: "140px",
+          width: "160px",
         },
         {
           label: "做题进度(章卷)",
@@ -179,21 +179,21 @@ export default {
           prop2: "examNum",
           hidden: true,
           scope: "computer",
-          width: "130px",
+          width: "160px",
         },
         {
           label: "学习开始时间",
           prop: "startTime",
           hidden: true,
           scope: "aTimeList",
-          width: "120px",
+          width: "180px",
         },
         {
           label: "学习结束时间",
           prop: "endTime",
           hidden: true,
           scope: "aTimeList",
-          width: "120px",
+          width: "180px",
         },
         {
           label: "学习有效期",
@@ -201,14 +201,14 @@ export default {
           prop2: "studyEndTime",
           hidden: true,
           scope: "TimeLists",
-          width: "220px",
+          width: "310px",
         },
         {
           label: "填写资料审核状态",
           prop: "profileStatus",
           hidden: true,
           scope: "isOptions",
-          width: "130px",
+          width: "140px",
           options: [
             {
               label: "审核通过",
@@ -237,7 +237,7 @@ export default {
           prop1: "rebuildNum",
           hidden: true,
           scope: "againStudent",
-          width: "150px",
+          width: "160px",
         },
       ],
       tableData: [], //表单数据
@@ -279,11 +279,11 @@ export default {
         this.formData.pageNum = 1;
       }
       var data = JSON.parse(JSON.stringify(this.formData));
-      if (this.formData.validityStartTime) {
-        data.validityStartTime = data.validityStartTime / 1000;
+      if (this.formData.classStartTime) {
+        data.classStartTime = data.classStartTime / 1000;
       }
-      if (this.formData.validityEndTime) {
-        data.validityEndTime = data.validityEndTime / 1000;
+      if (this.formData.classEndTime) {
+        data.classEndTime = data.classEndTime / 1000;
       }
       this.$api
         .inquireGradegradelistUserPeriod(data)

+ 1 - 3
src/views/education/dataReview/informationTemplate/index.vue

@@ -49,8 +49,7 @@
           :rules="rules"
           ref="listData"
         >
-          <template v-for="(items, indexs) in listitem">
-            <el-form-item :key="indexs" :label="items.label" :prop="items.prop">
+            <el-form-item v-for="(items, indexs) in listitem" :key="indexs" :label="items.label" :prop="items.prop">
               <el-radio-group
                 v-if="items.scope === 'status'"
                 v-model="listData[items.prop]"
@@ -161,7 +160,6 @@
                 <div v-if="items.ch">{{ items.ch }}</div>
               </div>
             </el-form-item>
-          </template>
         </el-form>
         <p class="p_infos">
           模板字段组合<el-button

+ 2 - 2
src/views/education/examManagement/qianpeiArrange/index.vue

@@ -393,8 +393,8 @@ export default {
           label: "符合条件的学员(人次)",
           prop: "people",
           hidden: true,
-          width: "140px",
-          scope:"jumpPeolpe",
+          width: "180px",
+          scope:"AjumpPeolpe",
           type:2,
         },
       ],