feat(项目设置): 项目设置-模板设置优化
--story=1010758 --user=张勇 【项目设置】项目设置-模板设置优化(1.20同步上) https://www.tapd.cn/55049933/s/1315026
This commit is contained in:
parent
2bbf1b49cb
commit
bed8db3a55
|
@ -18,7 +18,7 @@
|
|||
<ms-form-divider :title="$t('test_track.plan_view.base_info')"/>
|
||||
|
||||
<el-form :model="form" :rules="rules" label-position="right" label-width="80px" size="small" ref="form">
|
||||
<el-form-item :label="$t('commons.name')" prop="name" :label-width="labelWidth">
|
||||
<el-form-item :label="$t('commons.template_name')" prop="name" :label-width="labelWidth">
|
||||
<el-input v-model="form.name" :disabled="isSystem" autocomplete="off" maxlength="64"
|
||||
show-word-limit></el-input>
|
||||
</el-form-item>
|
||||
|
|
|
@ -59,6 +59,7 @@ export default {
|
|||
current_project: 'Current Project',
|
||||
not_exist: "Not exist",
|
||||
name: 'Name',
|
||||
template_name: 'Template Name',
|
||||
description: 'Description',
|
||||
annotation: 'Annotation',
|
||||
clear: 'Clear',
|
||||
|
|
|
@ -58,6 +58,7 @@ export default {
|
|||
current_project: '当前项目',
|
||||
not_exist: "不存在",
|
||||
name: '名称',
|
||||
template_name: '模板名称',
|
||||
description: '描述',
|
||||
annotation: '注释',
|
||||
clear: '清空',
|
||||
|
|
|
@ -58,6 +58,7 @@ export default {
|
|||
current_project: '當前項目',
|
||||
not_exist: "不存在",
|
||||
name: '名稱',
|
||||
template_name: '模版名稱',
|
||||
description: '描述',
|
||||
annotation: '註釋',
|
||||
clear: '清空',
|
||||
|
|
Loading…
Reference in New Issue