简历采集页国际化修改
continuous-integration/drone/push Build is passing Details

uat_us
wangxiaoshuang 2024-12-03 10:41:55 +08:00
parent 443ee66e33
commit c2be30632a
1 changed files with 3 additions and 1 deletions

View File

@ -48,7 +48,8 @@
style="width: 100%"
:disabled="sendDisabled"
@click="handleSendCode"
>{{ sendTitle }}</el-button
>{{ this.$t('trials:researchForm:button:send')
}}{{ count || count === 0 ? `(${count}s)` : '' }}</el-button
>
</el-col>
</el-form-item>
@ -314,6 +315,7 @@ export default {
this.sendTitle = this.$t('trials:researchForm:button:send')
clearInterval(this.timer)
this.timer = null
this.count = null
}
}, 1000)
}