fix: 去掉API字段列

This commit is contained in:
chenjianxing 2021-04-29 11:47:59 +08:00 committed by BugKing
parent 2b2438805f
commit c8c9c4460c
5 changed files with 5 additions and 5 deletions

View File

@ -32,7 +32,7 @@
</template>
</ms-table-column>
<field-custom-data-table-item :scene="scene"/>
<!-- <field-custom-data-table-item :scene="scene"/>-->
<ms-table-column
:label="$t('api_test.definition.document.table_coloum.is_required')"

View File

@ -7,7 +7,7 @@
<el-dropdown-menu>
<el-dropdown-item command="STEP">
<div>{{ $t('test_track.case.step_describe') }}</div>
<div>{{ $t('test_track.case.change_type_tip') }}</div>
<div>{{ $t('test_track.case.step_describe_tip') }}</div>
</el-dropdown-item>
<el-dropdown-item command="TEXT">
<div>{{ $t('test_track.case.text_describe') }}</div>

View File

@ -1250,10 +1250,10 @@ export default {
step_info: "Step Info",
other_info: "Other Info",
step_describe: "Step Describe",
step_describe_tip: "Applicable to every step of the test scenario, there are clear test steps, expected results",
text_describe: "Text Describe",
text_describe_tip: "For simple test scenarios, there are no clear test steps",
change_type: "Change Type",
change_type_tip: "Applicable to every step of the test scenario, there are clear test steps, expected results",
minder_create_tip: "failed, unable to create its parent module in minder",
check_select: "Please check the case",
export_all_cases: 'Are you sure you want to export all use cases?',

View File

@ -1255,10 +1255,10 @@ export default {
step_info: "步骤信息",
other_info: "其他信息",
step_describe: "步骤描述",
step_describe_tip: "适用于需要每一个步骤进行测试的场景,有明确的测试步骤、预期结果",
text_describe: "文本描述",
text_describe_tip: "使用于简单的测试场景,没有明确的测试步骤",
change_type: "更改类型",
change_type_tip: "适用于需要每一个步骤进行测试的场景,有明确的测试步骤、预期结果",
minder_create_tip: "失败, 无法在脑图创建其父模块",
check_select: "请勾选用例",
export_all_cases: '确定要导出全部用例吗?',

View File

@ -1255,10 +1255,10 @@ export default {
step_info: "步驟信息",
other_info: "其他信息",
step_describe: "步驟描述",
step_describe_tip: "適用於需要每一個步驟進行測試的場景,有明確的測試步驟、預期結果",
text_describe: "文本描述",
text_describe_tip: "使用於簡單的測試場景,沒有明確的測試步驟",
change_type: "更改類型",
change_type_tip: "適用於需要每一個步驟進行測試的場景,有明確的測試步驟、預期結果",
minder_create_tip: "失敗, 無法在腦圖創建其父模塊",
check_select: "請勾選用例",
export_all_cases: '確定要導出全部用例嗎?',