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