style: 修改描述为多行文本框,替换描述的国际化字段,修改弹窗里表单间距
--bug=1035321 --user=吕梦园 https://www.tapd.cn/55049933/bugtrace/bugs/view/1155049933001035321
This commit is contained in:
parent
49c24e31c2
commit
f38a2de3a5
|
@ -116,7 +116,7 @@
|
|||
}
|
||||
.ms-modal-form {
|
||||
.arco-modal-body {
|
||||
padding: 8px 0;
|
||||
padding: 0;
|
||||
}
|
||||
}
|
||||
.ms-modal-no-padding {
|
||||
|
|
|
@ -227,7 +227,7 @@
|
|||
showInTable: true,
|
||||
},
|
||||
{
|
||||
title: 'project.commonScript.description',
|
||||
title: 'common.desc',
|
||||
dataIndex: 'description',
|
||||
showDrag: true,
|
||||
showTooltip: true,
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
<a-option value="PASSED">{{ t('project.commonScript.testsPass') }}</a-option>
|
||||
</a-select>
|
||||
</a-form-item>
|
||||
<a-form-item field="description" :label="t('system.organization.description')">
|
||||
<a-form-item field="description" :label="t('common.desc')">
|
||||
<a-textarea
|
||||
v-model="form.description"
|
||||
:placeholder="t('system.organization.descriptionPlaceholder')"
|
||||
|
@ -158,7 +158,7 @@
|
|||
width: 300,
|
||||
},
|
||||
{
|
||||
title: 'project.commonScript.description',
|
||||
title: 'common.desc',
|
||||
slotName: 'description',
|
||||
dataIndex: 'description',
|
||||
},
|
||||
|
|
|
@ -46,7 +46,7 @@
|
|||
</div>
|
||||
</div>
|
||||
<div class="px-[16px]">
|
||||
<div class="api-item-label">{{ t('ms.personal.desc') }}</div>
|
||||
<div class="api-item-label">{{ t('common.desc') }}</div>
|
||||
<a-textarea
|
||||
v-if="item.showDescInput"
|
||||
v-model:model-value="item.description"
|
||||
|
|
|
@ -34,7 +34,6 @@ export default {
|
|||
'ms.personal.expiredTip': 'The expiration time can be changed in [Settings]',
|
||||
'ms.personal.validTime': 'Effective time',
|
||||
'ms.personal.setValidTime': 'Set effective time',
|
||||
'ms.personal.desc': 'Description',
|
||||
'ms.personal.createTime': 'Created time',
|
||||
'ms.personal.copySuccess': 'Copied successfully',
|
||||
'ms.personal.maxTip': 'Up to 5 APIKEYs can be added',
|
||||
|
|
|
@ -32,7 +32,6 @@ export default {
|
|||
'ms.personal.expiredTip': '可在【设置】内更改到期时间',
|
||||
'ms.personal.validTime': '有效时间',
|
||||
'ms.personal.setValidTime': '设置有效时间',
|
||||
'ms.personal.desc': '描述',
|
||||
'ms.personal.createTime': '创建时间',
|
||||
'ms.personal.copySuccess': '复制成功',
|
||||
'ms.personal.maxTip': '最多可添加 5 个APIKEY',
|
||||
|
|
|
@ -687,7 +687,7 @@ if (!result){
|
|||
addLineDisabled: true,
|
||||
},
|
||||
{
|
||||
title: 'project.commonScript.description',
|
||||
title: 'common.desc',
|
||||
slotName: 'description',
|
||||
dataIndex: 'description',
|
||||
addLineDisabled: true,
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<a-popover position="tl" :disabled="!props.desc || props.desc.trim() === ''" class="ms-params-input-popover">
|
||||
<template #content>
|
||||
<div class="param-popover-title">
|
||||
{{ t('apiTestDebug.desc') }}
|
||||
{{ t('common.desc') }}
|
||||
</div>
|
||||
<div class="param-popover-value">
|
||||
{{ props.desc }}
|
||||
|
|
|
@ -589,7 +589,7 @@
|
|||
</a-modal>
|
||||
<a-modal
|
||||
v-model:visible="showQuickInputDesc"
|
||||
:title="t('apiTestDebug.desc')"
|
||||
:title="t('common.desc')"
|
||||
:ok-text="t('common.save')"
|
||||
:ok-button-props="{ disabled: !quickInputDescValue || quickInputDescValue.trim() === '' }"
|
||||
class="ms-modal-form"
|
||||
|
@ -833,7 +833,7 @@
|
|||
// width: 300,
|
||||
// },
|
||||
// {
|
||||
// title: t('project.environmental.http.desc'),
|
||||
// title: t('common.desc'),
|
||||
// dataIndex: 'description',
|
||||
// },
|
||||
// ];
|
||||
|
|
|
@ -234,7 +234,7 @@
|
|||
width: 200,
|
||||
},
|
||||
{
|
||||
title: 'apiTestDebug.desc',
|
||||
title: 'common.desc',
|
||||
dataIndex: 'description',
|
||||
slotName: 'description',
|
||||
},
|
||||
|
|
|
@ -67,7 +67,7 @@
|
|||
slotName: 'value',
|
||||
},
|
||||
{
|
||||
title: 'apiTestDebug.desc',
|
||||
title: 'common.desc',
|
||||
dataIndex: 'description',
|
||||
slotName: 'description',
|
||||
},
|
||||
|
|
|
@ -101,7 +101,7 @@
|
|||
width: 80,
|
||||
},
|
||||
{
|
||||
title: 'apiTestDebug.desc',
|
||||
title: 'common.desc',
|
||||
dataIndex: 'description',
|
||||
slotName: 'description',
|
||||
},
|
||||
|
|
|
@ -102,7 +102,7 @@
|
|||
width: 80,
|
||||
},
|
||||
{
|
||||
title: 'apiTestDebug.desc',
|
||||
title: 'common.desc',
|
||||
dataIndex: 'description',
|
||||
slotName: 'description',
|
||||
},
|
||||
|
|
|
@ -24,7 +24,6 @@ export default {
|
|||
'apiTestDebug.paramValuePlaceholder': 'Starting with {at}, double-click to quickly enter',
|
||||
'apiTestDebug.extractValueByColumn': 'Extract value by column',
|
||||
'apiTestDebug.paramValuePreview': 'Parameter preview',
|
||||
'apiTestDebug.desc': 'Description',
|
||||
'apiTestDebug.paramRequired': 'Required',
|
||||
'apiTestDebug.paramNotRequired': 'Optional',
|
||||
'apiTestDebug.paramType': 'Param type',
|
||||
|
|
|
@ -30,7 +30,6 @@ export default {
|
|||
'apiTestDebug.paramMin': '最小值',
|
||||
'apiTestDebug.paramMax': '最大值',
|
||||
'apiTestDebug.paramValuePreview': '参数预览',
|
||||
'apiTestDebug.desc': '描述',
|
||||
'apiTestDebug.encode': '编码',
|
||||
'apiTestDebug.encodeTip1': '开启:使用编码',
|
||||
'apiTestDebug.encodeTip2': '关闭:不使用编码',
|
||||
|
|
|
@ -134,7 +134,7 @@
|
|||
</a-modal>
|
||||
<!-- <a-modal
|
||||
v-model:visible="showQuickInputDesc"
|
||||
:title="t('apiTestDebug.desc')"
|
||||
:title="t('common.desc')"
|
||||
:ok-text="t('common.save')"
|
||||
:ok-button-props="{ disabled: !quickInputDescValue || quickInputDescValue.trim() === '' }"
|
||||
class="ms-modal-form"
|
||||
|
|
|
@ -119,7 +119,7 @@
|
|||
width: 200,
|
||||
},
|
||||
{
|
||||
title: 'apiScenario.params.desc',
|
||||
title: 'common.desc',
|
||||
dataIndex: 'description',
|
||||
slotName: 'description',
|
||||
},
|
||||
|
|
|
@ -39,7 +39,6 @@ export default {
|
|||
'apiScenario.params.type': 'Type',
|
||||
'apiScenario.params.paramValue': 'Parameter Value',
|
||||
'apiScenario.params.tag': 'Tag',
|
||||
'apiScenario.params.desc': 'Description',
|
||||
'apiScenario.params.typeTooltip': 'Json: only supports UI testing',
|
||||
'apiScenario.table.columns.name': 'Name',
|
||||
'apiScenario.table.columns.level': 'Level',
|
||||
|
|
|
@ -48,7 +48,6 @@ export default {
|
|||
'apiScenario.params.type': '类型',
|
||||
'apiScenario.params.paramValue': '参数值',
|
||||
'apiScenario.params.tag': '标签',
|
||||
'apiScenario.params.desc': '描述',
|
||||
'apiScenario.params.typeTooltip': 'Json:仅支持 UI 测试',
|
||||
'apiScenario.table.columns.name': '场景名称',
|
||||
'apiScenario.table.columns.level': '场景等级',
|
||||
|
|
|
@ -70,7 +70,6 @@ export default {
|
|||
'caseManagement.featureCase.associated': 'Associated',
|
||||
'caseManagement.featureCase.fileType': 'File Type',
|
||||
'caseManagement.featureCase.fileName': 'fileName',
|
||||
'caseManagement.featureCase.description': 'Description',
|
||||
'caseManagement.featureCase.tags': 'Tags',
|
||||
'caseManagement.featureCase.enableTags': `On: adds a label`,
|
||||
'caseManagement.featureCase.closeTags': 'Off: overwrites an existing label',
|
||||
|
|
|
@ -70,7 +70,6 @@ export default {
|
|||
'caseManagement.featureCase.associated': '关联',
|
||||
'caseManagement.featureCase.fileType': '文件类型',
|
||||
'caseManagement.featureCase.fileName': '文件名',
|
||||
'caseManagement.featureCase.description': '描述',
|
||||
'caseManagement.featureCase.tags': '标签',
|
||||
'caseManagement.featureCase.enableTags': '开启:新增标签',
|
||||
'caseManagement.featureCase.closeTags': '关闭:覆盖原有标签',
|
||||
|
|
|
@ -365,7 +365,7 @@
|
|||
type: FilterType.TAGS_INPUT,
|
||||
},
|
||||
{
|
||||
title: 'caseManagement.caseReview.desc',
|
||||
title: 'common.desc',
|
||||
dataIndex: 'description',
|
||||
type: FilterType.INPUT,
|
||||
},
|
||||
|
@ -480,7 +480,7 @@
|
|||
width: 170,
|
||||
},
|
||||
{
|
||||
title: 'caseManagement.caseReview.desc',
|
||||
title: 'common.desc',
|
||||
dataIndex: 'description',
|
||||
width: 150,
|
||||
showDrag: true,
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
:max-length="255"
|
||||
/>
|
||||
</a-form-item>
|
||||
<a-form-item field="desc" :label="t('caseManagement.caseReview.desc')">
|
||||
<a-form-item field="desc" :label="t('common.desc')">
|
||||
<a-textarea
|
||||
v-model:modelValue="reviewForm.desc"
|
||||
:placeholder="t('caseManagement.caseReview.descPlaceholder')"
|
||||
|
|
|
@ -31,7 +31,6 @@ export default {
|
|||
'caseManagement.caseReview.singleTip': 'The last review result is the final review result',
|
||||
'caseManagement.caseReview.multi': 'Multiple reviewers',
|
||||
'caseManagement.caseReview.multiTip': 'If all reviewers pass the review, then it passes',
|
||||
'caseManagement.caseReview.desc': 'Description',
|
||||
'caseManagement.caseReview.passRateTip': 'Passed use cases/all use cases*100%',
|
||||
'caseManagement.caseReview.deleteReviewTitle': 'Are you sure you want to delete {name}?',
|
||||
'caseManagement.caseReview.deleteReviewContent':
|
||||
|
|
|
@ -31,7 +31,6 @@ export default {
|
|||
'caseManagement.caseReview.singleTip': '最后一次评审结果,为最终审结果',
|
||||
'caseManagement.caseReview.multi': '多人评审',
|
||||
'caseManagement.caseReview.multiTip': '所有评审人评审通过则通过',
|
||||
'caseManagement.caseReview.desc': '描述',
|
||||
'caseManagement.caseReview.passRateTip': '已通过用例/全部用例*100%',
|
||||
'caseManagement.caseReview.deleteReviewTitle': '确认删除 {name} 吗?',
|
||||
'caseManagement.caseReview.deleteReviewContent': '该评审 {status},删除后数据将不可恢复,请谨慎操作!',
|
||||
|
|
|
@ -35,7 +35,7 @@
|
|||
<div v-if="showType === 'detail'">
|
||||
<div class="detailField mt-4">
|
||||
<div class="item">
|
||||
<span class="label">{{ t('project.commonScript.description') }}</span>
|
||||
<span class="label">{{ t('common.desc') }}</span>
|
||||
<span class="content">{{ form.description }}</span>
|
||||
</div>
|
||||
<div class="item">
|
||||
|
@ -156,7 +156,7 @@
|
|||
showInTable: true,
|
||||
},
|
||||
{
|
||||
title: 'project.commonScript.description',
|
||||
title: 'common.desc',
|
||||
slotName: 'description',
|
||||
dataIndex: 'description',
|
||||
showTooltip: true,
|
||||
|
|
|
@ -170,7 +170,7 @@
|
|||
showTooltip: true,
|
||||
},
|
||||
{
|
||||
title: 'project.commonScript.description',
|
||||
title: 'common.desc',
|
||||
slotName: 'description',
|
||||
dataIndex: 'description',
|
||||
width: 200,
|
||||
|
|
|
@ -3,7 +3,6 @@ export default {
|
|||
'project.commonScript.addPublicScript': 'Add Script',
|
||||
'project.commonScript.editPublicScript': 'Edit Script',
|
||||
'project.commonScript.name': 'Name',
|
||||
'project.commonScript.description': 'Description',
|
||||
'project.commonScript.enable': 'Status',
|
||||
'project.commonScript.createUser': 'CreateUser',
|
||||
'project.commonScript.createTime': 'CreateTime',
|
||||
|
|
|
@ -3,7 +3,6 @@ export default {
|
|||
'project.commonScript.addPublicScript': '添加公共脚本',
|
||||
'project.commonScript.editPublicScript': '编辑公共脚本',
|
||||
'project.commonScript.name': '名称',
|
||||
'project.commonScript.description': '描述',
|
||||
'project.commonScript.enable': '状态',
|
||||
'project.commonScript.createUser': '创建人',
|
||||
'project.commonScript.createTime': '创建时间',
|
||||
|
|
|
@ -22,12 +22,7 @@
|
|||
:placeholder="t('project.environmental.group.envGroupPlaceholder')"
|
||||
/>
|
||||
</a-form-item>
|
||||
<a-form-item
|
||||
class="mb-[16px]"
|
||||
asterisk-position="end"
|
||||
field="description"
|
||||
:label="t('project.environmental.group.desc')"
|
||||
>
|
||||
<a-form-item class="mb-[16px]" asterisk-position="end" field="description" :label="t('common.desc')">
|
||||
<a-textarea
|
||||
v-model="form.description"
|
||||
:max-length="1000"
|
||||
|
@ -116,7 +111,7 @@
|
|||
width: 456,
|
||||
},
|
||||
{
|
||||
title: 'project.environmental.desc',
|
||||
title: 'common.desc',
|
||||
dataIndex: 'description',
|
||||
slotName: 'description',
|
||||
},
|
||||
|
|
|
@ -16,12 +16,7 @@
|
|||
@blur="store.currentEnvDetailInfo.name = form.name"
|
||||
/>
|
||||
</a-form-item>
|
||||
<a-form-item
|
||||
class="mb-[16px]"
|
||||
asterisk-position="end"
|
||||
field="description"
|
||||
:label="t('project.environmental.desc')"
|
||||
>
|
||||
<a-form-item class="mb-[16px]" asterisk-position="end" field="description" :label="t('common.desc')">
|
||||
<a-textarea
|
||||
v-model="form.description"
|
||||
:placeholder="t('project.environmental.envDescPlaceholder')"
|
||||
|
|
|
@ -125,7 +125,7 @@
|
|||
showDrag: true,
|
||||
},
|
||||
{
|
||||
title: 'project.environmental.desc',
|
||||
title: 'common.desc',
|
||||
dataIndex: 'description',
|
||||
slotName: 'description',
|
||||
showInTable: true,
|
||||
|
|
|
@ -93,7 +93,7 @@
|
|||
{
|
||||
filed: 'description',
|
||||
type: 'input',
|
||||
label: 'project.environmental.host.desc',
|
||||
label: 'common.desc',
|
||||
placeholder: 'project.environmental.host.descPlaceholder',
|
||||
},
|
||||
]);
|
||||
|
|
|
@ -143,7 +143,7 @@
|
|||
columnSelectorDisabled: true,
|
||||
},
|
||||
{
|
||||
title: 'project.environmental.http.desc',
|
||||
title: 'common.desc',
|
||||
dataIndex: 'description',
|
||||
showDrag: true,
|
||||
showTooltip: true,
|
||||
|
|
|
@ -74,8 +74,8 @@
|
|||
<a-option value="none">{{ t('project.environmental.http.none') }}</a-option>
|
||||
</a-select>
|
||||
</a-form-item> -->
|
||||
<a-form-item class="mb-[16px]" field="description" :label="t('project.environmental.http.description')">
|
||||
<a-input v-model="form.description" />
|
||||
<a-form-item class="mb-[16px]" field="description" :label="t('common.desc')">
|
||||
<a-textarea v-model="form.description" :max-length="1000" auto-size :placeholder="t('common.pleaseInput')" />
|
||||
</a-form-item>
|
||||
<!-- 选择UI测试模块 -->
|
||||
<!-- <a-form-item
|
||||
|
|
|
@ -75,7 +75,7 @@
|
|||
showInTable: true,
|
||||
},
|
||||
{
|
||||
title: 'project.environmental.http.desc',
|
||||
title: 'common.desc',
|
||||
dataIndex: 'description',
|
||||
showDrag: true,
|
||||
showInTable: true,
|
||||
|
|
|
@ -16,12 +16,10 @@ export default {
|
|||
'project.environmental.paramTypeTooltip': 'json: only supports UI testing',
|
||||
'project.environmental.paramValue': 'Parameter Value',
|
||||
'project.environmental.tag': 'Tag',
|
||||
'project.environmental.desc': 'Description',
|
||||
'project.environmental.envName': 'Name',
|
||||
'project.environmental.envParams': 'Variables',
|
||||
'project.environmental.envNamePlaceholder': 'Please enter the environment name',
|
||||
'project.environmental.envDescPlaceholder': 'Please enter the description',
|
||||
'project.environmental.envDesc': 'description',
|
||||
'project.environmental.envNameRequired': 'Environment name cannot be empty',
|
||||
'project.environmental.scenario': 'scenario',
|
||||
'project.environmental.request': 'request',
|
||||
|
@ -50,7 +48,6 @@ export default {
|
|||
'project.environmental.http.resTimeOut': 'Response timeout (ms) :',
|
||||
'project.environmental.http.authType': 'Authentication Type:',
|
||||
'project.environmental.http.host': 'Host',
|
||||
'project.environmental.http.desc': 'Description',
|
||||
'project.environmental.http.applyScope': 'Apply Scope',
|
||||
'project.environmental.http.enableScope': 'Enable Scope',
|
||||
'project.environmental.http.value': 'Value',
|
||||
|
@ -95,9 +92,7 @@ export default {
|
|||
'project.environmental.host.hostNameIsRequire': 'Host name cannot be empty',
|
||||
'project.environmental.database.driverIsRequire': 'Driver is required',
|
||||
'project.environmental.host.hostNamePlaceholder': 'Please enter the host name',
|
||||
'project.environmental.host.desc': 'Description',
|
||||
'project.environmental.host.descPlaceholder': 'Please enter the description',
|
||||
'project.environmental.group.desc': 'Description',
|
||||
'project.environmental.group.envGroup': 'Env Group',
|
||||
'project.environmental.group.envGroupName': 'Env Group Name',
|
||||
'project.environmental.group.envGroupNameIsRequire': 'Env Group Name cannot be empty',
|
||||
|
|
|
@ -22,13 +22,11 @@ export default {
|
|||
'project.environmental.paramTypeTooltip': 'json:仅支持 UI 测试',
|
||||
'project.environmental.paramValue': '参数值',
|
||||
'project.environmental.tag': '标签',
|
||||
'project.environmental.desc': '描述',
|
||||
'project.environmental.envName': '环境名称',
|
||||
'project.environmental.envParams': '环境变量',
|
||||
'project.environmental.newEnv': '未命名环境',
|
||||
'project.environmental.envNamePlaceholder': '请输入环境名称',
|
||||
'project.environmental.envDescPlaceholder': '请输入描述',
|
||||
'project.environmental.envDesc': '描述',
|
||||
'project.environmental.envNameRequired': '环境名称不能为空',
|
||||
'project.environmental.scenario': '场景',
|
||||
'project.environmental.request': '请求',
|
||||
|
@ -53,7 +51,6 @@ export default {
|
|||
'project.environmental.http.resTimeOut': '响应超时(ms):',
|
||||
'project.environmental.http.authType': '认证方式:',
|
||||
'project.environmental.http.host': '域名',
|
||||
'project.environmental.http.desc': '描述',
|
||||
'project.environmental.http.applyScope': '应用范围',
|
||||
'project.environmental.http.enableScope': '启用范围',
|
||||
'project.environmental.http.value': '值',
|
||||
|
@ -74,7 +71,6 @@ export default {
|
|||
'project.environmental.http.uiModuleSelect': '选择UI测试模块',
|
||||
'project.environmental.http.pathRequired': '路径必填',
|
||||
'project.environmental.http.pathPlaceholder': '请输入路径',
|
||||
'project.environmental.http.description': '描述',
|
||||
'project.environmental.database.title': '数据库',
|
||||
'project.environmental.database.addDatabase': '添加数据源',
|
||||
'project.environmental.database.updateDatabase': '更新数据源{name}',
|
||||
|
@ -103,9 +99,7 @@ export default {
|
|||
'project.environmental.host.hostName': '域名',
|
||||
'project.environmental.host.hostNameIsRequire': '域名不能为空',
|
||||
'project.environmental.host.hostNamePlaceholder': '请输入域名',
|
||||
'project.environmental.host.desc': '描述',
|
||||
'project.environmental.host.descPlaceholder': '请输入描述',
|
||||
'project.environmental.group.desc': '描述',
|
||||
'project.environmental.group.envGroup': '环境组',
|
||||
'project.environmental.group.envGroupName': '环境组名称',
|
||||
'project.environmental.group.envGroupNameIsRequire': '环境组名称不能为空',
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
</div>
|
||||
<div class="flex">
|
||||
<div class="mr-[8px] whitespace-nowrap text-[var(--color-text-4)]">
|
||||
{{ t('project.messageManagement.desc') }}
|
||||
{{ t('common.desc') }}
|
||||
</div>
|
||||
<div class="text-[var(--color-text-1)]">{{ field.name }}</div>
|
||||
</div>
|
||||
|
|
|
@ -93,7 +93,6 @@ export default {
|
|||
'project.messageManagement.contentTip': 'Click Add Name Edit Notification Template on the left',
|
||||
'project.messageManagement.contentMax': 'Content length cannot exceed 500 characters',
|
||||
'project.messageManagement.var': 'Variable',
|
||||
'project.messageManagement.desc': 'Description',
|
||||
'project.messageManagement.saveSuccess': 'Template saved successfully',
|
||||
'project.messageManagement.enableRobotSuccess': '{name} is enabled',
|
||||
'project.messageManagement.disableRobotSuccess': '{name} is disabled',
|
||||
|
|
|
@ -84,7 +84,6 @@ export default {
|
|||
'project.messageManagement.contentTip': '点击添加左侧名称编辑通知模板',
|
||||
'project.messageManagement.contentMax': '内容长度不能超过 500 个字符',
|
||||
'project.messageManagement.var': '变量',
|
||||
'project.messageManagement.desc': '描述',
|
||||
'project.messageManagement.saveSuccess': '模板保存成功',
|
||||
'project.messageManagement.enableRobotSuccess': '{name} 已启用',
|
||||
'project.messageManagement.disableRobotSuccess': '{name} 已禁用',
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
>
|
||||
<a-input v-model="form.name" allow-clear :max-length="255" />
|
||||
</a-form-item>
|
||||
<a-form-item field="description" :label="t('project.basicInfo.Description')" asterisk-position="end">
|
||||
<a-form-item field="description" :label="t('common.desc')" asterisk-position="end">
|
||||
<a-textarea v-model="form.description" :max-length="1000" allow-clear auto-size />
|
||||
</a-form-item>
|
||||
</a-form>
|
||||
|
|
|
@ -13,7 +13,6 @@ export default {
|
|||
'project.basicInfo.status': 'Status',
|
||||
'project.basicInfo.projectName': 'Project Name',
|
||||
'project.basicInfo.projectNameTip': 'The project name cannot be empty',
|
||||
'project.basicInfo.Description': 'Description',
|
||||
'project.basicInfo.alertDescription':
|
||||
'The organization will be deleted 30 days later. To cancel the deletion, contact the administrator',
|
||||
'project.basicInfo.updateContentTip': 'Update successfully!',
|
||||
|
|
|
@ -14,7 +14,6 @@ export default {
|
|||
'project.basicInfo.createTip': '项目启用后,将展示在项目切换列表',
|
||||
'project.basicInfo.projectName': '项目名称',
|
||||
'project.basicInfo.projectNameTip': '项目名称不能为空',
|
||||
'project.basicInfo.Description': '描述',
|
||||
'project.basicInfo.alertDescription': '所属项目将于 30 日后删除,如需撤销删除,请联系管理员',
|
||||
'project.basicInfo.updateContentTip': '更新成功!',
|
||||
};
|
||||
|
|
|
@ -3,7 +3,6 @@ export default {
|
|||
'project.menu.manageTip':
|
||||
'You can configure the switch of each function according to the usage scenario. After closing, the function entry will be hidden, and members cannot access this function and data; the data already generated will not be affected by this rule; when it is turned on again, it will be restored to the state before closing',
|
||||
'project.menu.name': 'Menu Name',
|
||||
'project.menu.description': 'Description',
|
||||
'project.menu.pleaseConfig': 'Please Configure',
|
||||
'project.menu.count': 'Items',
|
||||
|
||||
|
|
|
@ -3,7 +3,6 @@ export default {
|
|||
'project.menu.manageTip':
|
||||
'可根据使用场景配置各功能开关关闭后,将隐藏功能入口,成员无法访问该功能和数据;已产生的数据不够此规则影响;再次开启时,即恢复至关闭前状态',
|
||||
'project.menu.name': '菜单名称',
|
||||
'project.menu.description': '描述',
|
||||
'project.menu.pleaseConfig': '请配置',
|
||||
'project.menu.count': '条',
|
||||
|
||||
|
|
|
@ -456,7 +456,7 @@
|
|||
headerCellClass: 'pl-[16px]',
|
||||
},
|
||||
{
|
||||
title: 'project.menu.description',
|
||||
title: 'common.desc',
|
||||
slotName: 'description',
|
||||
dataIndex: 'description',
|
||||
showDrag: true,
|
||||
|
|
|
@ -189,7 +189,7 @@
|
|||
showInTable: true,
|
||||
},
|
||||
{
|
||||
title: 'system.orgTemplate.description',
|
||||
title: 'common.desc',
|
||||
dataIndex: 'remark',
|
||||
showDrag: true,
|
||||
showInTable: true,
|
||||
|
|
|
@ -86,7 +86,7 @@
|
|||
:is-org="true"
|
||||
/>
|
||||
</a-form-item>
|
||||
<a-form-item field="description" :label="t('system.organization.description')">
|
||||
<a-form-item field="description" :label="t('common.desc')">
|
||||
<a-textarea
|
||||
v-model="form.description"
|
||||
:max-length="1000"
|
||||
|
|
|
@ -22,7 +22,6 @@ export default {
|
|||
'system.organization.organizationAdmin': 'Organization administrator',
|
||||
'system.organization.organizationAdminPlaceholder':
|
||||
'The organization administrator defaults to the person who created the organization',
|
||||
'system.organization.description': 'Description',
|
||||
'system.project.affiliatedOrgExtra':
|
||||
'After selecting an organization, prompt the user to confirm the selected organization. After the project is successfully created, the organization cannot be changed',
|
||||
'system.organization.descriptionPlaceholder': 'Please describe the organization',
|
||||
|
|
|
@ -20,7 +20,6 @@ export default {
|
|||
'system.organization.organizationNameDuplicate': '已有 {name} 请更改',
|
||||
'system.organization.organizationAdmin': '组织管理员',
|
||||
'system.organization.organizationAdminPlaceholder': '默认选择创建组织人为组织管理员',
|
||||
'system.organization.description': '描述',
|
||||
'system.organization.descriptionPlaceholder': '请对该组织进行描述',
|
||||
'system.project.affiliatedOrgExtra': '选择组织后提示用户确认所选组织,项目创建成功后组织不可变更',
|
||||
'system.organization.ID': 'ID',
|
||||
|
|
|
@ -177,7 +177,7 @@
|
|||
showDrag: true,
|
||||
},
|
||||
{
|
||||
title: 'system.organization.description',
|
||||
title: 'common.desc',
|
||||
dataIndex: 'description',
|
||||
showTooltip: true,
|
||||
showDrag: true,
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
:placeholder="t('system.orgTemplate.stateNameDescription')"
|
||||
></a-input>
|
||||
</a-form-item>
|
||||
<a-form-item field="remark" :label="t('system.orgTemplate.description')" asterisk-position="end">
|
||||
<a-form-item field="remark" :label="t('common.desc')" asterisk-position="end">
|
||||
<a-textarea
|
||||
v-model:model-value="form.remark"
|
||||
:max-length="1000"
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
:max-length="255"
|
||||
></a-input>
|
||||
</a-form-item>
|
||||
<a-form-item field="remark" :label="t('system.orgTemplate.description')" asterisk-position="end">
|
||||
<a-form-item field="remark" :label="t('common.desc')" asterisk-position="end">
|
||||
<a-textarea
|
||||
v-model="fieldForm.remark"
|
||||
:max-length="1000"
|
||||
|
|
|
@ -125,7 +125,7 @@
|
|||
</a-tooltip>
|
||||
</div>
|
||||
<div class="flex">
|
||||
<span class="label">{{ t('system.orgTemplate.description') }}</span>
|
||||
<span class="label">{{ t('common.desc') }}</span>
|
||||
<a-tooltip mini position="lt" :content="detailInfo?.remark">
|
||||
<span class="content ellipsis">{{ detailInfo?.remark || '-' }}</span>
|
||||
</a-tooltip>
|
||||
|
|
|
@ -133,7 +133,7 @@
|
|||
showTooltip: true,
|
||||
},
|
||||
{
|
||||
title: 'system.orgTemplate.description',
|
||||
title: 'common.desc',
|
||||
dataIndex: 'remark',
|
||||
showDrag: true,
|
||||
showInTable: true,
|
||||
|
|
|
@ -163,7 +163,7 @@
|
|||
</a-tooltip>
|
||||
</div>
|
||||
<div class="flex">
|
||||
<span class="label">{{ t('system.orgTemplate.description') }}</span>
|
||||
<span class="label">{{ t('common.desc') }}</span>
|
||||
<a-tooltip mini :content="detailInfo?.remark" position="lt">
|
||||
<span class="content ellipsis">{{ detailInfo?.remark || '-' }}</span>
|
||||
</a-tooltip>
|
||||
|
|
|
@ -52,7 +52,6 @@ export default {
|
|||
'system.orgTemplate.fieldName': 'Field name',
|
||||
'system.orgTemplate.fieldNameRules': 'The field name cannot be empty',
|
||||
'system.orgTemplate.fieldNamePlaceholder': 'Please enter a field name',
|
||||
'system.orgTemplate.description': 'Description',
|
||||
'system.orgTemplate.resDescription': 'Describe the fields pool',
|
||||
'system.orgTemplate.fieldType': 'Field type',
|
||||
'system.orgTemplate.fieldTypePlaceholder': 'Please select a field type',
|
||||
|
|
|
@ -51,7 +51,6 @@ export default {
|
|||
'system.orgTemplate.fieldName': '字段名称',
|
||||
'system.orgTemplate.fieldNameRules': '字段名称不能为空',
|
||||
'system.orgTemplate.fieldNamePlaceholder': '请输入字段名称',
|
||||
'system.orgTemplate.description': '描述',
|
||||
'system.orgTemplate.resDescription': '请对该字段进行描述',
|
||||
'system.orgTemplate.fieldType': '字段类型',
|
||||
'system.orgTemplate.fieldTypePlaceholder': '请选择字段类型',
|
||||
|
|
|
@ -99,7 +99,7 @@
|
|||
allow-clear
|
||||
></a-input>
|
||||
</a-form-item>
|
||||
<a-form-item :label="t('system.config.auth.desc')" field="description" asterisk-position="end">
|
||||
<a-form-item :label="t('common.desc')" field="description" asterisk-position="end">
|
||||
<a-textarea
|
||||
v-model:model-value="activeAuthForm.description"
|
||||
:max-length="1000"
|
||||
|
@ -671,7 +671,7 @@
|
|||
dataIndex: 'enable',
|
||||
},
|
||||
{
|
||||
title: 'system.config.auth.desc',
|
||||
title: 'common.desc',
|
||||
dataIndex: 'description',
|
||||
showTooltip: true,
|
||||
},
|
||||
|
@ -838,7 +838,7 @@
|
|||
const { configuration } = activeAuthDetail.value;
|
||||
let description: Description[] = [
|
||||
{
|
||||
label: t('system.config.auth.desc'),
|
||||
label: t('common.desc'),
|
||||
value: activeAuthDetail.value.description,
|
||||
},
|
||||
];
|
||||
|
|
|
@ -113,7 +113,6 @@ export default {
|
|||
'system.config.auth.edit': 'Edit',
|
||||
'system.config.auth.name': 'Name',
|
||||
'system.config.auth.status': 'Status',
|
||||
'system.config.auth.desc': 'Description',
|
||||
'system.config.auth.createTime': 'Creation time',
|
||||
'system.config.auth.updateTime': 'Update time',
|
||||
'system.config.auth.action': 'Action',
|
||||
|
|
|
@ -109,7 +109,6 @@ export default {
|
|||
'system.config.auth.edit': '编辑',
|
||||
'system.config.auth.name': '名称',
|
||||
'system.config.auth.status': '状态',
|
||||
'system.config.auth.desc': '描述',
|
||||
'system.config.auth.createTime': '创建时间',
|
||||
'system.config.auth.updateTime': '更新时间',
|
||||
'system.config.auth.action': '操作',
|
||||
|
|
|
@ -46,7 +46,7 @@
|
|||
:type="UserRequestTypeEnum.SYSTEM_ORGANIZATION_ADMIN"
|
||||
/>
|
||||
</a-form-item>
|
||||
<a-form-item field="description" :label="t('system.organization.description')">
|
||||
<a-form-item field="description" :label="t('common.desc')">
|
||||
<a-textarea
|
||||
v-model="form.description"
|
||||
allow-clear
|
||||
|
|
|
@ -83,7 +83,7 @@
|
|||
:organization-id="form.organizationId"
|
||||
/>
|
||||
</a-form-item>
|
||||
<a-form-item field="description" :label="t('system.organization.description')">
|
||||
<a-form-item field="description" :label="t('common.desc')">
|
||||
<a-textarea
|
||||
v-model="form.description"
|
||||
:max-length="1000"
|
||||
|
|
|
@ -175,7 +175,7 @@
|
|||
disableTitle: 'common.end',
|
||||
},
|
||||
{
|
||||
title: 'system.organization.description',
|
||||
title: 'common.desc',
|
||||
dataIndex: 'description',
|
||||
showTooltip: true,
|
||||
},
|
||||
|
|
|
@ -158,7 +158,7 @@
|
|||
disableTitle: 'common.end',
|
||||
},
|
||||
{
|
||||
title: 'system.organization.description',
|
||||
title: 'common.desc',
|
||||
dataIndex: 'description',
|
||||
showTooltip: true,
|
||||
},
|
||||
|
|
|
@ -23,7 +23,6 @@ export default {
|
|||
'system.organization.organizationAdmin': 'Organization administrator',
|
||||
'system.organization.organizationAdminPlaceholder':
|
||||
'The organization administrator defaults to the person who created the organization',
|
||||
'system.organization.description': 'Description',
|
||||
'system.organization.descriptionPlaceholder': 'Please describe the organization',
|
||||
'system.organization.ID': 'ID',
|
||||
'system.organization.name': 'Name',
|
||||
|
|
|
@ -21,7 +21,6 @@ export default {
|
|||
'system.organization.organizationNameDuplicate': '已有 {name} 请更改',
|
||||
'system.organization.organizationAdmin': '组织管理员',
|
||||
'system.organization.organizationAdminPlaceholder': '默认选择创建组织人为组织管理员',
|
||||
'system.organization.description': '描述',
|
||||
'system.organization.descriptionPlaceholder': '请对该组织进行描述',
|
||||
'system.organization.ID': 'ID',
|
||||
'system.organization.name': '名称',
|
||||
|
|
|
@ -48,7 +48,7 @@
|
|||
</template>
|
||||
</a-table-column>
|
||||
<a-table-column
|
||||
:title="t('system.plugin.tableColumnsDescription')"
|
||||
:title="t('common.desc')"
|
||||
data-index="description"
|
||||
:ellipsis="true"
|
||||
:tooltip="true"
|
||||
|
|
|
@ -63,7 +63,7 @@
|
|||
<div v-if="showRemoveOrg" class="mb-[16px] ml-1 text-[12px] text-[rgb(var(--danger-6))]">
|
||||
{{ t('system.plugin.changeOrganizeTip') }}
|
||||
</div>
|
||||
<a-form-item field="description" :label="t('system.plugin.description')" asterisk-position="end">
|
||||
<a-form-item field="description" :label="t('common.desc')" asterisk-position="end">
|
||||
<a-textarea
|
||||
v-model="form.description"
|
||||
:max-length="1000"
|
||||
|
|
|
@ -67,7 +67,7 @@
|
|||
<a-option v-for="item of organizeList" :key="item.id" :value="item.id">{{ item.name }}</a-option>
|
||||
</a-select>
|
||||
</a-form-item>
|
||||
<a-form-item field="describe" :label="t('system.plugin.description')" asterisk-position="end">
|
||||
<a-form-item field="describe" :label="t('common.desc')" asterisk-position="end">
|
||||
<a-textarea
|
||||
v-model="form.description"
|
||||
:max-length="1000"
|
||||
|
|
|
@ -7,7 +7,6 @@ export default {
|
|||
'system.plugin.edit': 'Edit',
|
||||
'system.plugin.tableColumnsName': 'Name',
|
||||
'system.plugin.tableColumnsJarPackage': 'Jar Package',
|
||||
'system.plugin.tableColumnsDescription': 'Description',
|
||||
'system.plugin.tableColumnsVersion': 'Type',
|
||||
'system.plugin.tableColumnsCreateTime': 'CreateTime',
|
||||
'system.plugin.tableColumnsUpdateTime': 'UpdateTime',
|
||||
|
@ -26,7 +25,6 @@ export default {
|
|||
'system.plugin.name': 'Name',
|
||||
'system.plugin.defaultJarNameTip': 'The default is the package name',
|
||||
'system.plugin.appOrganize': 'Application Organization',
|
||||
'system.plugin.description': 'Description',
|
||||
'system.plugin.tableColumnsJar': 'Jar packages',
|
||||
'system.plugin.tableNoData': 'No data, please',
|
||||
'system.plugin.pluginDescription': 'Please describe the plug-in',
|
||||
|
@ -90,7 +88,6 @@ export default {
|
|||
'system.resourcePool.deletePoolSuccess': 'Deleted successfully',
|
||||
'system.plugin.sizeExceedTip': 'The file size exceeds the limit!',
|
||||
'system.plugin.showScriptTitle': 'View the script ({name})',
|
||||
'system.resourcePool.detailDesc': 'Description',
|
||||
'system.resourcePool.detailUrl': 'Current site URL',
|
||||
'system.resourcePool.detailRange': 'Available range',
|
||||
'system.resourcePool.detailUse': 'Use',
|
||||
|
|
|
@ -7,7 +7,6 @@ export default {
|
|||
'system.plugin.edit': '编辑',
|
||||
'system.plugin.tableColumnsName': '名称',
|
||||
'system.plugin.tableColumnsJarPackage': 'jar包',
|
||||
'system.plugin.tableColumnsDescription': '描述',
|
||||
'system.plugin.tableColumnsVersion': '版本',
|
||||
'system.plugin.tableColumnsCreateTime': '创建时间',
|
||||
'system.plugin.tableColumnsUpdateTime': '更新时间',
|
||||
|
@ -26,7 +25,6 @@ export default {
|
|||
'system.plugin.name': '插件名称',
|
||||
'system.plugin.defaultJarNameTip': '默认为包名',
|
||||
'system.plugin.appOrganize': '应用组织',
|
||||
'system.plugin.description': '描述',
|
||||
'system.plugin.tableColumnsJar': 'jar包',
|
||||
'system.plugin.tableNoData': '暂无数据,请',
|
||||
'system.plugin.pluginDescription': '请对该插件进行描述',
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
@change="() => setIsSave(false)"
|
||||
></a-input>
|
||||
</a-form-item>
|
||||
<a-form-item :label="t('system.resourcePool.desc')" field="description" class="form-item">
|
||||
<a-form-item :label="t('common.desc')" field="description" class="form-item">
|
||||
<a-textarea
|
||||
v-model:model-value="form.description"
|
||||
:placeholder="t('system.resourcePool.descPlaceholder')"
|
||||
|
|
|
@ -121,7 +121,7 @@
|
|||
dataIndex: 'enable',
|
||||
},
|
||||
{
|
||||
title: 'system.resourcePool.tableColumnDescription',
|
||||
title: 'common.desc',
|
||||
dataIndex: 'description',
|
||||
showTooltip: true,
|
||||
},
|
||||
|
@ -394,7 +394,7 @@
|
|||
: [];
|
||||
activePoolDesc.value = [
|
||||
{
|
||||
label: t('system.resourcePool.detailDesc'),
|
||||
label: t('common.desc'),
|
||||
value: activePool.value.description,
|
||||
},
|
||||
{
|
||||
|
|
|
@ -7,7 +7,6 @@ export default {
|
|||
'system.resourcePool.editPool': 'Edit',
|
||||
'system.resourcePool.tableColumnName': 'Name',
|
||||
'system.resourcePool.tableColumnStatus': 'Status',
|
||||
'system.resourcePool.tableColumnDescription': 'Description',
|
||||
'system.resourcePool.tableColumnType': 'Type',
|
||||
'system.resourcePool.tableColumnCreateTime': 'CreateTime',
|
||||
'system.resourcePool.tableColumnUpdateTime': 'UpdateTime',
|
||||
|
@ -25,7 +24,6 @@ export default {
|
|||
'system.resourcePool.deletePoolConfirm': 'Confirm',
|
||||
'system.resourcePool.deletePoolCancel': 'Cancel',
|
||||
'system.resourcePool.deletePoolSuccess': 'Deleted successfully',
|
||||
'system.resourcePool.detailDesc': 'Description',
|
||||
'system.resourcePool.detailUrl': 'Intranet URL',
|
||||
'system.resourcePool.detailRange': 'Applied organization',
|
||||
'system.resourcePool.detailUse': 'Use',
|
||||
|
@ -39,7 +37,6 @@ export default {
|
|||
'system.resourcePool.name': 'Resource pool name',
|
||||
'system.resourcePool.nameRequired': 'Please enter a resource pool name',
|
||||
'system.resourcePool.namePlaceholder': 'Please enter a resource pool name',
|
||||
'system.resourcePool.desc': 'Description',
|
||||
'system.resourcePool.descPlaceholder': 'Please describe the resource pool',
|
||||
'system.resourcePool.serverUrl': 'Intranet URL',
|
||||
'system.resourcePool.serverUrlTip':
|
||||
|
|
|
@ -7,7 +7,6 @@ export default {
|
|||
'system.resourcePool.editPool': '编辑',
|
||||
'system.resourcePool.tableColumnName': '名称',
|
||||
'system.resourcePool.tableColumnStatus': '状态',
|
||||
'system.resourcePool.tableColumnDescription': '描述',
|
||||
'system.resourcePool.tableColumnType': '类型',
|
||||
'system.resourcePool.tableColumnCreateTime': '创建时间',
|
||||
'system.resourcePool.tableColumnUpdateTime': '更新时间',
|
||||
|
@ -24,7 +23,6 @@ export default {
|
|||
'system.resourcePool.deletePoolConfirm': '确认删除',
|
||||
'system.resourcePool.deletePoolCancel': '取消',
|
||||
'system.resourcePool.deletePoolSuccess': '删除成功',
|
||||
'system.resourcePool.detailDesc': '描述',
|
||||
'system.resourcePool.detailUrl': '内网 URL',
|
||||
'system.resourcePool.detailRange': '应用组织',
|
||||
'system.resourcePool.detailUse': '用途',
|
||||
|
@ -38,7 +36,6 @@ export default {
|
|||
'system.resourcePool.name': '资源池名称',
|
||||
'system.resourcePool.nameRequired': '请输入资源池名称',
|
||||
'system.resourcePool.namePlaceholder': '请输入资源池名称',
|
||||
'system.resourcePool.desc': '描述',
|
||||
'system.resourcePool.descPlaceholder': '请对该资源池进行描述',
|
||||
'system.resourcePool.serverUrl': '内网 URL',
|
||||
'system.resourcePool.serverUrlTip': '资源池部署在内网时,可走内网地址',
|
||||
|
|
|
@ -14,7 +14,6 @@ export default {
|
|||
'testPlan.testPlanIndex.testPlanGroup': 'Test planning groups',
|
||||
'testPlan.testPlanIndex.testPlanName': 'name',
|
||||
'testPlan.testPlanIndex.ID': 'ID',
|
||||
'testPlan.testPlanIndex.desc': 'Description',
|
||||
'testPlan.testPlanIndex.executionResult': 'Execution Result',
|
||||
'testPlan.testPlanIndex.passRate': 'Pass Rate',
|
||||
'testPlan.testPlanIndex.useCount': 'Use cases',
|
||||
|
|
|
@ -14,7 +14,6 @@ export default {
|
|||
'testPlan.testPlanIndex.testPlanGroup': '测试计划组',
|
||||
'testPlan.testPlanIndex.testPlanName': '测试计划名称',
|
||||
'testPlan.testPlanIndex.ID': 'ID',
|
||||
'testPlan.testPlanIndex.desc': '描述',
|
||||
'testPlan.testPlanIndex.executionResult': '执行结果',
|
||||
'testPlan.testPlanIndex.passRate': '通过率',
|
||||
'testPlan.testPlanIndex.useCount': '用例数',
|
||||
|
|
Loading…
Reference in New Issue