|
@@ -29,10 +29,10 @@
|
|
|
<el-table class="data-table" ref="data-table" :data="dataList" >
|
|
|
<sa-td type="index" name="序号"></sa-td>
|
|
|
<sa-td name="菜单名称" prop="menuName" ></sa-td>
|
|
|
- <sa-td name="前端路径" prop="path" ></sa-td>
|
|
|
- <sa-td name="图标" prop="icon" ></sa-td>
|
|
|
+ <sa-td name="前端路径" prop="path"></sa-td>
|
|
|
+ <sa-td name="图标" prop="icon" type="img"></sa-td>
|
|
|
<sa-td name="排序" prop="sort" ></sa-td>
|
|
|
- <sa-td name="状态" prop="enable" type="switch" :jv="{0: '禁用', 1: '启用'}" @change="s => updateEnable(s.row)"></sa-td>
|
|
|
+ <sa-td name="状态" prop="enable" type="switch" :jv="{0: '禁用[red]', 1: '启用[green]'}" @change="s => updateEnable(s.row)"></sa-td>
|
|
|
<sa-td name="是否认证后访问" prop="auth" type="switch" :jv="{0: '否', 1: '是'}" @change="s => updateAuth(s.row)"></sa-td>
|
|
|
<!-- <el-table-column label="操作" fixed="right" width="240px" v-if="assignAuth">
|
|
|
<template slot-scope="s">
|