初始化

master
法外狂徒张三 2024-09-06 22:03:22 +08:00
parent da10033ecc
commit c1251267df
1 changed files with 3 additions and 0 deletions

View File

@ -52,6 +52,7 @@
inactive-value='N'
active-color="#13ce66"
inactive-color="#ff4949"
:disabled="scope.row.myNum === 0"
@change="handleStatusChange(scope.row)"
>
</el-switch>
@ -70,6 +71,7 @@
size="mini"
type="text"
icon="el-icon-s-order"
:disabled="scope.row.myStates === 'N'"
@click="jkwd(scope.row)"
>接口文档</el-button>
</template>
@ -191,6 +193,7 @@ export default {
name: "Api",
data() {
return {
disableds:false,
jsonData:{},
unkownvalue:"",
sysId:"",