lex-xin 9 月之前
父節點
當前提交
bd25daddad

+ 5 - 2
src/views/auditList/memberModel.vue

@@ -1,10 +1,13 @@
 <template>
   <div>
     <descriptions :column="2" style="margin-bottom: 20px">
-      <descriptions-item label="云练习单位">{{
+      <descriptions-item label="学练宝版本">{{
+        detail.name || '--'
+      }}</descriptions-item>
+      <descriptions-item label="周期">{{
         detail.period | memberEnumType
       }}</descriptions-item>
-      <descriptions-item label="周期数">{{
+      <descriptions-item label="数">{{
         detail.memberNum
       }}</descriptions-item>
       <descriptions-item label="缴费金额(元)">{{

+ 1 - 2
src/views/resetTeaming/modals/payMember.vue

@@ -115,7 +115,6 @@
         prop="autoActivationFlag"
         key="autoActivationFlag"
         width="170px"
-        v-if="showAutoActivationFlag"
       >
         <template slot-scope="scope">
           <el-form-item
@@ -130,7 +129,7 @@
               style="width: 90% !important"
               v-model="form.memberList[scope.$index].autoActivationFlag"
               placeholder="请选择是否自动激活"
-              :disabled="!(form.memberList[scope.$index].memberRankSettingId && form.memberList[scope.$index].memberRankSettingId.length > 0)"
+              :disabled="!(form.memberList[scope.$index].memberRankSettingId && form.memberList[scope.$index].memberRankSettingId.length > 0) || !(form.memberList[scope.$index].memberRankSettingId && showAutoActivationFlag[form.memberList[scope.$index].memberRankSettingId[form.memberList[scope.$index].memberRankSettingId.length - 1]])"
               clearable
             >
               <el-option

+ 1 - 1
src/views/resetTeaming/modals/subject-preview.vue

@@ -38,7 +38,7 @@
         <img :src="trainBg" />
         <div class="toolText">
           <p class="toolTitle">
-            <span class="title-name">管乐AI学练宝{{ item.name }}</span>
+            <span class="title-name">{{ item.name }}</span>
             <span class="lookVideo"
               >查看视频<i class="icon_video" @click="videoStatus = true"></i
             ></span>

+ 1 - 6
src/views/teamBuild/signupList.vue

@@ -2082,12 +2082,7 @@ export default {
           paymentList.forEach(item => {
             if (item.type == "MAINTENANCE") {
               item.name = "乐器保养";
-            } else if (
-              item.type == "CLOUD_TEACHER" ||
-              item.type == "CLOUD_TEACHER_PLUS"
-            ) {
-              item.name = "云练习";
-            } else if (item.type == "COURSE") {
+            }  else if (item.type == "COURSE") {
               item.name = "课程";
             } else if (item.type == "ORGAN_SHARE_PROFIT") {
               item.name = "乐器分润";