parent
8e12fc087c
commit
72fd7f8bd4
|
@ -3,6 +3,7 @@
|
|||
:label="$t('test_track.issue.description')"
|
||||
prop="description"
|
||||
:field="field"
|
||||
min-width="120"
|
||||
:fields-width="fieldsWidth">
|
||||
<template v-slot:default="scope">
|
||||
<el-popover
|
||||
|
|
|
@ -377,8 +377,8 @@ export default {
|
|||
workspace_unit: "",
|
||||
dash_board:'DashBoard',
|
||||
all_project:'All Project',
|
||||
to_be_completed:'To be completed',
|
||||
pending_upgrade:'Pending upgrade',
|
||||
to_be_completed:'Unfinished',
|
||||
pending_upgrade:'To be update',
|
||||
information:'Information',
|
||||
nick_name:'Nick name',
|
||||
resourceId:'Resource ID',
|
||||
|
@ -1970,8 +1970,8 @@ export default {
|
|||
plan_status_finished: "Finished",
|
||||
plan_status_completed: "Completed",
|
||||
plan_status_trash: "Trashed",
|
||||
planned_start_time: "Scheduled Start Time",
|
||||
planned_end_time: "Scheduled End Time",
|
||||
planned_start_time: "Plan Start Time",
|
||||
planned_end_time: "Plan End Time",
|
||||
actual_start_time: "Actual Start Time",
|
||||
actual_end_time: "Actual End Time",
|
||||
plan_delete_confirm: "All use cases under this plan will be deleted,confirm delete test plan: ",
|
||||
|
@ -2153,7 +2153,7 @@ export default {
|
|||
input_title: "Please enter title",
|
||||
id: "Issue ID",
|
||||
title: "Issue Title",
|
||||
description: "Issue Description",
|
||||
description: "Issue Describe",
|
||||
status: "Issue Status",
|
||||
platform: "Platform",
|
||||
issue_project:"Project",
|
||||
|
|
Loading…
Reference in New Issue