初始化
parent
da10033ecc
commit
c1251267df
|
@ -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:"",
|
||||
|
|
Loading…
Reference in New Issue