fix(测试跟踪): 功能用例附件格式支持json、jmx

--bug=1010118 --user=李玉号 【测试跟踪】功能用例附件格式支持放开
https://www.tapd.cn/55049933/s/1167744
This commit is contained in:
shiziyuan9527 2022-05-30 11:31:36 +08:00 committed by f2c-ci-robot[bot]
parent ac7cda27c9
commit 896f2ba932
4 changed files with 4 additions and 4 deletions

View File

@ -52,7 +52,7 @@
<el-row>
<el-col :span="20" :offset="1">
<el-upload
accept=".jpg,.jpeg,.png,.xlsx,.doc,.pdf,.docx,.txt"
accept=".jpg,.jpeg,.png,.xlsx,.doc,.pdf,.docx,.txt,.json,.jmx"
action=""
:show-file-list="false"
:before-upload="beforeUpload"

View File

@ -2087,7 +2087,7 @@ export default {
cancel_relevance_project: "Disassociating the project will also cancel the associated test cases under the project",
img_loading_fail: "Image failed to load",
pdf_loading_fail: "PDF loading failed",
upload_tip: "Only jpg, jpeg, png, docx, doc, pdf, xlsx, txt files can be uploaded",
upload_tip: "Only jpg, jpeg, png, docx, doc, pdf, xlsx, txt, json, jmx files can be uploaded",
attachment: "Attachment",
upload_time: "Upload Time",
total: "Total Case",

View File

@ -2085,7 +2085,7 @@ export default {
cancel_relevance_project: "取消项目关联会同时取消该项目下已关联的测试用例",
img_loading_fail: "图片加载失败",
pdf_loading_fail: "PDF加载失败",
upload_tip: "只能上传jpg、jpeg、png、docx、doc、pdf、xlsx、txt文件",
upload_tip: "只能上传jpg、jpeg、png、docx、doc、pdf、xlsx、txt、json、jmx文件",
attachment: "附件",
upload_time: "上传时间",
total: "用例总数",

View File

@ -2085,7 +2085,7 @@ export default {
cancel_relevance_project: "取消項目關聯會同時取消該項目下已關聯的測試用例",
img_loading_fail: "圖片加載失敗",
pdf_loading_fail: "PDF加載失敗",
upload_tip: "只能上傳jpg、jpeg、png、docx、doc、pdf、xlsx、txt文件",
upload_tip: "只能上傳jpg、jpeg、png、docx、doc、pdf、xlsx、txt、json、jmx文件",
attachment: "附件",
upload_time: "上傳時間",
total: "用例總數",