初始化

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