Commit 2045b956 authored by zhangyichen's avatar zhangyichen

Merge branch 'master' into demo1

parents 93bf00b1 6f2200a2
......@@ -80,11 +80,11 @@
{{ scope.row.roleKey || '-' }}
</template>
</el-table-column>
<el-table-column label="显示顺序" prop="roleSort">
<template slot-scope="scope">
{{ scope.row.roleSort || '-' }}
</template>
</el-table-column>
<!-- <el-table-column label="显示顺序" prop="roleSort">-->
<!-- <template slot-scope="scope">-->
<!-- {{ scope.row.roleSort || '-' }}-->
<!-- </template>-->
<!-- </el-table-column>-->
<el-table-column label="状态" width="100">
<template slot-scope="scope" style="text-align: left">
<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