Commit cfab0983 authored by 徐一鸣's avatar 徐一鸣

用户管理字段

parent a3c9040b
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
</el-table-column> </el-table-column>
<el-table-column label="业务系统名称"> <el-table-column label="业务系统名称">
<template slot-scope="scope"> <template slot-scope="scope">
<span v-text="scope.row.user_name"></span> <span v-text="scope.row.system_name"></span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="用户类型" align="center" width="160"> <el-table-column label="用户类型" align="center" width="160">
......
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