diff --git a/$Recycle.Bin/S-1-5-21-3231082881-2130090724-2273209683-500/desktop.ini b/$Recycle.Bin/S-1-5-21-3231082881-2130090724-2273209683-500/desktop.ini deleted file mode 100644 index 5d0694e..0000000 --- a/$Recycle.Bin/S-1-5-21-3231082881-2130090724-2273209683-500/desktop.ini +++ /dev/null @@ -1,3 +0,0 @@ -[.ShellClassInfo] -CLSID={645FF040-5081-101B-9F08-00AA002F954E} -LocalizedResourceName=@%SystemRoot%\system32\shell32.dll,-8964 diff --git a/src/api/api_user.js b/src/api/api_user.js deleted file mode 100644 index 174c66c..0000000 --- a/src/api/api_user.js +++ /dev/null @@ -1,21 +0,0 @@ -import http from '../utils/http' - -// 登录 -export const apiLogin = data => { - return http({ url: '/lz_management/sys/login', method: 'post', data }) -} - -// 退出登录 -export const apiLogout = data => { - return http({ url: '/lz_management/sys/logout', method: 'post', data }) -} - -// 修改密码 -export const apiSysUserPassword = data => { - return http({ url: '/lz_management/sys/user/password', method: 'post', data }) -} - -// 获取用户相关 -export const apiGetUserInfo = (params, id) => { - return http({ url: `/lz_management/sys/user/info${id}`, method: 'get', params }) -} diff --git a/src/views/business/staff/staff-manage/index copy.vue b/src/views/business/staff/staff-manage/index copy.vue new file mode 100644 index 0000000..3750c80 --- /dev/null +++ b/src/views/business/staff/staff-manage/index copy.vue @@ -0,0 +1,37 @@ + + + + + + + \ No newline at end of file diff --git a/src/views/business/staff/staff-manage/index.vue b/src/views/business/staff/staff-manage/index.vue index 3750c80..379ff82 100644 --- a/src/views/business/staff/staff-manage/index.vue +++ b/src/views/business/staff/staff-manage/index.vue @@ -1,37 +1,265 @@ - - - \ No newline at end of file +.el-form-item .el-form-item { + margin-bottom: 22px; +} +.add-wrap { + margin-bottom: 22px; +} +.turn-work-list { + background-color: pink; + padding-bottom: 10px; + margin-bottom: 20px; +} +.bl-form3 { + &.el-pagination { + margin-top: 16px; + text-align: right; + } +} + diff --git a/src/views/business/staff/staff-profile/componments/chart-form/index.vue b/src/views/business/staff/staff-profile/componments/chart-form/index.vue index 235d8d0..8183919 100644 --- a/src/views/business/staff/staff-profile/componments/chart-form/index.vue +++ b/src/views/business/staff/staff-profile/componments/chart-form/index.vue @@ -17,7 +17,7 @@ export default { x: 'center', y: '80%', show: true - }, // 隐藏legend + }, color: ['#09f', '#eeeeee', '#468251', '#666666'], series: { center: ['50%', '40%'] diff --git a/src/views/business/staff/staff-profile/componments/query-form/index.vue b/src/views/business/staff/staff-profile/componments/query-form/index.vue index f8d41ad..166886d 100644 --- a/src/views/business/staff/staff-profile/componments/query-form/index.vue +++ b/src/views/business/staff/staff-profile/componments/query-form/index.vue @@ -51,7 +51,7 @@ - + {{ data.label }} @@ -59,8 +59,8 @@ - 取 消 - 确 定 + 取 消 + 确 定 @@ -71,7 +71,7 @@ export default { data () { return { isChooseText: '', - isChoose: true, + isChoose: false, data: [{ label: '业务前台', number: 24,