Commit 99ac2429 authored by zhuangxinwei's avatar zhuangxinwei

56457

parent 508ae22d
...@@ -80,11 +80,11 @@ ...@@ -80,11 +80,11 @@
{{ scope.row.roleKey || '-' }} {{ scope.row.roleKey || '-' }}
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="显示顺序" prop="roleSort"> <!-- <el-table-column label="显示顺序" prop="roleSort">-->
<template slot-scope="scope"> <!-- <template slot-scope="scope">-->
{{ scope.row.roleSort || '-' }} <!-- {{ scope.row.roleSort || '-' }}-->
</template> <!-- </template>-->
</el-table-column> <!-- </el-table-column>-->
<el-table-column label="状态" width="100"> <el-table-column label="状态" width="100">
<template slot-scope="scope" style="text-align: left"> <template slot-scope="scope" style="text-align: left">
<el-switch <el-switch
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment