|
@@ -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;
|