T相显示为检测名称

This commit is contained in:
caozehui
2025-01-15 10:14:33 +08:00
parent 6369c8ee63
commit 3ea2c93e43
3 changed files with 17 additions and 15 deletions

View File

@@ -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(() => {