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