refactor(用例评审): i18n

This commit is contained in:
shiziyuan9527 2020-09-23 11:15:11 +08:00
parent e3a6fdfecc
commit 7f6fd6d013
6 changed files with 7 additions and 7 deletions

@ -1 +1 @@
Subproject commit e51e5704f9d7fbfb030a8a7d67d0094a9f36c23d
Subproject commit 141ee64787b4a28ef108c5fa4dde90446de01887

View File

@ -166,7 +166,7 @@
type="textarea"
:autosize="{ minRows: 2, maxRows: 4}"
:rows="2"
:disabled="isReadOnly"
:disabled="true"
v-model="scope.row.actualResult"
:placeholder="$t('commons.input_content')"
clearable/>
@ -175,7 +175,7 @@
<el-table-column :label="$t('test_track.plan_view.step_result')" min-width="12%">
<template v-slot:default="scope">
<el-select
:disabled="isReadOnly"
:disabled="true"
v-model="scope.row.executeResult"
@change="stepResultChange()"
size="mini">

@ -1 +1 @@
Subproject commit 2c5f7e15858f51e836cffa911f8ab7511b3cc0d5
Subproject commit 06d935cd1d22ab36f09763745c2aff8ad3fb08c1

View File

@ -279,7 +279,7 @@ export default {
email_format_is_incorrect: 'Email format is incorrect',
delete_confirm: 'Are you sure you want to delete this User?',
apikey_delete_confirm: 'Are you sure you want to delete this API Key?',
input_id_placeholder: 'Please enter ID (only supports numbers and English letters)',
input_id_placeholder: 'Please enter ID (Chinese characters are not supported)',
source: 'Source'
},
role: {

View File

@ -279,7 +279,7 @@ export default {
email_format_is_incorrect: '邮箱格式不正确',
delete_confirm: '这个用户确定要删除吗?',
apikey_delete_confirm: '这个 API Key 确定要删除吗?',
input_id_placeholder: '请输入ID (只支持数字、英文字母)',
input_id_placeholder: '请输入ID (不支持中文)',
source: '用户来源'
},
role: {

View File

@ -279,7 +279,7 @@ export default {
email_format_is_incorrect: '郵箱格式不正確',
delete_confirm: '這個用戶確定要刪除嗎?',
apikey_delete_confirm: '這個 API Key 確定要刪除嗎?',
input_id_placeholder: '請輸入ID (只支持數字、英文字母)',
input_id_placeholder: '請輸入ID (不支持中文字符)',
source: '用戶來源'
},
role: {