zs 1 year ago
parent
commit
90e4cd8a23
1 changed files with 8 additions and 1 deletions
  1. 8 1
      src/views/center/index.vue

+ 8 - 1
src/views/center/index.vue

@@ -67,7 +67,10 @@
                 </el-form>
               </el-col>
               <el-row v-if="form.role_type != 'User'">
-                <el-col :span="24" class="one_1"> 基本资料</el-col>
+                <el-col :span="24" class="one_1">
+                  基本资料
+                  <span>(注意:如需修改信息需要重新审核才可显示!)</span>
+                </el-col>
                 <el-col :span="24" class="one_2">
                   <expert v-if="form.role_type == 'Expert'"></expert>
                   <company v-if="form.role_type == 'Company'"></company>
@@ -318,6 +321,10 @@ provide('contributionList', contributionList)
       font-weight: 500;
       border-bottom: 1px solid #f9f9f9;
       padding: 10px 0;
+      span {
+        color: red;
+        font-size: 12px;
+      }
     }
     .one_2 {
       padding: 10px;