Browse Source

中间页-监督投诉电话

三七 13 hours ago
parent
commit
4a5ebff5c7
1 changed files with 6 additions and 1 deletions
  1. 6 1
      src/views/course/userCourse/index.vue

+ 6 - 1
src/views/course/userCourse/index.vue

@@ -426,6 +426,9 @@
           <i class="el-icon-warning"/>
           <span style="color: rgb(153, 169, 191)"> 多个支持单位,请用英文逗号隔开</span>
         </el-form-item>
+        <el-form-item label="监督投诉电话" prop="complaintPhone">
+          <el-input v-model="configDialog.form.complaintPhone" placeholder="请输入监督投诉电话" clearable/>
+        </el-form-item>
       </el-form>
       <div slot="footer" class="dialog-footer">
         <el-button type="primary"
@@ -642,7 +645,9 @@ export default {
           teamEnable: 0,
           team: null,
           supportEnable: 0,
-          support: null
+          support: null,
+          //监督投诉电话
+          complaintPhone: null,
         },
         rules: {
           tv: [