T相显示为检测名称
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
<el-table-column prop="dataC" :label="'C相'+(unit==''?'':'('+unit+')')"/>
|
||||
</template>
|
||||
<template v-if="phaseT === 1">
|
||||
<el-table-column prop="dataT" :label="'T相'+(unit==''?'':'('+unit+')')"/>
|
||||
<el-table-column prop="dataT" :label="currentScriptTypeName+(unit==''?'':'('+unit+')')"/>
|
||||
</template>
|
||||
</el-table>
|
||||
</div>
|
||||
@@ -27,6 +27,7 @@ import {exportRawData} from "@/api/check/test"
|
||||
|
||||
const {tableData} = defineProps<{
|
||||
tableData: CheckData.RawDataItem[]
|
||||
currentScriptTypeName: string
|
||||
}>()
|
||||
|
||||
const unit = computed(() => {
|
||||
|
||||
Reference in New Issue
Block a user