|
|
@ -56,8 +56,8 @@ |
|
|
|
</el-table-column> --> |
|
|
|
<el-table-column label="是否可用" align="center" width="140"> |
|
|
|
<template slot-scope="scope"> |
|
|
|
<el-switch v-model="scope.row.usageStatus" active-text="是" inactive-text="否" active-value="1" |
|
|
|
inactive-value="0" @change="enableChange(scope.row.sid,scope.row.usageStatus)" /> |
|
|
|
<el-switch v-model="scope.row.isEnable" active-text="是" inactive-text="否" active-value="1" |
|
|
|
inactive-value="0" @change="enableChange(scope.row.sid,scope.row.isEnable)" /> |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
<el-table-column prop="areaName" label="库区名称" align="center" /> |
|
|
|