瀏覽代碼

乐团团练包自动激活

1
mo 3 年之前
父節點
當前提交
4de176658d
共有 2 個文件被更改,包括 8 次插入3 次删除
  1. 3 3
      src/views/resetTeaming/modals/payMember.vue
  2. 5 0
      src/views/resetTeaming/modals/review-detail.vue

+ 3 - 3
src/views/resetTeaming/modals/payMember.vue

@@ -70,7 +70,7 @@
         </template>
       </el-table-column>
             <el-table-column
-        label="是否自动开启"
+        label="自动激活"
         prop="autoActivationFlag"
         key="autoActivationFlag"
         width="170px"
@@ -80,14 +80,14 @@
             :prop="'memberList.' + scope.$index + '.autoActivationFlag'"
             :rules="{
               required: true,
-              message: '请选择是否自动开启',
+              message: '请选择是否自动激活',
               trigger: 'change',
             }"
           >
             <el-select
               style="width: 90% !important"
               v-model="form.memberList[scope.$index].autoActivationFlag"
-              placeholder="请选择是否自动开启"
+              placeholder="请选择是否自动激活"
               :disabled="!form.memberList[scope.$index].memberRankSettingId"
               clearable
             >

+ 5 - 0
src/views/resetTeaming/modals/review-detail.vue

@@ -195,6 +195,11 @@
           scope.row.optionalFlag ? "是" : "否"
         }}</template>
       </el-table-column>
+          <el-table-column prop="autoActivationFlag" label="自动激活" width="100px">
+        <template slot-scope="scope">{{
+          scope.row.autoActivationFlag ? "是" : "否"
+        }}</template>
+      </el-table-column>
       <el-table-column prop="courseTotalMinuties" label="会员周期" width="150">
         <template slot-scope="scope">
           <div>