fix: 明文显示收件人

This commit is contained in:
wenyann 2021-02-23 14:11:24 +08:00
parent ce7600bad4
commit 24007f71a8
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@
<el-col>
<el-form-item :label="$t('system_parameter_setting.test_recipients')">
<el-input v-model="formInline.recipient" :placeholder="$t('system_parameter_setting.test_recipients')"
autocomplete="new-password" show-password type="text" ref="input">
autocomplete="new-password" type="text" ref="input">
</el-input>
<p style="color: #8a8b8d">({{ $t('system_parameter_setting.tip') }})</p>
</el-form-item>