Commit 4422adb8 authored by 张俊's avatar 张俊

列表样式改动

parent bd86d5a6
...@@ -232,7 +232,7 @@ import CryptoJS from "crypto-js"; ...@@ -232,7 +232,7 @@ import CryptoJS from "crypto-js";
{ {
label: "所属机构", label: "所属机构",
prop: "organization_name", prop: "organization_name",
width: 240 minWidth: 180
}, },
{ {
label: "创建时间", label: "创建时间",
......
...@@ -2,8 +2,8 @@ ...@@ -2,8 +2,8 @@
<div class="page_container"> <div class="page_container">
<div class="bg-breadcrumb"> <div class="bg-breadcrumb">
<el-breadcrumb separator="/"> <el-breadcrumb separator="/">
<el-breadcrumb-item> 开发管理 </el-breadcrumb-item> <el-breadcrumb-item> 系统管理 </el-breadcrumb-item>
<el-breadcrumb-item > 系统账号管理 </el-breadcrumb-item> <el-breadcrumb-item > 组织管理 </el-breadcrumb-item>
</el-breadcrumb> </el-breadcrumb>
</div> </div>
<div class="flex_row"> <div class="flex_row">
...@@ -347,17 +347,17 @@ import { downloadFileFormatNew } from '@/services/helper' ...@@ -347,17 +347,17 @@ import { downloadFileFormatNew } from '@/services/helper'
{ {
label: "手机号", label: "手机号",
prop: "contact_phone", prop: "contact_phone",
width: 150 minWidth: 150
}, },
{ {
label: "角色", label: "角色",
prop: "system_role", prop: "system_role",
width: 150 minWidth: 150
}, },
{ {
label: "创建时间", label: "创建时间",
prop: "created_time", prop: "created_time",
width: 200 minWidth: 200
}, },
{ {
label: "是否启用", label: "是否启用",
......
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