tijiao
This commit is contained in:
@@ -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;" >Research areas {{ i + 1 }}:</span
|
||||
<span style="color: #006699; font-weight: bold;margin-right:10px;" >Field {{ i + 1 }}:</span
|
||||
>{{ v.str }}<i class="el-icon-delete-solid" style="color:#F56C6C !important;margin-left:10px;" @click="handleDeleteMajor(v)"></i>
|
||||
</p>
|
||||
<!-- 查看已投稿件列表 -->
|
||||
@@ -1353,7 +1353,7 @@ export default {
|
||||
computed: {},
|
||||
methods: {
|
||||
handleDeleteMajor(v) {
|
||||
this.$confirm('Are you sure you want to delete this Research areas ?', 'Tip', {
|
||||
this.$confirm('Are you sure you want to delete this Field ?', 'Tip', {
|
||||
type: 'warning'
|
||||
})
|
||||
.then(() => {
|
||||
|
||||
Reference in New Issue
Block a user