fix:测试次数

master
chaiyapeng 2024-09-09 16:01:01 +08:00
parent d0598cf0c5
commit 3ab93fbe55
2 changed files with 2 additions and 2 deletions

View File

@ -52,7 +52,7 @@
</el-table-column>
<el-table-column
label="购买次数"
label="测试次数"
width="180">
<template slot-scope="scope">
<span style="margin-left: 10px">{{ scope.row.textNumber }}</span>

View File

@ -48,7 +48,7 @@
<!-- <el-button type="primary" style="float: right; padding: 10px 10px" @click="testWeatherForecast()" v-if="connector.connectorName=='天气预报'">API</el-button>-->
<el-button type="primary" style="float: right; padding: 10px 10px" @click="navigateToDocumentation(connector.connectorId)"></el-button>
<el-button type="primary" style="float: right; padding: 10px 10px" @click="navigateToDocumentation(connector.connectorId)"></el-button>
<!-- <el-button-->