|
|
@@ -390,12 +390,13 @@
|
|
|
|
|
|
<el-row>
|
|
|
<el-col :span="24">
|
|
|
- <el-form-item :label="$t('personalCenter.skillTag')">
|
|
|
+ <el-form-item :label="`${$t('personalCenter.skillTag')}(${ $t('personalCenter.zdtjwg') })`">
|
|
|
<div class="flex tags flex_1">
|
|
|
<el-tag v-for="tag in dynamicTags" :key="tag" closable @close="handleClose(tag)">
|
|
|
{{ tag }}
|
|
|
</el-tag>
|
|
|
- <el-input v-if="inputVisible" ref="InputRef" v-model="inputValue" class="w-20" size="small"
|
|
|
+ <template v-if="dynamicTags.length < 5">
|
|
|
+ <el-input v-if="inputVisible" ref="InputRef" v-model="inputValue" class="w-20" size="small"
|
|
|
@keyup.enter="handleInputConfirm" @blur="handleInputConfirm" maxlength="5" :placeholder="
|
|
|
$t('personalCenter.psrjnbq')
|
|
|
">
|
|
|
@@ -405,6 +406,7 @@
|
|
|
<el-button v-else class="button-new-tag" size="small" @click="showInput">
|
|
|
+ {{ $t('common.addTags') }}
|
|
|
</el-button>
|
|
|
+ </template>
|
|
|
</div>
|
|
|
</el-form-item>
|
|
|
</el-col>
|