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

列表样式改动

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