|
@@ -416,9 +416,9 @@ function goDetails(item){
|
|
|
theme="primary"
|
|
|
block
|
|
|
style="width: 300px; margin: 30px auto"
|
|
|
- v-if="['expired','unTest'].includes(riskLevelStatus)"
|
|
|
+ v-if="['expired','unTest', 'unMatch'].includes(riskLevelStatus)"
|
|
|
@click="handleGoTestRisk"
|
|
|
- >风险测评</t-button
|
|
|
+ >{{riskLevelStatus === 'unMatch' ? '重新测评' : '风险测评'}}</t-button
|
|
|
>
|
|
|
</template>
|
|
|
</div>
|