feat(项目设置): 项目设置-模板设置优化

--story=1010758 --user=张勇 【项目设置】项目设置-模板设置优化(1.20同步上) https://www.tapd.cn/55049933/s/1315026
This commit is contained in:
zhangyong 2022-12-12 16:38:45 +08:00 committed by zhangyongfit2cloud
parent 836a315652
commit b4ff3a2d3e
4 changed files with 4 additions and 1 deletions

View File

@ -63,6 +63,7 @@ const message = {
current_project: 'Current Project',
not_exist: "Not exist",
name: 'Name',
template_name: 'Template Name',
description: 'Description',
annotation: 'Annotation',
clear: 'Clear',

View File

@ -62,6 +62,7 @@ const message = {
current_project: '当前项目',
not_exist: "不存在",
name: '名称',
template_name: '模板名称',
description: '描述',
annotation: '注释',
clear: '清空',

View File

@ -62,6 +62,7 @@ const message = {
current_project: '當前項目',
not_exist: "不存在",
name: '名稱',
template_name: '模版名稱',
description: '描述',
annotation: '註釋',
clear: '清空',

View File

@ -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 :disabled="isSystem" v-model="form.name" autocomplete="off"></el-input>
</el-form-item>