|
@ -64,10 +64,10 @@ |
|
|
<el-table ref="table" v-loading="crud.loading" highlight-current-row style="width: 100%;" height="calc(100vh - 400px)" :data="crud.data" @selection-change="crud.selectionChangeHandler" @current-change="handleCurrentChange"> |
|
|
<el-table ref="table" v-loading="crud.loading" highlight-current-row style="width: 100%;" height="calc(100vh - 400px)" :data="crud.data" @selection-change="crud.selectionChangeHandler" @current-change="handleCurrentChange"> |
|
|
<el-table-column :selectable="checkboxT" type="selection" align="center" width="55" /> |
|
|
<el-table-column :selectable="checkboxT" type="selection" align="center" width="55" /> |
|
|
<el-table-column prop="name" label="名称" /> |
|
|
<el-table-column prop="name" label="名称" /> |
|
|
<el-table-column prop="dataScope" label="数据权限" /> |
|
|
|
|
|
<el-table-column prop="level" label="角色级别" /> |
|
|
|
|
|
|
|
|
<!-- <el-table-column prop="dataScope" label="数据权限" /> |
|
|
|
|
|
<el-table-column prop="level" label="角色级别" /> --> |
|
|
<el-table-column :show-overflow-tooltip="true" prop="description" label="描述" /> |
|
|
<el-table-column :show-overflow-tooltip="true" prop="description" label="描述" /> |
|
|
<el-table-column :show-overflow-tooltip="true" width="135px" prop="createTime" label="创建日期"> |
|
|
|
|
|
|
|
|
<el-table-column :show-overflow-tooltip="true" width="180px" prop="createTime" label="创建日期"> |
|
|
<template slot-scope="scope"> |
|
|
<template slot-scope="scope"> |
|
|
<div>{{ scope.row.createTime | parseTime }}</div> |
|
|
<div>{{ scope.row.createTime | parseTime }}</div> |
|
|
</template> |
|
|
</template> |
|
|