style: 跟踪任务多语言翻译

This commit is contained in:
TsMask
2024-09-05 17:30:11 +08:00
parent 5d35d950b3
commit 147a3ed77b
4 changed files with 19 additions and 9 deletions

View File

@@ -828,7 +828,7 @@ onMounted(() => {
></a-range-picker>
</a-form-item>
<a-form-item
:label="t('views.traceManage.task.comment')"
:label="t('views.traceManage.task.remark')"
name="comment"
>
{{ modalState.from.comment }}
@@ -1036,7 +1036,7 @@ onMounted(() => {
></a-range-picker>
</a-form-item>
<a-form-item
:label="t('views.traceManage.task.comment')"
:label="t('views.traceManage.task.remark')"
name="comment"
>
<a-textarea
@@ -1044,7 +1044,7 @@ onMounted(() => {
:auto-size="{ minRows: 2, maxRows: 6 }"
:maxlength="250"
:show-count="true"
:placeholder="t('views.traceManage.task.commentPlease')"
:placeholder="t('views.traceManage.task.remarkPlease')"
/>
</a-form-item>
</a-form>