fix: 谱系
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
<div v-if="currentNode === 'inputModel'" class="detail-content">
|
||||
<BaseTable
|
||||
ref="inputModelTableRef"
|
||||
tableName="RESULT_MODEL"
|
||||
tableName="DATA_SEARCH"
|
||||
:api="getFileListApiFun"
|
||||
:params="getParamsByTypeFun(FILE_TYPE.MODEL_FILE)"
|
||||
showIndex
|
||||
@@ -37,7 +37,7 @@
|
||||
<div v-else-if="currentNode === 'calcModel'" class="detail-content">
|
||||
<BaseTable
|
||||
ref="calcModelTableRef"
|
||||
tableName="RESULT_FILE"
|
||||
tableName="DATA_SEARCH"
|
||||
:api="getFileListApiFun"
|
||||
:params="getParamsByTypeFun(FILE_TYPE.CALCULATION_FILE)"
|
||||
showIndex
|
||||
@@ -50,7 +50,7 @@
|
||||
<div v-else-if="currentNode === 'calcResult'" class="detail-content">
|
||||
<BaseTable
|
||||
ref="calcResultTableRef"
|
||||
tableName="RESULT_FILE"
|
||||
tableName="DATA_SEARCH"
|
||||
:api="getFileListApiFun"
|
||||
:params="getParamsByTypeFun(FILE_TYPE.CALCULATION_RESULT)"
|
||||
showIndex
|
||||
@@ -73,7 +73,7 @@
|
||||
<BaseTable
|
||||
v-if="keyResultType === '1'"
|
||||
ref="cloudImageTableRef"
|
||||
tableName="RESULT_PNG"
|
||||
tableName="DATA_SEARCH"
|
||||
:api="getFileListApiFun"
|
||||
:params="getKeyResultParamsFun(FILE_TYPE.PNG_FILE)"
|
||||
showIndex
|
||||
@@ -84,7 +84,7 @@
|
||||
<BaseTable
|
||||
v-else-if="keyResultType === '2'"
|
||||
ref="curveTableRef"
|
||||
tableName="RESULT_CURVE"
|
||||
tableName="DATA_SEARCH"
|
||||
:api="getFileListApiFun"
|
||||
:params="getKeyResultParamsFun(FILE_TYPE.CANVAS_FILE)"
|
||||
showIndex
|
||||
@@ -110,7 +110,7 @@
|
||||
<BaseTable
|
||||
v-else-if="keyResultType === '4'"
|
||||
ref="videoTableRef"
|
||||
tableName="RESULT_REPORT"
|
||||
tableName="DATA_SEARCH"
|
||||
:api="getFileListApiFun"
|
||||
:params="getKeyResultParamsFun(FILE_TYPE.VIDEO_FILE)"
|
||||
showIndex
|
||||
@@ -124,7 +124,7 @@
|
||||
<div v-else-if="currentNode === 'simReport'" class="detail-content">
|
||||
<BaseTable
|
||||
ref="reportTableRef"
|
||||
tableName="RESULT_REPORT"
|
||||
tableName="DATA_SEARCH"
|
||||
:api="getFileListApiFun"
|
||||
:params="getParamsByTypeFun(FILE_TYPE.REPORT_FILE)"
|
||||
showIndex
|
||||
@@ -137,7 +137,7 @@
|
||||
<div v-else-if="currentNode === 'testData'" class="detail-content">
|
||||
<BaseTable
|
||||
ref="testDataTableRef"
|
||||
tableName="RESULT_REPORT"
|
||||
tableName="DATA_SEARCH"
|
||||
:api="getFileListApiFun"
|
||||
:params="getParamsByTypeFun(FILE_TYPE.TEST_DOCUMENT_FILE)"
|
||||
showIndex
|
||||
@@ -153,7 +153,7 @@
|
||||
>
|
||||
<BaseTable
|
||||
ref="reviewReportTableRef"
|
||||
tableName="RESULT_REPORT"
|
||||
tableName="DATA_SEARCH"
|
||||
:api="getFileListApiFun"
|
||||
:params="getParamsByTypeFun(FILE_TYPE.REVIEW_FILE)"
|
||||
showIndex
|
||||
|
||||
Reference in New Issue
Block a user