Research areas

This commit is contained in:
2025-02-08 17:25:32 +08:00
parent fda8204fcd
commit 9d269da120
2 changed files with 10 additions and 10 deletions

View File

@@ -256,7 +256,7 @@
<div style="box-sizing: border-box">
<div class="chunking" style="height: auto">
<!-- <el-divider></el-divider> -->
<h2 class="infor_title">Major</h2>
<h2 class="infor_title">Research areas </h2>
<div class="chunkPiece" style="height: auto;padding-top:20px;">
<common-major :userId="coreTable.user_id" @load="getPersonData()" style="position:absolute;top:10px;right:10px;"></common-major>
@@ -267,7 +267,7 @@
<div class="join_link">
<!-- 如果你想投稿 请点击 -->
<p style="" v-for="(v, i) in majorsList">
<span style="color: #006699; font-weight: bold;margin-right:10px;" >Major {{ i + 1 }}:</span
<span style="color: #006699; font-weight: bold;margin-right:10px;" >Research areas {{ i + 1 }}:</span
>{{ v.str }}<i class="el-icon-delete-solid" style="color:#F56C6C !important;margin-left:10px;" @click="handleDeleteMajor(v)"></i>
</p>
<!-- 查看已投稿件列表 -->
@@ -913,7 +913,7 @@
<!-- <el-form-item prop="major_a">
<span slot="label">
<i style="color: #F56C6C;margin-right: 4px;">*</i>
Major
Research areas
</span>
<common-major v-if="coreVisible"></common-major>
<el-select v-model="coreForm.major_a" placeholder="Please select major" @change="majorChange(1)"
@@ -1353,7 +1353,7 @@ export default {
computed: {},
methods: {
handleDeleteMajor(v) {
this.$confirm('Are you sure you want to delete this Major?', 'Tip', {
this.$confirm('Are you sure you want to delete this Research areas ?', 'Tip', {
type: 'warning'
})
.then(() => {