|
@@ -689,6 +689,7 @@ defineExpose({
|
|
|
:title="$t('setupProtocol.protocolParamFields.result')"
|
|
|
data-index="recognizeResult"
|
|
|
:width="110"
|
|
|
+ fixed="left"
|
|
|
:sorter="true"
|
|
|
:filters="[
|
|
|
{ text: $t('setupProtocol.recognizeSuccess'), value: ProtocolRecognitionResult.Success },
|
|
@@ -719,6 +720,7 @@ defineExpose({
|
|
|
:title="$t('setupProtocol.protocolParamFields.platformParamName')"
|
|
|
data-index="platformParamName"
|
|
|
:width="188"
|
|
|
+ fixed="left"
|
|
|
>
|
|
|
<template #default="{ record }">
|
|
|
<a v-if="record.platformParamName && !record.candidateResults" @click="changeToStandardParams(record)">
|