|
@@ -69,9 +69,9 @@
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
|
|
|
- <el-table-column prop="state" label="状态" >
|
|
|
+ <el-table-column prop="status" label="状态" >
|
|
|
<template slot-scope="scope">
|
|
|
- {{ scope.row.state ? '已启用' : '已禁用' }}
|
|
|
+ {{ scope.row.status==1 ? '已启用' : '已禁用' }}
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
|