Commit 1fdfd8d3 by 无尘

fix: 修改注释和尾分号

parent c6e736a1
......@@ -5,3 +5,4 @@
src/assets
public
static
iconfont.js
......@@ -143,30 +143,27 @@ module.exports = {
// ----------------------------------------------------代码规范----------------------------------------------------------
/**
* 代码规范
* 有关【空格】、【链式换行】、【缩进】、【=、{}、()、首位空格】规范没有添加,怕大家一时间接受不了,目前所挑选的规则都是:保障我们的代码可读性、可维护性的
* */
// 变量名必须是 camelcase 驼峰风格的
// @off 【涉及到 很多 api 或文件名可能都不是 camelcase 先关闭】
camelcase: 0,
camelcase: [ 2, { "properties": "always" }],
// @fixable 禁止在行首写逗号
"comma-style": [2, "last"],
// @fixable 一个缩进必须用两个空格替代
// @off 【不限制大家,为了关闭eslint默认值,所以手动关闭,off不可去掉】 讨论
indent: [2, 2,{ "SwitchCase": 1 }],
//@off 手动关闭//前面需要回车的规则 注释
"spaced-comment": 0,
//@off 手动关闭//前面需要空格 注释
"spaced-comment": 2,
//@off 手动关闭: 禁用行尾空白
"no-trailing-spaces": 2,
//@off 手动关闭: 不允许多行回车
"no-multiple-empty-lines": 1,
//@off 手动关闭: 逗号前必须加空格
"comma-spacing": 0,
"comma-spacing": 2,
//@off 手动关闭: 冒号后必须加空格
"key-spacing": 1,
"key-spacing": 2,
// @fixable 结尾禁止使用分号
//@off [vue官方推荐无分号,不知道大家是否可以接受?先手动off掉] 讨论
// "semi": [2,"never"],
semi: 0,
// 代码块嵌套的深度禁止超过 5 层
"max-depth": [1, 20],
// 回调函数嵌套禁止超过 4 层,多了请用 async await 替代
......@@ -200,6 +197,57 @@ module.exports = {
eqeqeq: 0,
//this别名
"consistent-this": [2, "that"],
//强制使用一致的反勾号、双引号或单引号 (quotes) 关闭
quotes: [2, "single"],
"array-bracket-spacing": [2,"always"],//[后 ]前必须有一个空格
"object-curly-spacing": [2,"always"],//{后 }前必须有一个空格
"space-before-function-paren": [2, "never"],//函数圆括号之前无空格
"space-infix-ops": 2,
"semi": [2, "always"],//语句强制分号结尾
"valid-jsdoc": ["error", {
"requireReturn": false,
"requireParamDescription": false,
"requireReturnDescription": false
}], //强制JSDoc注释
"vue/order-in-components": ["error", {
"order": [
"el",
"name",
"key",
"parent",
"functional",
["delimiters", "comments"],
["components", "directives"],
"extends",
"mixins",
["provide", "inject"],
"ROUTER_GUARDS",
"layout",
"middleware",
"validate",
"scrollToTop",
"transition",
"loading",
"inheritAttrs",
"model",
["props", "propsData"],
"emits",
"setup",
"asyncData",
"data",
"fetch",
"head",
"watchQuery",
"LIFECYCLE_HOOKS",
"methods",
"filters",
"computed",
"watch",
["template", "render"],
"renderError"
]
}],
// -----------------------------ECMAScript 6-------------------------------------
/**
* ECMAScript 6
......@@ -215,15 +263,11 @@ module.exports = {
"no-dupe-class-members": 2,
// 禁止重复 import 模块
"no-duplicate-imports": 2,
//@off 以后可能会开启 禁止 var
"no-var": 0,
//@off 禁止 var
"no-var": 2,
// ---------------------------------被关闭的规则-----------------------
// parseInt必须指定第二个参数 parseInt("071",10);
radix: 0,
//强制使用一致的反勾号、双引号或单引号 (quotes) 关闭
quotes: [1, "single"],
//要求或禁止函数圆括号之前有一个空格
"space-before-function-paren": [0, "always"],
//禁止或强制圆括号内的空格
"space-in-parens": [0, "never"],
//关键字后面是否要空一格
......
.flex[data-v-c8ca5206]{display:-webkit-box;display:-ms-flexbox;display:flex}.flex-1[data-v-c8ca5206]{-webkit-box-flex:1;-ms-flex:1;flex:1}.flex-column[data-v-c8ca5206]{-moz-flex-direction:column;-ms-flex-direction:column;-o-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.flex-row[data-v-c8ca5206]{-moz-flex-direction:row;-ms-flex-direction:row;-o-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row}.flex-align-center[data-v-c8ca5206]{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.flex-pack-center[data-v-c8ca5206]{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.flex-between[data-v-c8ca5206]{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.flex-wrap[data-v-c8ca5206]{-ms-flex-wrap:wrap;-o-flex-wrap:wrap;flex-wrap:wrap}.border-box[data-v-c8ca5206]{-webkit-box-sizing:border-box;box-sizing:border-box}.set-tip-body[data-v-c8ca5206]{position:fixed;left:50%;top:91px;z-index:999}.pro-name[data-v-c8ca5206]{font-size:16px;font-weight:600;color:#303133;line-height:22px;background:-webkit-gradient(linear,right top,left top,from(#5b4adb),to(#2da8ff));background:linear-gradient(270deg,#5b4adb,#2da8ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.user-item[data-v-c8ca5206]{position:relative;margin-top:10px;padding:10px 0 0 0}.user-item[data-v-c8ca5206]:hover{color:#2f54eb;cursor:pointer}.user-item[data-v-c8ca5206]:after{content:"";position:absolute;left:-15px;right:-15px;top:0;height:1px;background:#e4e7ed}.navsuer-wrap .hide-item[data-v-c8ca5206]{width:118px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.navsuer-wrap .user-item[data-v-c8ca5206]{text-align:center;color:#606266}.navsuer-wrap .user-item a[data-v-c8ca5206]{color:#606266}.navsuer-wrap .user-item:hover .user-text[data-v-c8ca5206]{display:block;color:#2f54eb;cursor:pointer}.nav-header[data-v-c8ca5206]{position:fixed;display:-webkit-box;display:-ms-flexbox;display:flex;top:0;left:0;width:100%;height:46px;line-height:46px;font-size:14px;background-color:#fff;padding:0;z-index:99;color:#fff;-webkit-box-shadow:0 4px 6px 0 rgba(221,227,237,.29);box-shadow:0 4px 6px 0 rgba(221,227,237,.29)}.nav-header .fl[data-v-c8ca5206]{float:left}.nav-header .fr[data-v-c8ca5206]{float:right}.nav-header-logo[data-v-c8ca5206]{-webkit-box-flex:0;-ms-flex:0 0 200px;flex:0 0 200px;width:200px;height:46px;float:left;padding-left:50px;font-size:20px;color:#1f2f3d;text-align:left;background:url(../img/logo.861ef5c7.png) no-repeat 20px;background-size:22px;-webkit-box-sizing:border-box;box-sizing:border-box}.nav-header-pic[data-v-c8ca5206]{vertical-align:middle}.nav-header-item[data-v-c8ca5206]{-webkit-box-flex:1;-ms-flex:1;flex:1}.nav-header .item-link[data-v-c8ca5206]{float:left;display:inline-block;width:133px;padding:0 10px;text-align:center;cursor:pointer;color:#606266;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.nav-header .item-link.menu-font-16[data-v-c8ca5206]{font-size:16px}.nav-header .item-link.icon-collapse[data-v-c8ca5206]{width:auto;padding:0 23px 0 14px}.nav-header .item-link[data-v-c8ca5206]:hover{color:#2f54eb}.nav-header .current-module.bottom[data-v-c8ca5206]{color:#2f54eb;font-weight:600;position:relative}.nav-header .current-module.bottom[data-v-c8ca5206]:after{content:"";position:absolute;bottom:0;left:0;right:0;z-index:1;margin:0 auto;width:100%;-webkit-animation:borders-data-v-c8ca5206 .5s;animation:borders-data-v-c8ca5206 .5s;border-top:2px solid #2f54ed}li[data-v-c8ca5206]{list-style:none}.navuser-info[data-v-c8ca5206]{text-align:center;padding-right:20px}.navuser-info .span-log[data-v-c8ca5206]{position:relative;font-size:18px;padding-right:10px}.navuser-info .span-log[data-v-c8ca5206]:after{content:"";position:absolute;top:3px;right:0;width:0;height:14px;border-right:1px solid #e4e7ed}.navuser-info .user-img[data-v-c8ca5206]{display:inline-block;vertical-align:middle;width:24px;height:24px;border-radius:12px}.navuser-info .el-button--text[data-v-c8ca5206]{padding-right:24px;font-size:14px;color:#606266;margin-left:30px}.nav-user-name[data-v-c8ca5206]{position:relative;display:inline-block;padding:0 20px 0 10px;color:#606266;text-align:center}.nav-user-name[data-v-c8ca5206]:hover{color:#2f54eb}.nav-user-name:hover .arrowico[data-v-c8ca5206]{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.user-left-img img[data-v-c8ca5206]{width:24px;height:24px;border-radius:50%}@-webkit-keyframes borders-data-v-c8ca5206{0%{width:0}to{width:100%}}@keyframes borders-data-v-c8ca5206{0%{width:0}to{width:100%}}@media screen and (max-width:1280px){.nav-header[data-v-c8ca5206]{min-width:1280px}}@media screen and (min-width:1280px) and (max-width:1366px){.nav-header[data-v-c8ca5206]{min-width:1280px}}@media screen and (min-width:1366px) and (max-width:1440px){.nav-header[data-v-c8ca5206]{min-width:1366px}}@media screen and (min-width:1440px) and (max-width:1920px){.nav-header[data-v-c8ca5206]{min-width:1440px}}.enterprise-wrap[data-v-69af436b]{background:#f0f2f5}.enterprise-wrap .enterprise-wrap__body .content[data-v-69af436b]{padding-top:46px;min-width:1400px;-webkit-box-sizing:border-box;box-sizing:border-box}
\ No newline at end of file
.login-wrap[data-v-68f3e50c]{width:100%;min-height:100vh}.login-wrap .p-l-7[data-v-68f3e50c]{padding-left:7px}.login-wrap .login-body-top[data-v-68f3e50c]{position:relative;width:100%;height:431px;background-repeat:no-repeat;background-size:cover;background-position:50%;background-color:#2f54eb}.login-wrap .login-body-top .login-body-head[data-v-68f3e50c]{width:100%}.login-wrap .login-body-top .login-body-head .login-body-head_inner[data-v-68f3e50c]{width:100%;padding:22px 0 0 24px}.login-wrap .login-body-top .login-body-head .login-body-head_inner img[data-v-68f3e50c]{width:25px}.login-wrap .login-body-top .login-body-head .login-body-head_inner .login-body-title[data-v-68f3e50c]{font-weight:600;color:#fff;font-size:18px;padding-top:5px}.login-wrap .login-body-top .bg-dot[data-v-68f3e50c]{position:absolute;left:50%;bottom:-93px;margin-left:-500px;width:87px;height:142px;background-repeat:no-repeat;background-size:cover;background-position:50%}.login-wrap .login-body-top .bg-dot-center[data-v-68f3e50c]{position:absolute;left:50%;bottom:-233px;margin-left:-71px;width:142px;height:87px;background-repeat:no-repeat;background-size:cover;background-position:50%}.login-wrap .login-body-top .login-body-qrcode[data-v-68f3e50c]{position:absolute;left:50%;bottom:-173px;margin-left:-183px;width:366px;height:343px;background:#fff;-webkit-box-shadow:0 6px 8px 0 rgba(208,213,232,.27);box-shadow:0 6px 8px 0 rgba(208,213,232,.27);border-radius:5px;z-index:1}.login-wrap .login-body-top .login-body-qrcode .login-qrcode-inner[data-v-68f3e50c]{width:100%;padding:40px 88px 25px 88px;text-align:center}.login-wrap .login-body-top .login-body-qrcode .login-qrcode-inner #qrcode[data-v-68f3e50c]{width:190px;height:190px}.login-wrap .login-body-bottom[data-v-68f3e50c]{width:100%;height:300px;background:#fff}
\ No newline at end of file
.span-dot[data-v-5ec0b30d]{display:inline-block;vertical-align:middle;width:6px;height:6px;margin-right:6px;border-radius:3px}.span-dot.bg-52c41a[data-v-5ec0b30d]{background:#52c41a}.span-dot.bg-f5222d[data-v-5ec0b30d]{background:#f5222d}.bg-82C5FF[data-v-5ec0b30d]{background:#82c5ff}.color-508CEE[data-v-5ec0b30d]{color:#508cee}.color-FF585C[data-v-5ec0b30d]{color:#ff585c}.line-h-18[data-v-5ec0b30d]{line-height:18px}.tooltip-text[data-v-5ec0b30d]{width:100%;white-space:pre-wrap;word-break:break-all}.w-293[data-v-5ec0b30d]{width:293px}.w-191[data-v-5ec0b30d]{width:191px}.el-alert--info[data-v-5ec0b30d]{background:#f0f5ff;border-radius:2px;border:1px solid #85a5ff;-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start}.el-alert--info .el-alert__icon[data-v-5ec0b30d]{font-size:12px;padding-top:3px}.my-customer-wrap[data-v-5ec0b30d]{height:100%}.right-content[data-v-5ec0b30d]{padding:0 20px 20px 20px;min-height:calc(100% - 160px)}.right-content .right-box[data-v-5ec0b30d]{background:#fff;min-height:500px;padding:0}.right-content .right-box .apps-content .apps-content-right[data-v-5ec0b30d]{width:100%;padding:20px;background:#fff}.right-content .right-box .apps-content .apps-content-right .overstore-body[data-v-5ec0b30d]{background:#fff}.right-content .right-box .apps-content .apps-content-right .app-detail-wrap[data-v-5ec0b30d],.right-content .right-box .apps-content .apps-content-right .common-set-wrap[data-v-5ec0b30d],.right-content .right-box .apps-content .apps-content-right .daily-set-wrap[data-v-5ec0b30d]{height:100%;background:#fff}.navwrap[data-v-b492602c]{padding:12px 20px}.boxbttom[data-v-b492602c],.boxshow[data-v-b492602c]{border-bottom:1px solid #e4e7ed}.boxshow[data-v-b492602c]{-webkit-box-shadow:5px -1px 5px #dfdfdf;box-shadow:5px -1px 5px #dfdfdf}.navtitle[data-v-b492602c]{margin:24px 0 0 0;font-size:20px;color:#303133;font-weight:500}.navtip[data-v-b492602c]{width:100%;height:38px;line-height:38px;font-size:13px;border-radius:2px;color:#606266;background-color:#f4f4f5}.navmTop[data-v-b492602c]{margin-top:25px}.navtipcolor[data-v-b492602c]{margin:0 12px;color:#2f54eb}.el-breadcrumb__inner.is-link[data-v-b492602c]:hover,.el-breadcrumb__inner a[data-v-b492602c]:hover{color:#2f54eb}.el-breadcrumb__item:last-child .el-breadcrumb__inner[data-v-b492602c],.el-breadcrumb__item:last-child .el-breadcrumb__inner[data-v-b492602c]:hover,.el-breadcrumb__item:last-child .el-breadcrumb__inner a[data-v-b492602c],.el-breadcrumb__item:last-child .el-breadcrumb__inner a[data-v-b492602c]:hover{font-weight:700;text-decoration:none;cursor:pointer;color:#303133}.span-dot[data-v-4f2e82c2]{display:inline-block;vertical-align:middle;width:6px;height:6px;margin-right:6px;border-radius:3px}.span-dot.bg-52c41a[data-v-4f2e82c2]{background:#52c41a}.span-dot.bg-f5222d[data-v-4f2e82c2]{background:#f5222d}.bg-82C5FF[data-v-4f2e82c2]{background:#82c5ff}.color-508CEE[data-v-4f2e82c2]{color:#508cee}.color-FF585C[data-v-4f2e82c2]{color:#ff585c}.line-h-18[data-v-4f2e82c2]{line-height:18px}.line-28[data-v-4f2e82c2]{line-height:28px}.min-w-90[data-v-4f2e82c2]{min-width:90px}.tooltip-text[data-v-4f2e82c2]{width:100%;white-space:pre-wrap;word-break:break-all}.w-293[data-v-4f2e82c2]{width:293px}.w-191[data-v-4f2e82c2]{width:191px}.w-168[data-v-4f2e82c2]{width:168px}.common-bottom-border[data-v-4f2e82c2]{cursor:pointer;padding-bottom:2px;border-bottom:1px dashed #2f54eb}.el-alert--info[data-v-4f2e82c2]{background:#f0f5ff;border-radius:2px;border:1px solid #85a5ff;-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start}.el-alert--info .el-alert__icon[data-v-4f2e82c2]{font-size:12px;padding-top:3px}.el-button.cursor-unset[data-v-4f2e82c2]{cursor:unset}.my-customer-wrap[data-v-4f2e82c2]{height:100%}.right-content[data-v-4f2e82c2]{padding:0 20px 20px 20px;min-height:calc(100% - 160px)}.right-content .right-box[data-v-4f2e82c2]{background:#fff;min-height:500px;padding:0}.right-content .right-box .apps-content .apps-content-right[data-v-4f2e82c2]{width:100%;padding:20px;background:#fff}.right-content .right-box .apps-content .apps-content-right .overstore-body[data-v-4f2e82c2]{background:#fff}.right-content .right-box .apps-content .apps-content-right .app-detail-wrap[data-v-4f2e82c2],.right-content .right-box .apps-content .apps-content-right .common-set-wrap[data-v-4f2e82c2],.right-content .right-box .apps-content .apps-content-right .daily-set-wrap[data-v-4f2e82c2]{height:100%;background:#fff}
\ No newline at end of file
.role-menu .role-item[data-v-4a517647]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:5px 10px 5px 20px;font-size:14px;font-weight:400;line-height:20px;color:#606266;cursor:pointer}.role-menu .role-item.active[data-v-4a517647],.role-menu .role-item[data-v-4a517647]:hover{color:#2f54ed;background-color:rgba(47,84,235,.05)}.role-menu .role-item:hover .edit-icon[data-v-4a517647]{opacity:1;color:#2f54ed;background-color:rgba(47,84,235,.09)}.role-menu .role-item .edit-icon[data-v-4a517647]{padding:4px;opacity:0;font-size:12px}.role-menu .role-item .role-name[data-v-4a517647]{display:block;width:90%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.role-menu .no-data[data-v-4a517647]{padding:10px 0 40px 0;text-align:center;color:#909399}.del-role[data-v-4a517647]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.del-role .el-icon-warning[data-v-4a517647]{color:#e6a23c;font-size:24px}.del-role .del-role-content[data-v-4a517647]{margin-left:10px}.del-role .del-role-content .del-role-tip[data-v-4a517647]{font-size:14px;font-weight:400;color:#606266;line-height:20px}.admin[data-v-4f019531]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;background-color:#fff;min-height:100%}.admin .role-list[data-v-4f019531]{-ms-flex-negative:0;flex-shrink:0;width:194px;border-right:1px solid #e4e7ed}.admin .role-list .add-role[data-v-4f019531]{padding:20px}.admin .role-list .add-role .el-button[data-v-4f019531]{width:100%;border-style:dashed}.admin .admin-list[data-v-4f019531]{padding:20px;width:calc(100% - 194px)}.admin .admin-list .admin-list-title[data-v-4f019531]{margin-bottom:20px;font-size:14px;font-weight:700;color:#303133;line-height:20px}
\ No newline at end of file
.navwrap[data-v-b492602c]{padding:12px 20px}.boxbttom[data-v-b492602c],.boxshow[data-v-b492602c]{border-bottom:1px solid #e4e7ed}.boxshow[data-v-b492602c]{-webkit-box-shadow:5px -1px 5px #dfdfdf;box-shadow:5px -1px 5px #dfdfdf}.navtitle[data-v-b492602c]{margin:24px 0 0 0;font-size:20px;color:#303133;font-weight:500}.navtip[data-v-b492602c]{width:100%;height:38px;line-height:38px;font-size:13px;border-radius:2px;color:#606266;background-color:#f4f4f5}.navmTop[data-v-b492602c]{margin-top:25px}.navtipcolor[data-v-b492602c]{margin:0 12px;color:#2f54eb}.el-breadcrumb__inner.is-link[data-v-b492602c]:hover,.el-breadcrumb__inner a[data-v-b492602c]:hover{color:#2f54eb}.el-breadcrumb__item:last-child .el-breadcrumb__inner[data-v-b492602c],.el-breadcrumb__item:last-child .el-breadcrumb__inner[data-v-b492602c]:hover,.el-breadcrumb__item:last-child .el-breadcrumb__inner a[data-v-b492602c],.el-breadcrumb__item:last-child .el-breadcrumb__inner a[data-v-b492602c]:hover{font-weight:700;text-decoration:none;cursor:pointer;color:#303133}.bind-store-body[data-v-5df29097]{width:331px;padding:10px;margin:20px 0 0 0;border:1px solid #e4e7ed}.bind-store-body .w-215[data-v-5df29097]{width:215px}.bind-store-body .w-115[data-v-5df29097]{width:115px}.bind-store-body .select-tree-wrap[data-v-5df29097]{height:323px;overflow-y:auto}.bind-store-body .select-tree-wrap .el-tree[data-v-5df29097]{width:309px;height:323px;overflow-x:auto}.bind-store-body .select-tree-wrap .el-tree .custom-tree-node[data-v-5df29097]{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;font-size:14px;padding-right:8px}.daily-store-select[data-v-95c5aa50]{position:relative;width:331px;min-height:398px;margin:20px 0 0 0;padding:10px;border:1px solid #e4e7ed}.daily-store-select .define-search-select .el-select-dropdown__wrap[data-v-95c5aa50]{max-height:343px}.daily-store-select .define-search-select .el-checkbox-group[data-v-95c5aa50]{overflow-x:auto;height:338px}.daily-store-select .define-search-select .el-checkbox-group ul[data-v-95c5aa50]{height:100%}.daily-store-select .define-search-select .el-checkbox-group ul li[data-v-95c5aa50]{overflow:unset;text-overflow:unset}
\ No newline at end of file
.navwrap[data-v-b492602c]{padding:12px 20px}.boxbttom[data-v-b492602c],.boxshow[data-v-b492602c]{border-bottom:1px solid #e4e7ed}.boxshow[data-v-b492602c]{-webkit-box-shadow:5px -1px 5px #dfdfdf;box-shadow:5px -1px 5px #dfdfdf}.navtitle[data-v-b492602c]{margin:24px 0 0 0;font-size:20px;color:#303133;font-weight:500}.navtip[data-v-b492602c]{width:100%;height:38px;line-height:38px;font-size:13px;border-radius:2px;color:#606266;background-color:#f4f4f5}.navmTop[data-v-b492602c]{margin-top:25px}.navtipcolor[data-v-b492602c]{margin:0 12px;color:#2f54eb}.el-breadcrumb__inner.is-link[data-v-b492602c]:hover,.el-breadcrumb__inner a[data-v-b492602c]:hover{color:#2f54eb}.el-breadcrumb__item:last-child .el-breadcrumb__inner[data-v-b492602c],.el-breadcrumb__item:last-child .el-breadcrumb__inner[data-v-b492602c]:hover,.el-breadcrumb__item:last-child .el-breadcrumb__inner a[data-v-b492602c],.el-breadcrumb__item:last-child .el-breadcrumb__inner a[data-v-b492602c]:hover{font-weight:700;text-decoration:none;cursor:pointer;color:#303133}.bind-store-body[data-v-635d6f1b]{width:331px;padding:10px;margin:20px 0 0 0;border:1px solid #e4e7ed}.bind-store-body .w-215[data-v-635d6f1b]{width:215px}.bind-store-body .w-115[data-v-635d6f1b]{width:115px}.bind-store-body .select-tree-wrap[data-v-635d6f1b]{height:323px;overflow-y:auto}.bind-store-body .select-tree-wrap .el-tree[data-v-635d6f1b]{width:309px;height:323px;overflow-x:auto}.bind-store-body .select-tree-wrap .el-tree .custom-tree-node[data-v-635d6f1b]{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;font-size:14px;padding-right:8px}.daily-store-select[data-v-a42af086]{position:relative;width:331px;min-height:398px;margin:20px 0 0 0;padding:10px;border:1px solid #e4e7ed}.daily-store-select .define-search-select .el-select-dropdown__wrap[data-v-a42af086]{max-height:343px}.daily-store-select .define-search-select .el-checkbox-group[data-v-a42af086]{overflow-x:auto;height:338px}.daily-store-select .define-search-select .el-checkbox-group ul[data-v-a42af086]{height:100%}.daily-store-select .define-search-select .el-checkbox-group ul li[data-v-a42af086]{overflow:unset;text-overflow:unset}
\ No newline at end of file
.li-cell[data-v-0791c19a]{min-height:26px;line-height:26px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.li-cell .color-606266.color-fff[data-v-0791c19a]{color:#fff}.li-cell.li-cell-active[data-v-0791c19a]{background:#f4f6fe}.li-cell.li-cell-active .iconqiye-tianchong[data-v-0791c19a],.li-cell.li-cell-active .span-departName[data-v-0791c19a]{color:#2f54eb}.li-cell.li-cell-active .color-606266.color-fff[data-v-0791c19a]{color:#f4f6fe}.contact-li .li-cell[data-v-0791c19a]:hover{background:#f4f6fe}.contact-li .li-cell:hover .span-departName[data-v-0791c19a]{color:#303133}.contact-li .li-cell:hover .color-606266.color-fff[data-v-0791c19a]{color:#f4f6fe}.w-110[data-v-0791c19a]{width:110px}.w-320[data-v-0791c19a]{width:320px}.m-t-14[data-v-0791c19a]{margin-top:14px}.child-row[data-v-0791c19a]{padding-left:10px}.span-dot[data-v-e950f322]{display:inline-block;width:6px;height:6px;margin-right:5px;background:#d9d9d9;border-radius:50%}.m-l-30[data-v-e950f322]{margin-left:30px}.depart-cell:hover span[data-v-e950f322]{padding-bottom:4px;border-bottom:1px dashed #2f54eb}.span-dot[data-v-3a84ef44]{display:inline-block;width:6px;height:6px;margin-right:5px;background:#d9d9d9;border-radius:50%}.w-95[data-v-3a84ef44]{width:95px}.m-l-30[data-v-3a84ef44]{margin-left:30px}.w-319[data-v-3a84ef44]{width:319px}.w-558[data-v-3a84ef44]{width:558px}.show-select-num[data-v-3a84ef44]{position:relative;display:inline-block;font-size:inherit;height:32px;line-height:32px;padding-left:10px;-webkit-appearance:none;background-color:#fff;background-image:none;border-radius:4px;border:1px solid #dcdfe6;-webkit-box-sizing:border-box;box-sizing:border-box;color:#606266;overflow:hidden}.show-select-num .select-search-input[data-v-3a84ef44]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;white-space:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.show-select-num .select-search-input .el-input[data-v-3a84ef44]{width:auto;min-width:327px}.show-select-num .select-search-input .el-input[data-v-3a84ef44] .el-input__inner{border:none;background-color:transparent}.show-select-num .select-search-input .el-input[data-v-3a84ef44] .el-input__inner:focus{border-color:transparent;-webkit-box-shadow:none;box-shadow:none}.show-select-num .el-select__caret[data-v-3a84ef44]{color:#c0c4cc;font-size:14px;-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s;-webkit-transform:rotate(180deg);transform:rotate(180deg);cursor:pointer}.show-select-num .el-select__caret.is-reverse[data-v-3a84ef44]{-webkit-transform:rotate(0deg);transform:rotate(0deg)}.daily-store-select[data-v-3a84ef44]{position:relative}.selected div span[data-v-3a84ef44]{color:#2f54eb}.el-form[data-v-3a84ef44]{min-height:200px}.el-select-dropdown__item[data-v-3a84ef44]{height:52px;line-height:52px}.text-ellipsis[data-v-3a84ef44]{max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.span-dot[data-v-3bcd59c4]{display:inline-block;vertical-align:middle;width:6px;height:6px;margin-right:6px;border-radius:3px}.span-dot.bg-52c41a[data-v-3bcd59c4]{background:#52c41a}.span-dot.bg-f5222d[data-v-3bcd59c4]{background:#f5222d}.bg-82C5FF[data-v-3bcd59c4]{background:#82c5ff}.color-508CEE[data-v-3bcd59c4]{color:#508cee}.color-FF585C[data-v-3bcd59c4]{color:#ff585c}.line-h-18[data-v-3bcd59c4]{line-height:18px}.tooltip-text[data-v-3bcd59c4]{width:100%;white-space:pre-wrap;word-break:break-all}.w-293[data-v-3bcd59c4]{width:293px}.w-191[data-v-3bcd59c4]{width:191px}.el-alert--info[data-v-3bcd59c4]{background:#f0f5ff;border-radius:2px;border:1px solid #85a5ff;-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start}.el-alert--info .el-alert__icon[data-v-3bcd59c4]{font-size:12px;padding-top:3px}.my-customer-wrap[data-v-3bcd59c4]{height:100%}.right-content[data-v-3bcd59c4]{padding:0 20px 20px 20px;min-height:calc(100% - 160px)}.right-content .right-box[data-v-3bcd59c4]{background:#fff;min-height:500px;padding:0}.right-content .right-box .apps-content .apps-content-right[data-v-3bcd59c4]{width:100%;padding:20px;background:#fff}.right-content .right-box .apps-content .apps-content-right .overstore-body[data-v-3bcd59c4]{background:#fff}.right-content .right-box .apps-content .apps-content-right .app-detail-wrap[data-v-3bcd59c4],.right-content .right-box .apps-content .apps-content-right .common-set-wrap[data-v-3bcd59c4],.right-content .right-box .apps-content .apps-content-right .daily-set-wrap[data-v-3bcd59c4]{height:100%;background:#fff}.m-b-12[data-v-aa71d53c]{margin-bottom:12px}.m-b-20[data-v-aa71d53c]{margin-bottom:20px}.p-l-18[data-v-aa71d53c]{padding-left:18px}.m-b-10[data-v-9b332084]{margin-bottom:10px}.el-breadcrumb__inner.is-link[data-v-9b332084]:hover,.el-breadcrumb__inner a[data-v-9b332084]:hover{color:#2f54eb}.w-274[data-v-9b332084]{width:274px}.m-l-6[data-v-9b332084]{margin-left:6px}.depart-list-body .depart-id[data-v-9b332084]{margin-top:5px}.depart-list-body .depart-children-list[data-v-9b332084]{padding:16px 10px;background:#f5f7fa}.depart-list-body .use-help-tip[data-v-9b332084]{position:relative;margin-left:10px;padding-left:10px}.depart-list-body .use-help-tip[data-v-9b332084]:before{content:"";position:absolute;left:0;top:2px;height:10px;width:1px;background:#dcdfe6}.depart-list-body .hover-303133[data-v-9b332084]:hover{color:#303133}.iconhuaban[data-v-9b332084]{font-size:24px;vertical-align:bottom}.to-log-btn[data-v-9b332084]{width:102px;height:28px;line-height:28px;text-align:center;background:#f5f7fa}.to-log-btn[data-v-9b332084]:hover{color:#597ef7}.log-icon[data-v-9b332084]{width:28px;height:28px;border-radius:2px;margin-right:15px}.log-icon span[data-v-9b332084]{color:#c0c4cc}.log-icon[data-v-9b332084]:hover{background:#f0f5ff}.log-icon:hover span[data-v-9b332084]{color:#909399}.m-b-20[data-v-c9df3a6e]{margin-bottom:20px}.m-t-25[data-v-c9df3a6e]{margin-top:25px}.m-t-10[data-v-c9df3a6e]{margin-top:10px}.line-h-20[data-v-c9df3a6e]{line-height:20px}.font-18[data-v-c9df3a6e]{font-size:18px}.el-progress-bar__inner[data-v-c9df3a6e]{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:animationa-data-v-c9df3a6e;animation-name:animationa-data-v-c9df3a6e;-webkit-animation-timing-function:linear;animation-timing-function:linear;background:#2f5bff;height:8px;border-radius:8px;position:absolute;top:0}@-webkit-keyframes animationa-data-v-c9df3a6e{0%{left:-10px}to{left:250px}}@keyframes animationa-data-v-c9df3a6e{0%{left:-10px}to{left:250px}}.w-225[data-v-e3b9db7a]{width:225px}.tooltip-text[data-v-e3b9db7a]{width:100%;white-space:pre-wrap;word-break:break-all}.contacts-wrap[data-v-e3b9db7a]{height:100%}.right-content[data-v-e3b9db7a]{padding:20px 20px 20px 20px;min-height:calc(100% - 160px)}.right-content .right-box[data-v-e3b9db7a]{background:#fff;min-height:500px;padding:0}.right-content .right-box .apps-content .apps-content-left[data-v-e3b9db7a]{min-width:293px;width:293px;height:100%;max-height:1955px;background:#fff;overflow-x:hidden;overflow-y:auto}.right-content .right-box .apps-content .apps-content-left .left-tree-body[data-v-e3b9db7a]{width:100%;padding:20px 12px}.right-content .right-box .apps-content .apps-content-left .left-tree-body .iconshouquanyanzheng[data-v-e3b9db7a]{display:inline-block;vertical-align:middle;font-size:24px;color:#c0c4cc}.right-content .right-box .apps-content .apps-content-left .left-tree-body .iconshouquanyanzheng[data-v-e3b9db7a]:hover{background-color:#eef3f9;color:#2f54eb}.right-content .right-box .apps-content .apps-content-right[data-v-e3b9db7a]{width:calc(100% - 303px);max-height:1955px;padding-left:10px;background:#f0f2f5}.right-content .right-box .apps-content .apps-content-right .content-right-body[data-v-e3b9db7a]{width:100%;padding:20px;background:#fff}.right-content .right-box .apps-content .apps-content-right .app-detail-wrap[data-v-e3b9db7a],.right-content .right-box .apps-content .apps-content-right .common-set-wrap[data-v-e3b9db7a],.right-content .right-box .apps-content .apps-content-right .daily-set-wrap[data-v-e3b9db7a]{height:100%;background:#fff}.li-cell[data-v-e3b9db7a]{min-height:26px;line-height:26px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.li-cell .color-606266.color-fff[data-v-e3b9db7a]{color:#fff}.li-cell.li-cell-active[data-v-e3b9db7a]{background:#f4f6fe}.li-cell.li-cell-active .iconqiye-tianchong[data-v-e3b9db7a],.li-cell.li-cell-active .span-departName[data-v-e3b9db7a]{color:#2f54eb}.li-cell.li-cell-active .color-606266.color-fff[data-v-e3b9db7a]{color:#f4f6fe}.no-search-data[data-v-e3b9db7a]{height:32px;line-height:32px;text-align:center}.contact-li .li-cell[data-v-e3b9db7a]:hover{background:#f4f6fe}.contact-li .li-cell:hover .span-departName[data-v-e3b9db7a]{color:#303133}.contact-li .li-cell:hover .color-606266.color-fff[data-v-e3b9db7a]{color:#f4f6fe}.help-body[data-v-e3b9db7a]{margin-top:12px;background:#f5f7fa;line-height:28px;padding:0 10px;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:pointer}.help-body .font-12[data-v-e3b9db7a]{font-size:12px}
\ No newline at end of file
.w-440[data-v-c94ecba6]{width:440px}.m-b-20[data-v-c94ecba6]{margin-bottom:20px}.p-l-18[data-v-c94ecba6]{padding-left:18px}.material-content[data-v-c94ecba6]{position:relative}.material-content .material-body .el-textarea[data-v-c94ecba6] .el-textarea__inner{height:68px}.el-textarea[data-v-c94ecba6] .el-textarea__inner{height:68px;resize:none}.input-cell-tip[data-v-c94ecba6]{position:absolute;top:2px;right:30px;display:inline-block;line-height:32px;text-align:right;font-size:12px;color:#c0c4cc;font-weight:400}.input-cell-tip.top-40[data-v-c94ecba6]{top:40px}.color-c0c4cc[data-v-250bafee]{display:inline-block;line-height:34px;padding-left:10px;color:#c0c4cc}.color-49c958[data-v-250bafee]{color:#49c958}.color-f83431[data-v-250bafee]{color:#f83431}.line-h-32[data-v-250bafee]{line-height:32px}.condition-tips[data-v-250bafee]{display:inline-block;vertical-align:middle;line-height:32px}.w-127[data-v-250bafee]{width:127px}.w-399[data-v-250bafee]{width:399px}.p-l-5[data-v-250bafee]{padding-left:5px}.p-l-15[data-v-250bafee]{padding-left:15px}.p-l-130[data-v-250bafee]{padding-left:130px}.p-l-137[data-v-250bafee]{padding-left:137px}.m-l-20[data-v-250bafee]{margin-left:20px}.m-l-37[data-v-250bafee]{margin-left:37px}.m-l-137[data-v-250bafee]{margin-left:137px}.m-b-20[data-v-250bafee]{margin-bottom:20px}.m-t-30[data-v-250bafee]{margin-top:30px}.secret-cell[data-v-250bafee]{position:relative}.secret-cell .secret-cell-title[data-v-250bafee]{height:32px;line-height:32px}.secret-cell .common-bottom-border[data-v-250bafee]{cursor:pointer;padding-bottom:2px;border-bottom:1px dashed #2f54eb}.secret-cell .self-app-info[data-v-250bafee]{width:595px;margin-left:12px}.secret-cell .self-app-info .self-app-item[data-v-250bafee]{height:32px;line-height:32px}.secret-cell .self-app-info .self-app-item[data-v-250bafee]:nth-child(2){margin-top:14px}.secret-cell .self-app-info .self-app-item.secret-name[data-v-250bafee]{border-bottom:1px solid #e4e7ed}.secret-cell .self-app-info .self-app-item .app-item-title[data-v-250bafee]{display:inline-block;width:100px;text-align:right;margin-right:10px}.secret-cell .self-app-info .self-app-item .secret-name-span[data-v-250bafee]{display:inline-block;max-width:100px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;vertical-align:middle}.secret-cell .add-self-app[data-v-250bafee]{width:98px;height:32px;line-height:32px;margin-left:20px;text-align:center;border:1px solid #c0c4cc}.secret-cell .add-self-app[data-v-250bafee]:hover{border-color:#2f54eb}.secret-cell .add-self-app:hover span[data-v-250bafee]{color:#2f54eb}.add-cell[data-v-250bafee]{height:43px;line-height:43px;border-bottom:1px solid #dcdfe6}.add-cell:hover .add-cell-txt[data-v-250bafee]{color:#597ef7}.daily-set-wrap[data-v-250bafee]{height:100%}.daily-set-wrap .company-set-content[data-v-250bafee]{padding:20px}.daily-set-wrap .company-set-content .table-condition-left[data-v-250bafee]{font-size:0}.daily-set-wrap .el-form .el-form-item[data-v-250bafee]{margin-bottom:4px}.daily-set-wrap .el-form[data-v-250bafee] .el-form-item__label{color:#606266}.daily-set-wrap .depart-item-content[data-v-250bafee]{width:213px;height:32px;overflow:hidden;white-space:nowrap;border-radius:4px;border:1px solid #dcdfe6;cursor:pointer}.daily-set-wrap .item-cell-select[data-v-250bafee] .el-select__tags{white-space:nowrap;overflow:hidden}.daily-set-wrap .depart-cell[data-v-250bafee]{position:relative;margin:0 24px 24px 0}.daily-set-wrap .depart-cell .el-icon-circle-close[data-v-250bafee]{position:absolute;top:-10px;right:-10px;font-size:16px;color:#808995;cursor:pointer}
\ No newline at end of file
.w-440[data-v-6206751e]{width:440px}.m-b-20[data-v-6206751e]{margin-bottom:20px}.p-l-18[data-v-6206751e]{padding-left:18px}.material-content[data-v-6206751e]{position:relative}.material-content .material-body .el-textarea[data-v-6206751e] .el-textarea__inner{height:68px}.el-textarea[data-v-6206751e] .el-textarea__inner{height:68px;resize:none}.input-cell-tip[data-v-6206751e]{position:absolute;top:2px;right:30px;display:inline-block;line-height:32px;text-align:right;font-size:12px;color:#c0c4cc;font-weight:400}.input-cell-tip.top-40[data-v-6206751e]{top:40px}.color-c0c4cc[data-v-250bafee]{display:inline-block;line-height:34px;padding-left:10px;color:#c0c4cc}.color-49c958[data-v-250bafee]{color:#49c958}.color-f83431[data-v-250bafee]{color:#f83431}.line-h-32[data-v-250bafee]{line-height:32px}.condition-tips[data-v-250bafee]{display:inline-block;vertical-align:middle;line-height:32px}.w-127[data-v-250bafee]{width:127px}.w-399[data-v-250bafee]{width:399px}.p-l-5[data-v-250bafee]{padding-left:5px}.p-l-15[data-v-250bafee]{padding-left:15px}.p-l-130[data-v-250bafee]{padding-left:130px}.p-l-137[data-v-250bafee]{padding-left:137px}.m-l-20[data-v-250bafee]{margin-left:20px}.m-l-37[data-v-250bafee]{margin-left:37px}.m-l-137[data-v-250bafee]{margin-left:137px}.m-b-20[data-v-250bafee]{margin-bottom:20px}.m-t-30[data-v-250bafee]{margin-top:30px}.secret-cell[data-v-250bafee]{position:relative}.secret-cell .secret-cell-title[data-v-250bafee]{height:32px;line-height:32px}.secret-cell .common-bottom-border[data-v-250bafee]{cursor:pointer;padding-bottom:2px;border-bottom:1px dashed #2f54eb}.secret-cell .self-app-info[data-v-250bafee]{width:595px;margin-left:12px}.secret-cell .self-app-info .self-app-item[data-v-250bafee]{height:32px;line-height:32px}.secret-cell .self-app-info .self-app-item[data-v-250bafee]:nth-child(2){margin-top:14px}.secret-cell .self-app-info .self-app-item.secret-name[data-v-250bafee]{border-bottom:1px solid #e4e7ed}.secret-cell .self-app-info .self-app-item .app-item-title[data-v-250bafee]{display:inline-block;width:100px;text-align:right;margin-right:10px}.secret-cell .self-app-info .self-app-item .secret-name-span[data-v-250bafee]{display:inline-block;max-width:100px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;vertical-align:middle}.secret-cell .add-self-app[data-v-250bafee]{width:98px;height:32px;line-height:32px;margin-left:20px;text-align:center;border:1px solid #c0c4cc}.secret-cell .add-self-app[data-v-250bafee]:hover{border-color:#2f54eb}.secret-cell .add-self-app:hover span[data-v-250bafee]{color:#2f54eb}.add-cell[data-v-250bafee]{height:43px;line-height:43px;border-bottom:1px solid #dcdfe6}.add-cell:hover .add-cell-txt[data-v-250bafee]{color:#597ef7}.daily-set-wrap[data-v-250bafee]{height:100%}.daily-set-wrap .company-set-content[data-v-250bafee]{padding:20px}.daily-set-wrap .company-set-content .table-condition-left[data-v-250bafee]{font-size:0}.daily-set-wrap .el-form .el-form-item[data-v-250bafee]{margin-bottom:4px}.daily-set-wrap .el-form[data-v-250bafee] .el-form-item__label{color:#606266}.daily-set-wrap .depart-item-content[data-v-250bafee]{width:213px;height:32px;overflow:hidden;white-space:nowrap;border-radius:4px;border:1px solid #dcdfe6;cursor:pointer}.daily-set-wrap .item-cell-select[data-v-250bafee] .el-select__tags{white-space:nowrap;overflow:hidden}.daily-set-wrap .depart-cell[data-v-250bafee]{position:relative;margin:0 24px 24px 0}.daily-set-wrap .depart-cell .el-icon-circle-close[data-v-250bafee]{position:absolute;top:-10px;right:-10px;font-size:16px;color:#808995;cursor:pointer}
\ No newline at end of file
.flex[data-v-44911de3]{display:-webkit-box;display:-ms-flexbox;display:flex}.flex-1[data-v-44911de3]{-webkit-box-flex:1;-ms-flex:1;flex:1}.flex-column[data-v-44911de3]{-moz-flex-direction:column;-ms-flex-direction:column;-o-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.flex-row[data-v-44911de3]{-moz-flex-direction:row;-ms-flex-direction:row;-o-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row}.flex-align-center[data-v-44911de3]{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.flex-pack-center[data-v-44911de3]{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.flex-between[data-v-44911de3]{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.flex-wrap[data-v-44911de3]{-ms-flex-wrap:wrap;-o-flex-wrap:wrap;flex-wrap:wrap}.border-box[data-v-44911de3]{-webkit-box-sizing:border-box;box-sizing:border-box}.set-tip-body[data-v-44911de3]{position:fixed;left:50%;top:91px;z-index:999}.pro-name[data-v-44911de3]{font-size:16px;font-weight:600;color:#303133;line-height:22px;background:-webkit-gradient(linear,right top,left top,from(#5b4adb),to(#2da8ff));background:linear-gradient(270deg,#5b4adb,#2da8ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.user-item[data-v-44911de3]{position:relative;margin-top:10px;padding:10px 0 0 0}.user-item[data-v-44911de3]:hover{color:#2f54eb;cursor:pointer}.user-item[data-v-44911de3]:after{content:"";position:absolute;left:-15px;right:-15px;top:0;height:1px;background:#e4e7ed}.navsuer-wrap .hide-item[data-v-44911de3]{width:118px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.navsuer-wrap .user-item[data-v-44911de3]{text-align:center;color:#606266}.navsuer-wrap .user-item a[data-v-44911de3]{color:#606266}.navsuer-wrap .user-item:hover .user-text[data-v-44911de3]{display:block;color:#2f54eb;cursor:pointer}.nav-header[data-v-44911de3]{position:fixed;display:-webkit-box;display:-ms-flexbox;display:flex;top:0;left:0;width:100%;height:46px;line-height:46px;font-size:14px;background-color:#fff;padding:0;z-index:99;color:#fff;-webkit-box-shadow:0 4px 6px 0 rgba(221,227,237,.29);box-shadow:0 4px 6px 0 rgba(221,227,237,.29)}.nav-header .fl[data-v-44911de3]{float:left}.nav-header .fr[data-v-44911de3]{float:right}.nav-header-logo[data-v-44911de3]{-webkit-box-flex:0;-ms-flex:0 0 200px;flex:0 0 200px;width:200px;height:46px;float:left;padding-left:50px;font-size:20px;color:#1f2f3d;text-align:left;background:url(../img/logo.861ef5c7.png) no-repeat 20px;background-size:22px;-webkit-box-sizing:border-box;box-sizing:border-box}.nav-header-pic[data-v-44911de3]{vertical-align:middle}.nav-header-item[data-v-44911de3]{-webkit-box-flex:1;-ms-flex:1;flex:1}.nav-header .item-link[data-v-44911de3]{float:left;display:inline-block;width:133px;padding:0 10px;text-align:center;cursor:pointer;color:#606266;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.nav-header .item-link.menu-font-16[data-v-44911de3]{font-size:16px}.nav-header .item-link.icon-collapse[data-v-44911de3]{width:auto;padding:0 23px 0 14px}.nav-header .item-link[data-v-44911de3]:hover{color:#2f54eb}.nav-header .current-module.bottom[data-v-44911de3]{color:#2f54eb;font-weight:600;position:relative}.nav-header .current-module.bottom[data-v-44911de3]:after{content:"";position:absolute;bottom:0;left:0;right:0;z-index:1;margin:0 auto;width:100%;-webkit-animation:borders-data-v-44911de3 .5s;animation:borders-data-v-44911de3 .5s;border-top:2px solid #2f54ed}li[data-v-44911de3]{list-style:none}.navuser-info[data-v-44911de3]{text-align:center;padding-right:20px}.navuser-info .span-log[data-v-44911de3]{position:relative;font-size:18px;padding-right:10px}.navuser-info .span-log[data-v-44911de3]:after{content:"";position:absolute;top:3px;right:0;width:0;height:14px;border-right:1px solid #e4e7ed}.navuser-info .user-img[data-v-44911de3]{display:inline-block;vertical-align:middle;width:24px;height:24px;border-radius:12px}.navuser-info .el-button--text[data-v-44911de3]{padding-right:24px;font-size:14px;color:#606266;margin-left:30px}.nav-user-name[data-v-44911de3]{position:relative;display:inline-block;padding:0 20px 0 10px;color:#606266;text-align:center}.nav-user-name[data-v-44911de3]:hover{color:#2f54eb}.nav-user-name:hover .arrowico[data-v-44911de3]{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.user-left-img img[data-v-44911de3]{width:24px;height:24px;border-radius:50%}@-webkit-keyframes borders-data-v-44911de3{0%{width:0}to{width:100%}}@keyframes borders-data-v-44911de3{0%{width:0}to{width:100%}}@media screen and (max-width:1280px){.nav-header[data-v-44911de3]{min-width:1280px}}@media screen and (min-width:1280px) and (max-width:1366px){.nav-header[data-v-44911de3]{min-width:1280px}}@media screen and (min-width:1366px) and (max-width:1440px){.nav-header[data-v-44911de3]{min-width:1366px}}@media screen and (min-width:1440px) and (max-width:1920px){.nav-header[data-v-44911de3]{min-width:1440px}}.enterprise-wrap[data-v-39d52471]{background:#f0f2f5}.enterprise-wrap .enterprise-wrap__body .content[data-v-39d52471]{padding-top:46px;min-width:1400px;-webkit-box-sizing:border-box;box-sizing:border-box}
\ No newline at end of file
.flex[data-v-7cd9d396]{display:-webkit-box;display:-ms-flexbox;display:flex}.flex-column[data-v-7cd9d396]{-moz-flex-direction:column;-ms-flex-direction:column;-o-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.flex-space-between[data-v-7cd9d396]{-moz-justify-content:space-between;-ms-justify-content:space-between;-o-justify-content:space-between;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.dialog-content[data-v-7cd9d396]{padding-bottom:20px}.dialog-content .grid-content[data-v-7cd9d396]{width:100%;height:42px;line-height:42px;text-align:center;background:#f5f7fa;font-size:16px;color:#303133}.dialog-content .el-row[data-v-7cd9d396]{width:100%;font-size:0}.dialog-content .el-col-11[data-v-7cd9d396]{width:272px;border:1px solid #ebeef5;border-radius:4px;-webkit-box-sizing:border-box;box-sizing:border-box}.dialog-content .el-col-11+.el-col-11[data-v-7cd9d396]{margin-left:14px}.dialog-content .data-body[data-v-7cd9d396]{height:442px;max-height:442px;padding:11px;-webkit-box-sizing:border-box;box-sizing:border-box}.dialog-content .data-body .data-body-content[data-v-7cd9d396]{height:100%;overflow-x:hidden;overflow-y:auto}.dialog-content .data-body img[data-v-7cd9d396]{width:100%}.dialog-content .data-body img+img[data-v-7cd9d396]{margin-top:10px}.span-dot[data-v-b83efdae]{display:inline-block;vertical-align:middle;width:6px;height:6px;margin-right:6px;border-radius:3px}.span-dot.bg-52c41a[data-v-b83efdae]{background:#52c41a}.span-dot.bg-f5222d[data-v-b83efdae]{background:#f5222d}.color-f5222d[data-v-b83efdae]{color:#f5222d}.common-bottom-border[data-v-b83efdae]{cursor:pointer;padding-bottom:2px;border-bottom:1px dashed #2f54eb}.m-b-8[data-v-b83efdae]{margin-bottom:8px}.edit-dialog[data-v-b83efdae] .el-dialog__body{padding:25px 20px 17px 20px;min-height:352px}.edit-dialog[data-v-b83efdae] .el-dialog__footer{border:none;padding-top:3px}.edit-dialog__title[data-v-b83efdae]{width:100%;height:38px;padding:12px 15px;-webkit-box-sizing:border-box;box-sizing:border-box;background:#ebeef5}.w-344[data-v-2df115b7]{width:344px}.w-m-100[data-v-2df115b7]{min-width:100px}.line-26[data-v-2df115b7]{line-height:26px}.el-select[data-v-2df115b7]{vertical-align:middle}.flex[data-v-2df115b7]{display:-webkit-box;display:-ms-flexbox;display:flex}.flex-1[data-v-2df115b7]{-webkit-box-flex:1;-ms-flex:1;flex:1}.flex-column[data-v-2df115b7]{-moz-flex-direction:column;-ms-flex-direction:column;-o-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.flex-row[data-v-2df115b7]{-moz-flex-direction:row;-ms-flex-direction:row;-o-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row}.flex-align-center[data-v-2df115b7]{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.flex-pack-center[data-v-2df115b7]{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.flex-wrap[data-v-2df115b7]{-ms-flex-wrap:wrap;-o-flex-wrap:wrap;flex-wrap:wrap}.flex-space-between[data-v-2df115b7]{-moz-justify-content:space-between;-ms-justify-content:space-between;-o-justify-content:space-between;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.flex-start[data-v-2df115b7]{-moz-justify-content:flex-start;-ms-justify-content:flex-start;-o-justify-content:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.bg-82c5ff[data-v-2df115b7]{background:#82c5ff}.color-508cee[data-v-2df115b7]{color:#508cee}.color-ff585c[data-v-2df115b7]{color:#ff585c}.font-13[data-v-2df115b7]{font-size:13px}.font-14[data-v-2df115b7]{font-size:14px}.line-h-18[data-v-2df115b7]{line-height:18px}.line-hidden-2[data-v-2df115b7]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-moz-justify-content:flex-start;-ms-justify-content:flex-start;-o-justify-content:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;height:46px;overflow:hidden}.line-hidden-2 span[data-v-2df115b7]{display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;box-orient:vertical;max-height:46px;overflow:hidden}.w-80[data-v-2df115b7]{width:80px}.w-130[data-v-2df115b7]{width:130px}.w-130[data-v-2df115b7],.w-168[data-v-2df115b7]{display:inline-block;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.w-168[data-v-2df115b7]{width:168px}.common-wrap__page[data-v-2df115b7]{margin-top:24px}.text-center[data-v-2df115b7]{text-align:center}.text-right[data-v-2df115b7]{text-align:right}.hide-ellipsis[data-v-2df115b7]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.right-content[data-v-2df115b7]{min-height:calc(100% - 126px)}.right-content .right-box[data-v-2df115b7]{background:#fff;min-height:500px;padding:20px}.right-content .right-box .w-280[data-v-2df115b7]{width:280px}.right-content .right-box .w-514[data-v-2df115b7]{width:514px}.right-content .right-box .m-l-20[data-v-2df115b7]{margin-left:20px}.right-content .right-box .m-t-45[data-v-2df115b7]{margin-top:45px}.right-content .right-box .reviewed-body-head[data-v-2df115b7]{margin-bottom:22px}.right-content .right-box .table-head-pic[data-v-2df115b7]{width:40px;height:40px;border-radius:4px}.right-content .right-box .table-head-pic i[data-v-2df115b7]{font-size:20px;color:#e5f3ff}.right-content .right-box .table-head-pic img[data-v-2df115b7]{width:100%;height:100%;border-radius:3px}.right-content .right-box .apply-info[data-v-2df115b7]{margin-left:15px;line-height:18px}.right-content .right-box .apply-info span[data-v-2df115b7]{font-size:14px;color:#606266}.right-content .right-box .apply-info span.font-13[data-v-2df115b7]{font-size:13px}.apply-info-detail[data-v-2df115b7]{padding:4px;-webkit-box-sizing:border-box;box-sizing:border-box}.apply-info-detail .apply-info-img[data-v-2df115b7]{width:40px;height:40px;text-align:center}.apply-info-detail .apply-info-img i[data-v-2df115b7]{font-size:106px;color:#e5f3ff}.apply-info-detail .apply-info-img img[data-v-2df115b7]{width:100%}.apply-info-detail .apply-info-right[data-v-2df115b7]{padding-left:10px;-webkit-box-sizing:border-box;box-sizing:border-box}.approve-dialog .el-icon-success[data-v-2df115b7]{display:inline-block;vertical-align:middle;font-size:24px;color:#67c23a}.approve-dialog .approve-icon-tip[data-v-2df115b7]{display:inline-block;vertical-align:middle;margin-left:6px;font-size:18px;color:#303133}.approve-dialog .approve-tip[data-v-2df115b7]{margin-top:31px;font-size:14px;color:#606266}.approve-dialog[data-v-2df115b7] .el-dialog__body{padding-top:0}.approve-dialog[data-v-2df115b7] .el-dialog__footer{border:none;padding:18px 20px 22px 20px}.refuse-dialog .refuse-tip[data-v-2df115b7]{margin-bottom:20px;font-size:14px;color:#606266}.refuse-dialog[data-v-2df115b7] .el-dialog__footer{border:none}.refuse-dialog .el-textarea[data-v-2df115b7] .el-textarea__inner{font-size:14px;color:#606266;background-color:hsla(0,0%,100%,.1);resize:none}
\ No newline at end of file
.login-wrap[data-v-778e848e]{width:100%;min-height:100vh}.login-wrap .p-l-7[data-v-778e848e]{padding-left:7px}.login-wrap .login-body-top[data-v-778e848e]{position:relative;width:100%;height:431px;background-repeat:no-repeat;background-size:cover;background-position:50%;background-color:#2f54eb}.login-wrap .login-body-top .login-body-head[data-v-778e848e]{width:100%}.login-wrap .login-body-top .login-body-head .login-body-head_inner[data-v-778e848e]{width:100%;padding:22px 0 0 24px}.login-wrap .login-body-top .login-body-head .login-body-head_inner img[data-v-778e848e]{width:25px}.login-wrap .login-body-top .login-body-head .login-body-head_inner .login-body-title[data-v-778e848e]{font-weight:600;color:#fff;font-size:18px;padding-top:5px}.login-wrap .login-body-top .bg-dot[data-v-778e848e]{position:absolute;left:50%;bottom:-93px;margin-left:-500px;width:87px;height:142px;background-repeat:no-repeat;background-size:cover;background-position:50%}.login-wrap .login-body-top .bg-dot-center[data-v-778e848e]{position:absolute;left:50%;bottom:-233px;margin-left:-71px;width:142px;height:87px;background-repeat:no-repeat;background-size:cover;background-position:50%}.login-wrap .login-body-top .login-body-qrcode[data-v-778e848e]{position:absolute;left:50%;bottom:-173px;margin-left:-183px;width:366px;height:343px;background:#fff;-webkit-box-shadow:0 6px 8px 0 rgba(208,213,232,.27);box-shadow:0 6px 8px 0 rgba(208,213,232,.27);border-radius:5px;z-index:1}.login-wrap .login-body-top .login-body-qrcode .login-qrcode-inner[data-v-778e848e]{width:100%;padding:40px 88px 25px 88px;text-align:center}.login-wrap .login-body-top .login-body-qrcode .login-qrcode-inner #qrcode[data-v-778e848e]{width:190px;height:190px}.login-wrap .login-body-bottom[data-v-778e848e]{width:100%;height:300px;background:#fff}
\ No newline at end of file
.auth-step-body[data-v-ac9e4b66]{width:400px;margin:0 auto}.el-alert__title[data-v-6ffab112]{line-height:23px}.color-f5222d[data-v-6ffab112]{color:#f5222d}.auth-commit-success[data-v-cb8ed6aa]{margin-top:154px}.auth-commit-success .color-49c958[data-v-cb8ed6aa]{color:#49c958}.auth-commit-success .font-60[data-v-cb8ed6aa]{font-size:60px}.auth-commit-success .m-t-12[data-v-cb8ed6aa]{margin-top:12px}.auth-commit-success .m-t-28[data-v-cb8ed6aa]{margin-top:28px}.input-line-cell[data-v-2e9e5403]{position:relative;display:inline-block}.w-340[data-v-2e9e5403]{width:340px}.w-340[data-v-2e9e5403] .el-input__inner{font-size:14px;color:#fff;background-color:hsla(0,0%,100%,.1)}.el-textarea[data-v-2e9e5403] .el-textarea__inner{font-size:14px;color:#606266;background-color:hsla(0,0%,100%,.1);resize:none;font-family:Helvetica Neue,Helvetica,PingFang SC,Hiragino Sans GB,Microsoft YaHei,"\5FAE\8F6F\96C5\9ED1",Arial,sans-serif}.el-textarea.is-disabled[data-v-2e9e5403]{opacity:.5}.el-input .is-disabled[data-v-2e9e5403] .el-input__inner{font-size:14px;color:#fff;background-color:hsla(0,0%,100%,.1)}.tip[data-v-2e9e5403]{position:absolute;bottom:-5px;right:10px;display:inline-block;line-height:32px;text-align:right;font-size:12px;color:#909399}.auth-commit-admin[data-v-1f8dc234]{width:400px;margin:0 auto}.auth-commit-admin .color-49c958[data-v-1f8dc234]{color:#49c958}.auth-commit-admin .font-60[data-v-1f8dc234]{font-size:60px}.auth-commit-admin .m-t-12[data-v-1f8dc234]{margin-top:12px}.auth-commit-admin .m-t-28[data-v-1f8dc234]{margin-top:28px}.auth-commit-admin .m-b-32[data-v-1f8dc234]{margin-bottom:32px}.auth-commit-admin .w-198[data-v-1f8dc234]{width:198px}.auth-commit-admin .audit-admin-body[data-v-1f8dc234]{min-width:500px}.auth-commit-admin .audit-admin-body .audit-admin[data-v-1f8dc234]{position:relative;color:#606266;font-size:14px;padding:0 8px;margin-bottom:10px}.auth-commit-admin .audit-admin-body .audit-admin[data-v-1f8dc234]:nth-child(2n):after{content:"";position:absolute;left:0;top:10px;width:0;height:14px;border-left:1px solid #dcdfe6}.select-tree-wrap[data-v-6d504a20]{height:445px;overflow-y:auto;border:1px solid #e4e7ed}.span-dot[data-v-489ea616]{display:inline-block;vertical-align:middle;width:6px;height:6px;margin-right:6px;border-radius:3px}.span-dot.bg-52c41a[data-v-489ea616]{background:#52c41a}.span-dot.bg-f5222d[data-v-489ea616]{background:#f5222d}.m-t-35[data-v-489ea616]{margin-top:35px}.bg-82c5ff[data-v-489ea616]{background:#82c5ff}.color-508cee[data-v-489ea616]{color:#508cee}.color-ff585c[data-v-489ea616]{color:#ff585c}.line-h-18[data-v-489ea616]{line-height:18px}.tooltip-text[data-v-489ea616]{width:100%;white-space:pre-wrap;word-break:break-all}.my-customer-wrap[data-v-489ea616]{height:100%}.my-customer-wrap .w-227[data-v-489ea616]{width:227px}.my-customer-wrap .auth-tip-body[data-v-489ea616]{width:645px;margin:0 auto}.my-customer-wrap .enterprise-version[data-v-489ea616]{display:inline-block;vertical-align:top;width:76px;height:32px;margin-right:-1px;background:#f5f7fa;border-radius:2px 0 0 2px;border:1px solid #c4c6cf;border-right:0;font-size:14px;color:#c0c4cc;text-align:center}.my-customer-wrap .store-item-content[data-v-489ea616]{position:relative;width:302px;height:32px;overflow:hidden;white-space:nowrap;border-radius:2px;border:1px solid #c4c6cf;cursor:pointer;-webkit-box-sizing:border-box;box-sizing:border-box}.my-customer-wrap .store-item-content .el-select__tags[data-v-489ea616]{max-width:348px;white-space:nowrap;overflow:hidden}.right-content[data-v-489ea616]{padding:0 20px 20px 20px;min-height:calc(100% - 160px)}.right-content .right-box[data-v-489ea616]{background:#fff;min-height:500px;padding:0}.right-content .right-box .apps-content .apps-content-right[data-v-489ea616]{width:100%;padding:20px;background:#fff}.right-content .right-box .apps-content .apps-content-right .common-set-wrap[data-v-489ea616]{height:100%;background:#fff}
\ No newline at end of file
.auth-step-body[data-v-ac9e4b66]{width:400px;margin:0 auto}.el-alert__title[data-v-6ffab112]{line-height:23px}.color-f5222d[data-v-6ffab112]{color:#f5222d}.auth-commit-success[data-v-cb8ed6aa]{margin-top:154px}.auth-commit-success .color-49c958[data-v-cb8ed6aa]{color:#49c958}.auth-commit-success .font-60[data-v-cb8ed6aa]{font-size:60px}.auth-commit-success .m-t-12[data-v-cb8ed6aa]{margin-top:12px}.auth-commit-success .m-t-28[data-v-cb8ed6aa]{margin-top:28px}.input-line-cell[data-v-2e9e5403]{position:relative;display:inline-block}.w-340[data-v-2e9e5403]{width:340px}.w-340[data-v-2e9e5403] .el-input__inner{font-size:14px;color:#fff;background-color:hsla(0,0%,100%,.1)}.el-textarea[data-v-2e9e5403] .el-textarea__inner{font-size:14px;color:#606266;background-color:hsla(0,0%,100%,.1);resize:none;font-family:Helvetica Neue,Helvetica,PingFang SC,Hiragino Sans GB,Microsoft YaHei,"\5FAE\8F6F\96C5\9ED1",Arial,sans-serif}.el-textarea.is-disabled[data-v-2e9e5403]{opacity:.5}.el-input .is-disabled[data-v-2e9e5403] .el-input__inner{font-size:14px;color:#fff;background-color:hsla(0,0%,100%,.1)}.tip[data-v-2e9e5403]{position:absolute;bottom:-5px;right:10px;display:inline-block;line-height:32px;text-align:right;font-size:12px;color:#909399}.auth-commit-admin[data-v-ee0336d6]{width:400px;margin:0 auto}.auth-commit-admin .color-49c958[data-v-ee0336d6]{color:#49c958}.auth-commit-admin .font-60[data-v-ee0336d6]{font-size:60px}.auth-commit-admin .m-t-12[data-v-ee0336d6]{margin-top:12px}.auth-commit-admin .m-t-28[data-v-ee0336d6]{margin-top:28px}.auth-commit-admin .m-b-32[data-v-ee0336d6]{margin-bottom:32px}.auth-commit-admin .w-198[data-v-ee0336d6]{width:198px}.auth-commit-admin .audit-admin-body[data-v-ee0336d6]{min-width:500px}.auth-commit-admin .audit-admin-body .audit-admin[data-v-ee0336d6]{position:relative;color:#606266;font-size:14px;padding:0 8px;margin-bottom:10px}.auth-commit-admin .audit-admin-body .audit-admin[data-v-ee0336d6]:nth-child(2n):after{content:"";position:absolute;left:0;top:10px;width:0;height:14px;border-left:1px solid #dcdfe6}.select-tree-wrap[data-v-6d504a20]{height:445px;overflow-y:auto;border:1px solid #e4e7ed}.span-dot[data-v-3de807ca]{display:inline-block;vertical-align:middle;width:6px;height:6px;margin-right:6px;border-radius:3px}.span-dot.bg-52c41a[data-v-3de807ca]{background:#52c41a}.span-dot.bg-f5222d[data-v-3de807ca]{background:#f5222d}.m-t-35[data-v-3de807ca]{margin-top:35px}.bg-82c5ff[data-v-3de807ca]{background:#82c5ff}.color-508cee[data-v-3de807ca]{color:#508cee}.color-ff585c[data-v-3de807ca]{color:#ff585c}.line-h-18[data-v-3de807ca]{line-height:18px}.tooltip-text[data-v-3de807ca]{width:100%;white-space:pre-wrap;word-break:break-all}.my-customer-wrap[data-v-3de807ca]{height:100%}.my-customer-wrap .w-227[data-v-3de807ca]{width:227px}.my-customer-wrap .auth-tip-body[data-v-3de807ca]{width:645px;margin:0 auto}.my-customer-wrap .enterprise-version[data-v-3de807ca]{display:inline-block;vertical-align:top;width:76px;height:32px;margin-right:-1px;background:#f5f7fa;border-radius:2px 0 0 2px;border:1px solid #c4c6cf;border-right:0;font-size:14px;color:#c0c4cc;text-align:center}.my-customer-wrap .store-item-content[data-v-3de807ca]{position:relative;width:302px;height:32px;overflow:hidden;white-space:nowrap;border-radius:2px;border:1px solid #c4c6cf;cursor:pointer;-webkit-box-sizing:border-box;box-sizing:border-box}.my-customer-wrap .store-item-content .el-select__tags[data-v-3de807ca]{max-width:348px;white-space:nowrap;overflow:hidden}.right-content[data-v-3de807ca]{padding:0 20px 20px 20px;min-height:calc(100% - 160px)}.right-content .right-box[data-v-3de807ca]{background:#fff;min-height:500px;padding:0}.right-content .right-box .apps-content .apps-content-right[data-v-3de807ca]{width:100%;padding:20px;background:#fff}.right-content .right-box .apps-content .apps-content-right .common-set-wrap[data-v-3de807ca]{height:100%;background:#fff}
\ No newline at end of file
.flex[data-v-4ab0c70a]{display:-webkit-box;display:-ms-flexbox;display:flex}.flex-column[data-v-4ab0c70a]{-moz-flex-direction:column;-ms-flex-direction:column;-o-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.flex-space-between[data-v-4ab0c70a]{-moz-justify-content:space-between;-ms-justify-content:space-between;-o-justify-content:space-between;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.dialog-content[data-v-4ab0c70a]{padding-bottom:20px}.dialog-content .grid-content[data-v-4ab0c70a]{width:100%;height:42px;line-height:42px;text-align:center;background:#f5f7fa;font-size:16px;color:#303133}.dialog-content .el-row[data-v-4ab0c70a]{width:100%;font-size:0}.dialog-content .el-col-11[data-v-4ab0c70a]{width:272px;border:1px solid #ebeef5;border-radius:4px;-webkit-box-sizing:border-box;box-sizing:border-box}.dialog-content .el-col-11+.el-col-11[data-v-4ab0c70a]{margin-left:14px}.dialog-content .data-body[data-v-4ab0c70a]{height:442px;max-height:442px;padding:11px;-webkit-box-sizing:border-box;box-sizing:border-box}.dialog-content .data-body .data-body-content[data-v-4ab0c70a]{height:100%;overflow-x:hidden;overflow-y:auto}.dialog-content .data-body img[data-v-4ab0c70a]{width:100%}.dialog-content .data-body img+img[data-v-4ab0c70a]{margin-top:10px}.span-dot[data-v-31173b1b]{display:inline-block;vertical-align:middle;width:6px;height:6px;margin-right:6px;border-radius:3px}.span-dot.bg-52c41a[data-v-31173b1b]{background:#52c41a}.span-dot.bg-f5222d[data-v-31173b1b]{background:#f5222d}.color-f5222d[data-v-31173b1b]{color:#f5222d}.common-bottom-border[data-v-31173b1b]{cursor:pointer;padding-bottom:2px;border-bottom:1px dashed #2f54eb}.m-b-8[data-v-31173b1b]{margin-bottom:8px}.edit-dialog[data-v-31173b1b] .el-dialog__body{padding:25px 20px 17px 20px;min-height:352px}.edit-dialog[data-v-31173b1b] .el-dialog__footer{border:none;padding-top:3px}.edit-dialog__title[data-v-31173b1b]{width:100%;height:38px;padding:12px 15px;-webkit-box-sizing:border-box;box-sizing:border-box;background:#ebeef5}.w-344[data-v-1f7c37f2]{width:344px}.w-m-100[data-v-1f7c37f2]{min-width:100px}.line-26[data-v-1f7c37f2]{line-height:26px}.el-select[data-v-1f7c37f2]{vertical-align:middle}.flex[data-v-1f7c37f2]{display:-webkit-box;display:-ms-flexbox;display:flex}.flex-1[data-v-1f7c37f2]{-webkit-box-flex:1;-ms-flex:1;flex:1}.flex-column[data-v-1f7c37f2]{-moz-flex-direction:column;-ms-flex-direction:column;-o-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.flex-row[data-v-1f7c37f2]{-moz-flex-direction:row;-ms-flex-direction:row;-o-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row}.flex-align-center[data-v-1f7c37f2]{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.flex-pack-center[data-v-1f7c37f2]{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.flex-wrap[data-v-1f7c37f2]{-ms-flex-wrap:wrap;-o-flex-wrap:wrap;flex-wrap:wrap}.flex-space-between[data-v-1f7c37f2]{-moz-justify-content:space-between;-ms-justify-content:space-between;-o-justify-content:space-between;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.flex-start[data-v-1f7c37f2]{-moz-justify-content:flex-start;-ms-justify-content:flex-start;-o-justify-content:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.bg-82c5ff[data-v-1f7c37f2]{background:#82c5ff}.color-508cee[data-v-1f7c37f2]{color:#508cee}.color-ff585c[data-v-1f7c37f2]{color:#ff585c}.font-13[data-v-1f7c37f2]{font-size:13px}.font-14[data-v-1f7c37f2]{font-size:14px}.line-h-18[data-v-1f7c37f2]{line-height:18px}.line-hidden-2[data-v-1f7c37f2]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-moz-justify-content:flex-start;-ms-justify-content:flex-start;-o-justify-content:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;height:46px;overflow:hidden}.line-hidden-2 span[data-v-1f7c37f2]{display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;box-orient:vertical;max-height:46px;overflow:hidden}.w-80[data-v-1f7c37f2]{width:80px}.w-130[data-v-1f7c37f2]{width:130px}.w-130[data-v-1f7c37f2],.w-168[data-v-1f7c37f2]{display:inline-block;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.w-168[data-v-1f7c37f2]{width:168px}.common-wrap__page[data-v-1f7c37f2]{margin-top:24px}.text-center[data-v-1f7c37f2]{text-align:center}.text-right[data-v-1f7c37f2]{text-align:right}.hide-ellipsis[data-v-1f7c37f2]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.right-content[data-v-1f7c37f2]{min-height:calc(100% - 126px)}.right-content .right-box[data-v-1f7c37f2]{background:#fff;min-height:500px;padding:20px}.right-content .right-box .w-280[data-v-1f7c37f2]{width:280px}.right-content .right-box .w-514[data-v-1f7c37f2]{width:514px}.right-content .right-box .m-l-20[data-v-1f7c37f2]{margin-left:20px}.right-content .right-box .m-t-45[data-v-1f7c37f2]{margin-top:45px}.right-content .right-box .reviewed-body-head[data-v-1f7c37f2]{margin-bottom:22px}.right-content .right-box .table-head-pic[data-v-1f7c37f2]{width:40px;height:40px;border-radius:4px}.right-content .right-box .table-head-pic i[data-v-1f7c37f2]{font-size:20px;color:#e5f3ff}.right-content .right-box .table-head-pic img[data-v-1f7c37f2]{width:100%;height:100%;border-radius:3px}.right-content .right-box .apply-info[data-v-1f7c37f2]{margin-left:15px;line-height:18px}.right-content .right-box .apply-info span[data-v-1f7c37f2]{font-size:14px;color:#606266}.right-content .right-box .apply-info span.font-13[data-v-1f7c37f2]{font-size:13px}.apply-info-detail[data-v-1f7c37f2]{padding:4px;-webkit-box-sizing:border-box;box-sizing:border-box}.apply-info-detail .apply-info-img[data-v-1f7c37f2]{width:40px;height:40px;text-align:center}.apply-info-detail .apply-info-img i[data-v-1f7c37f2]{font-size:106px;color:#e5f3ff}.apply-info-detail .apply-info-img img[data-v-1f7c37f2]{width:100%}.apply-info-detail .apply-info-right[data-v-1f7c37f2]{padding-left:10px;-webkit-box-sizing:border-box;box-sizing:border-box}.approve-dialog .el-icon-success[data-v-1f7c37f2]{display:inline-block;vertical-align:middle;font-size:24px;color:#67c23a}.approve-dialog .approve-icon-tip[data-v-1f7c37f2]{display:inline-block;vertical-align:middle;margin-left:6px;font-size:18px;color:#303133}.approve-dialog .approve-tip[data-v-1f7c37f2]{margin-top:31px;font-size:14px;color:#606266}.approve-dialog[data-v-1f7c37f2] .el-dialog__body{padding-top:0}.approve-dialog[data-v-1f7c37f2] .el-dialog__footer{border:none;padding:18px 20px 22px 20px}.refuse-dialog .refuse-tip[data-v-1f7c37f2]{margin-bottom:20px;font-size:14px;color:#606266}.refuse-dialog[data-v-1f7c37f2] .el-dialog__footer{border:none}.refuse-dialog .el-textarea[data-v-1f7c37f2] .el-textarea__inner{font-size:14px;color:#606266;background-color:hsla(0,0%,100%,.1);resize:none}
\ No newline at end of file
.role-menu .role-item[data-v-240bce99]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:5px 10px 5px 20px;font-size:14px;font-weight:400;line-height:20px;color:#606266;cursor:pointer}.role-menu .role-item.active[data-v-240bce99],.role-menu .role-item[data-v-240bce99]:hover{color:#2f54ed;background-color:rgba(47,84,235,.05)}.role-menu .role-item:hover .edit-icon[data-v-240bce99]{opacity:1;color:#2f54ed;background-color:rgba(47,84,235,.09)}.role-menu .role-item .edit-icon[data-v-240bce99]{padding:4px;opacity:0;font-size:12px}.role-menu .role-item .role-name[data-v-240bce99]{display:block;width:90%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.role-menu .no-data[data-v-240bce99]{padding:10px 0 40px 0;text-align:center;color:#909399}.del-role[data-v-240bce99]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.del-role .el-icon-warning[data-v-240bce99]{color:#e6a23c;font-size:24px}.del-role .del-role-content[data-v-240bce99]{margin-left:10px}.del-role .del-role-content .del-role-tip[data-v-240bce99]{font-size:14px;font-weight:400;color:#606266;line-height:20px}.store-admin-list[data-v-a219aeb6]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;min-height:100%;background-color:#fff}.store-admin-list .store-role-list[data-v-a219aeb6]{padding:17px 0;-ms-flex-negative:0;flex-shrink:0;width:194px;border-right:1px solid #e4e7ed}.store-admin-list .store-role-list .role-title[data-v-a219aeb6]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 20px;margin-bottom:13px;font-size:14px;font-weight:700;color:#303133;line-height:20px}.store-admin-list .store-role-list .role-title .role-title-icon[data-v-a219aeb6]{margin-right:10px;font-size:14px;color:#303133}.store-admin-list .store-role-list .role-title .role-title-text[data-v-a219aeb6]{width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.store-admin-list .store-role-list .no-data[data-v-a219aeb6]{padding-top:50px;text-align:center;color:#909399}.store-admin-list .admin-list[data-v-a219aeb6]{padding:20px;width:calc(100% - 194px)}.store-admin-list .admin-list .admin-list-title[data-v-a219aeb6]{margin-bottom:18px;font-size:14px;font-weight:700;color:#303133;line-height:20px}
\ No newline at end of file
.navwrap[data-v-b492602c]{padding:12px 20px}.boxbttom[data-v-b492602c],.boxshow[data-v-b492602c]{border-bottom:1px solid #e4e7ed}.boxshow[data-v-b492602c]{-webkit-box-shadow:5px -1px 5px #dfdfdf;box-shadow:5px -1px 5px #dfdfdf}.navtitle[data-v-b492602c]{margin:24px 0 0 0;font-size:20px;color:#303133;font-weight:500}.navtip[data-v-b492602c]{width:100%;height:38px;line-height:38px;font-size:13px;border-radius:2px;color:#606266;background-color:#f4f4f5}.navmTop[data-v-b492602c]{margin-top:25px}.navtipcolor[data-v-b492602c]{margin:0 12px;color:#2f54eb}.el-breadcrumb__inner.is-link[data-v-b492602c]:hover,.el-breadcrumb__inner a[data-v-b492602c]:hover{color:#2f54eb}.el-breadcrumb__item:last-child .el-breadcrumb__inner[data-v-b492602c],.el-breadcrumb__item:last-child .el-breadcrumb__inner[data-v-b492602c]:hover,.el-breadcrumb__item:last-child .el-breadcrumb__inner a[data-v-b492602c],.el-breadcrumb__item:last-child .el-breadcrumb__inner a[data-v-b492602c]:hover{font-weight:700;text-decoration:none;cursor:pointer;color:#303133}.line-h-18[data-v-32d9141b]{line-height:18px}.bg-f5f7fa[data-v-32d9141b]{background:#f5f7fa}.store-cell-ul[data-v-32d9141b]{height:289px;overflow-y:auto}.store-cell-ul li[data-v-32d9141b]{margin-top:10px}.line-h-18[data-v-2fc5fad2]{line-height:18px}.w-170[data-v-2fc5fad2]{width:170px}.my-customer-wrap[data-v-2fc5fad2]{height:100%}.my-customer-wrap .common-bottom-border[data-v-2fc5fad2]{cursor:pointer;padding-bottom:2px;border-bottom:1px dashed #2f54eb}.right-content[data-v-2fc5fad2]{padding:0 20px 20px 20px;min-height:calc(100% - 160px)}.right-content .right-box[data-v-2fc5fad2]{background:#fff;min-height:500px;padding:0}.right-content .right-box .apps-content .apps-content-right[data-v-2fc5fad2]{width:100%;padding:20px;background:#fff}.right-content .right-box .apps-content .apps-content-right .common-set-wrap[data-v-2fc5fad2]{height:100%;background:#fff}.right-content .right-box .apps-content .apps-content-right .auth-merchant-img[data-v-2fc5fad2]{width:40px;min-width:40px;max-width:40px;height:40px;border-radius:2px;-webkit-box-sizing:border-box;box-sizing:border-box}.right-content .right-box .apps-content .apps-content-right .auth-merchant-img img[data-v-2fc5fad2]{width:100%}.right-content .right-box .apps-content .apps-content-right .auth-merchant-name[data-v-2fc5fad2]{margin-left:10px;line-height:20px}.right-content .right-box .apps-content .apps-content-right .auth-merchant-name .el-tag[data-v-2fc5fad2]{height:18px;line-height:18px}
\ No newline at end of file
.navwrap[data-v-b492602c]{padding:12px 20px}.boxbttom[data-v-b492602c],.boxshow[data-v-b492602c]{border-bottom:1px solid #e4e7ed}.boxshow[data-v-b492602c]{-webkit-box-shadow:5px -1px 5px #dfdfdf;box-shadow:5px -1px 5px #dfdfdf}.navtitle[data-v-b492602c]{margin:24px 0 0 0;font-size:20px;color:#303133;font-weight:500}.navtip[data-v-b492602c]{width:100%;height:38px;line-height:38px;font-size:13px;border-radius:2px;color:#606266;background-color:#f4f4f5}.navmTop[data-v-b492602c]{margin-top:25px}.navtipcolor[data-v-b492602c]{margin:0 12px;color:#2f54eb}.el-breadcrumb__inner.is-link[data-v-b492602c]:hover,.el-breadcrumb__inner a[data-v-b492602c]:hover{color:#2f54eb}.el-breadcrumb__item:last-child .el-breadcrumb__inner[data-v-b492602c],.el-breadcrumb__item:last-child .el-breadcrumb__inner[data-v-b492602c]:hover,.el-breadcrumb__item:last-child .el-breadcrumb__inner a[data-v-b492602c],.el-breadcrumb__item:last-child .el-breadcrumb__inner a[data-v-b492602c]:hover{font-weight:700;text-decoration:none;cursor:pointer;color:#303133}.line-h-18[data-v-6fd15130]{line-height:18px}.bg-f5f7fa[data-v-6fd15130]{background:#f5f7fa}.store-cell-ul[data-v-6fd15130]{height:289px;overflow-y:auto}.store-cell-ul li[data-v-6fd15130]{margin-top:10px}.line-h-18[data-v-11746884]{line-height:18px}.w-170[data-v-11746884]{width:170px}.my-customer-wrap[data-v-11746884]{height:100%}.my-customer-wrap .common-bottom-border[data-v-11746884]{cursor:pointer;padding-bottom:2px;border-bottom:1px dashed #2f54eb}.right-content[data-v-11746884]{padding:0 20px 20px 20px;min-height:calc(100% - 160px)}.right-content .right-box[data-v-11746884]{background:#fff;min-height:500px;padding:0}.right-content .right-box .apps-content .apps-content-right[data-v-11746884]{width:100%;padding:20px;background:#fff}.right-content .right-box .apps-content .apps-content-right .common-set-wrap[data-v-11746884]{height:100%;background:#fff}.right-content .right-box .apps-content .apps-content-right .auth-merchant-img[data-v-11746884]{width:40px;min-width:40px;max-width:40px;height:40px;border-radius:2px;-webkit-box-sizing:border-box;box-sizing:border-box}.right-content .right-box .apps-content .apps-content-right .auth-merchant-img img[data-v-11746884]{width:100%}.right-content .right-box .apps-content .apps-content-right .auth-merchant-name[data-v-11746884]{margin-left:10px;line-height:20px}.right-content .right-box .apps-content .apps-content-right .auth-merchant-name .el-tag[data-v-11746884]{height:18px;line-height:18px}
\ No newline at end of file
.menu-tree[data-v-25c16a3f]{width:510px;min-height:460px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;border:1px solid #e4e7ed}.menu-tree .first-menu[data-v-25c16a3f]{-ms-flex-negative:0;flex-shrink:0;width:140px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;background-color:#f5f7fa}.menu-tree .first-menu .first-menu-item[data-v-25c16a3f]{padding:0 10px 0 20px;width:100%;height:40px;font-size:14px;font-weight:400;color:#606266;line-height:40px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;cursor:pointer}.menu-tree .first-menu .first-menu-item.active[data-v-25c16a3f],.menu-tree .first-menu .first-menu-item[data-v-25c16a3f]:hover{background-color:#fff}.menu-tree .first-menu .no-data[data-v-25c16a3f]{padding-top:20px;text-align:center;font-size:14px;color:#909399;line-height:60px}.menu-tree .all-menu[data-v-25c16a3f]{padding:20px 0 0 20px;width:calc(100% - 140px)}
\ No newline at end of file
.menu-tree[data-v-42121058]{width:510px;min-height:460px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;border:1px solid #e4e7ed}.menu-tree .first-menu[data-v-42121058]{-ms-flex-negative:0;flex-shrink:0;width:140px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;background-color:#f5f7fa}.menu-tree .first-menu .first-menu-item[data-v-42121058]{padding:0 10px 0 20px;width:100%;height:40px;font-size:14px;font-weight:400;color:#606266;line-height:40px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;cursor:pointer}.menu-tree .first-menu .first-menu-item.active[data-v-42121058],.menu-tree .first-menu .first-menu-item[data-v-42121058]:hover{background-color:#fff}.menu-tree .first-menu .no-data[data-v-42121058]{padding-top:20px;text-align:center;font-size:14px;color:#909399;line-height:60px}.menu-tree .all-menu[data-v-42121058]{padding:20px 0 0 20px;width:calc(100% - 140px)}
\ No newline at end of file
.tab-left-list .tab-left-list-cell[data-v-34fc82fa]{position:relative;text-align:left;height:40px;line-height:40px;white-space:nowrap;overflow:hidden;cursor:pointer}.tab-left-list .tab-left-list-cell .iconActive[data-v-34fc82fa]{color:#2f54eb}.tab-left-list .tab-left-list-cell[data-v-34fc82fa]:hover{color:#2f54eb;background:rgba(47,84,235,.05)}.tab-left-list .tab-left-list-cell:hover i[data-v-34fc82fa]{color:#2f54eb}.tab-left-list .tab-left-list-cell.active-tab[data-v-34fc82fa]{color:#2f54eb;background:rgba(47,84,235,.05)}.tab-left-list .tab-left-list-cell.active-tab i[data-v-34fc82fa]{color:#2f54eb}.tab-left-list .child-tab-left-list[data-v-34fc82fa]{-webkit-transition:all .5s ease-in-out;transition:all .5s ease-in-out}.tab-left-list .child-tab-left-list li[data-v-34fc82fa]{position:relative;text-align:left;height:40px;line-height:40px;white-space:nowrap;overflow:hidden;cursor:pointer}.tab-left-list .child-tab-left-list li[data-v-34fc82fa]:hover{color:#2f54eb;background:rgba(47,84,235,.05)}.tab-left-list .child-tab-left-list li:hover i[data-v-34fc82fa]{color:#2f54eb}.tab-left-list .child-tab-left-list li.active-tab[data-v-34fc82fa]{color:#2f54eb;background:rgba(47,84,235,.05)}.tab-left-list .child-tab-left-list li.active-tab i[data-v-34fc82fa]{color:#2f54eb}.flex[data-v-c8ca5206]{display:-webkit-box;display:-ms-flexbox;display:flex}.flex-1[data-v-c8ca5206]{-webkit-box-flex:1;-ms-flex:1;flex:1}.flex-column[data-v-c8ca5206]{-moz-flex-direction:column;-ms-flex-direction:column;-o-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.flex-row[data-v-c8ca5206]{-moz-flex-direction:row;-ms-flex-direction:row;-o-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row}.flex-align-center[data-v-c8ca5206]{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.flex-pack-center[data-v-c8ca5206]{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.flex-between[data-v-c8ca5206]{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.flex-wrap[data-v-c8ca5206]{-ms-flex-wrap:wrap;-o-flex-wrap:wrap;flex-wrap:wrap}.border-box[data-v-c8ca5206]{-webkit-box-sizing:border-box;box-sizing:border-box}.set-tip-body[data-v-c8ca5206]{position:fixed;left:50%;top:91px;z-index:999}.pro-name[data-v-c8ca5206]{font-size:16px;font-weight:600;color:#303133;line-height:22px;background:-webkit-gradient(linear,right top,left top,from(#5b4adb),to(#2da8ff));background:linear-gradient(270deg,#5b4adb,#2da8ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.user-item[data-v-c8ca5206]{position:relative;margin-top:10px;padding:10px 0 0 0}.user-item[data-v-c8ca5206]:hover{color:#2f54eb;cursor:pointer}.user-item[data-v-c8ca5206]:after{content:"";position:absolute;left:-15px;right:-15px;top:0;height:1px;background:#e4e7ed}.navsuer-wrap .hide-item[data-v-c8ca5206]{width:118px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.navsuer-wrap .user-item[data-v-c8ca5206]{text-align:center;color:#606266}.navsuer-wrap .user-item a[data-v-c8ca5206]{color:#606266}.navsuer-wrap .user-item:hover .user-text[data-v-c8ca5206]{display:block;color:#2f54eb;cursor:pointer}.nav-header[data-v-c8ca5206]{position:fixed;display:-webkit-box;display:-ms-flexbox;display:flex;top:0;left:0;width:100%;height:46px;line-height:46px;font-size:14px;background-color:#fff;padding:0;z-index:99;color:#fff;-webkit-box-shadow:0 4px 6px 0 rgba(221,227,237,.29);box-shadow:0 4px 6px 0 rgba(221,227,237,.29)}.nav-header .fl[data-v-c8ca5206]{float:left}.nav-header .fr[data-v-c8ca5206]{float:right}.nav-header-logo[data-v-c8ca5206]{-webkit-box-flex:0;-ms-flex:0 0 200px;flex:0 0 200px;width:200px;height:46px;float:left;padding-left:50px;font-size:20px;color:#1f2f3d;text-align:left;background:url(../img/logo.861ef5c7.png) no-repeat 20px;background-size:22px;-webkit-box-sizing:border-box;box-sizing:border-box}.nav-header-pic[data-v-c8ca5206]{vertical-align:middle}.nav-header-item[data-v-c8ca5206]{-webkit-box-flex:1;-ms-flex:1;flex:1}.nav-header .item-link[data-v-c8ca5206]{float:left;display:inline-block;width:133px;padding:0 10px;text-align:center;cursor:pointer;color:#606266;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.nav-header .item-link.menu-font-16[data-v-c8ca5206]{font-size:16px}.nav-header .item-link.icon-collapse[data-v-c8ca5206]{width:auto;padding:0 23px 0 14px}.nav-header .item-link[data-v-c8ca5206]:hover{color:#2f54eb}.nav-header .current-module.bottom[data-v-c8ca5206]{color:#2f54eb;font-weight:600;position:relative}.nav-header .current-module.bottom[data-v-c8ca5206]:after{content:"";position:absolute;bottom:0;left:0;right:0;z-index:1;margin:0 auto;width:100%;-webkit-animation:borders-data-v-c8ca5206 .5s;animation:borders-data-v-c8ca5206 .5s;border-top:2px solid #2f54ed}li[data-v-c8ca5206]{list-style:none}.navuser-info[data-v-c8ca5206]{text-align:center;padding-right:20px}.navuser-info .span-log[data-v-c8ca5206]{position:relative;font-size:18px;padding-right:10px}.navuser-info .span-log[data-v-c8ca5206]:after{content:"";position:absolute;top:3px;right:0;width:0;height:14px;border-right:1px solid #e4e7ed}.navuser-info .user-img[data-v-c8ca5206]{display:inline-block;vertical-align:middle;width:24px;height:24px;border-radius:12px}.navuser-info .el-button--text[data-v-c8ca5206]{padding-right:24px;font-size:14px;color:#606266;margin-left:30px}.nav-user-name[data-v-c8ca5206]{position:relative;display:inline-block;padding:0 20px 0 10px;color:#606266;text-align:center}.nav-user-name[data-v-c8ca5206]:hover{color:#2f54eb}.nav-user-name:hover .arrowico[data-v-c8ca5206]{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.user-left-img img[data-v-c8ca5206]{width:24px;height:24px;border-radius:50%}@-webkit-keyframes borders-data-v-c8ca5206{0%{width:0}to{width:100%}}@keyframes borders-data-v-c8ca5206{0%{width:0}to{width:100%}}@media screen and (max-width:1280px){.nav-header[data-v-c8ca5206]{min-width:1280px}}@media screen and (min-width:1280px) and (max-width:1366px){.nav-header[data-v-c8ca5206]{min-width:1280px}}@media screen and (min-width:1366px) and (max-width:1440px){.nav-header[data-v-c8ca5206]{min-width:1366px}}@media screen and (min-width:1440px) and (max-width:1920px){.nav-header[data-v-c8ca5206]{min-width:1440px}}
\ No newline at end of file
.navwrap[data-v-b492602c]{padding:12px 20px}.boxbttom[data-v-b492602c],.boxshow[data-v-b492602c]{border-bottom:1px solid #e4e7ed}.boxshow[data-v-b492602c]{-webkit-box-shadow:5px -1px 5px #dfdfdf;box-shadow:5px -1px 5px #dfdfdf}.navtitle[data-v-b492602c]{margin:24px 0 0 0;font-size:20px;color:#303133;font-weight:500}.navtip[data-v-b492602c]{width:100%;height:38px;line-height:38px;font-size:13px;border-radius:2px;color:#606266;background-color:#f4f4f5}.navmTop[data-v-b492602c]{margin-top:25px}.navtipcolor[data-v-b492602c]{margin:0 12px;color:#2f54eb}.el-breadcrumb__inner.is-link[data-v-b492602c]:hover,.el-breadcrumb__inner a[data-v-b492602c]:hover{color:#2f54eb}.el-breadcrumb__item:last-child .el-breadcrumb__inner[data-v-b492602c],.el-breadcrumb__item:last-child .el-breadcrumb__inner[data-v-b492602c]:hover,.el-breadcrumb__item:last-child .el-breadcrumb__inner a[data-v-b492602c],.el-breadcrumb__item:last-child .el-breadcrumb__inner a[data-v-b492602c]:hover{font-weight:700;text-decoration:none;cursor:pointer;color:#303133}.menu-tree[data-v-25c16a3f]{width:510px;min-height:460px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;border:1px solid #e4e7ed}.menu-tree .first-menu[data-v-25c16a3f]{-ms-flex-negative:0;flex-shrink:0;width:140px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;background-color:#f5f7fa}.menu-tree .first-menu .first-menu-item[data-v-25c16a3f]{padding:0 10px 0 20px;width:100%;height:40px;font-size:14px;font-weight:400;color:#606266;line-height:40px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;cursor:pointer}.menu-tree .first-menu .first-menu-item.active[data-v-25c16a3f],.menu-tree .first-menu .first-menu-item[data-v-25c16a3f]:hover{background-color:#fff}.menu-tree .first-menu .no-data[data-v-25c16a3f]{padding-top:20px;text-align:center;font-size:14px;color:#909399;line-height:60px}.menu-tree .all-menu[data-v-25c16a3f]{padding:20px 0 0 20px;width:calc(100% - 140px)}.edit-role[data-v-155d7f30]{padding:20px;background-color:#fff;height:100%}.resource-list[data-v-155d7f30]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.resource-list .resource-item[data-v-155d7f30]{padding:10px 20px;width:236px;height:72px;background:#f5f7fa}.resource-list .resource-item .app-name[data-v-155d7f30]{font-size:14px;font-weight:700;color:#303133;line-height:20px}
\ No newline at end of file
.navwrap[data-v-b492602c]{padding:12px 20px}.boxbttom[data-v-b492602c],.boxshow[data-v-b492602c]{border-bottom:1px solid #e4e7ed}.boxshow[data-v-b492602c]{-webkit-box-shadow:5px -1px 5px #dfdfdf;box-shadow:5px -1px 5px #dfdfdf}.navtitle[data-v-b492602c]{margin:24px 0 0 0;font-size:20px;color:#303133;font-weight:500}.navtip[data-v-b492602c]{width:100%;height:38px;line-height:38px;font-size:13px;border-radius:2px;color:#606266;background-color:#f4f4f5}.navmTop[data-v-b492602c]{margin-top:25px}.navtipcolor[data-v-b492602c]{margin:0 12px;color:#2f54eb}.el-breadcrumb__inner.is-link[data-v-b492602c]:hover,.el-breadcrumb__inner a[data-v-b492602c]:hover{color:#2f54eb}.el-breadcrumb__item:last-child .el-breadcrumb__inner[data-v-b492602c],.el-breadcrumb__item:last-child .el-breadcrumb__inner[data-v-b492602c]:hover,.el-breadcrumb__item:last-child .el-breadcrumb__inner a[data-v-b492602c],.el-breadcrumb__item:last-child .el-breadcrumb__inner a[data-v-b492602c]:hover{font-weight:700;text-decoration:none;cursor:pointer;color:#303133}.menu-tree[data-v-42121058]{width:510px;min-height:460px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;border:1px solid #e4e7ed}.menu-tree .first-menu[data-v-42121058]{-ms-flex-negative:0;flex-shrink:0;width:140px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;background-color:#f5f7fa}.menu-tree .first-menu .first-menu-item[data-v-42121058]{padding:0 10px 0 20px;width:100%;height:40px;font-size:14px;font-weight:400;color:#606266;line-height:40px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;cursor:pointer}.menu-tree .first-menu .first-menu-item.active[data-v-42121058],.menu-tree .first-menu .first-menu-item[data-v-42121058]:hover{background-color:#fff}.menu-tree .first-menu .no-data[data-v-42121058]{padding-top:20px;text-align:center;font-size:14px;color:#909399;line-height:60px}.menu-tree .all-menu[data-v-42121058]{padding:20px 0 0 20px;width:calc(100% - 140px)}.edit-role[data-v-0ee25171]{padding:20px;background-color:#fff;height:100%}.resource-list[data-v-0ee25171]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.resource-list .resource-item[data-v-0ee25171]{padding:10px 20px;width:236px;height:72px;background:#f5f7fa}.resource-list .resource-item .app-name[data-v-0ee25171]{font-size:14px;font-weight:700;color:#303133;line-height:20px}
\ No newline at end of file
.span-dot[data-v-0097f5d3]{display:inline-block;vertical-align:middle;width:6px;height:6px;margin-right:6px;border-radius:3px}.span-dot.bg-52c41a[data-v-0097f5d3]{background:#52c41a}.span-dot.bg-f5222d[data-v-0097f5d3]{background:#f5222d}.bg-82C5FF[data-v-0097f5d3]{background:#82c5ff}.color-508CEE[data-v-0097f5d3]{color:#508cee}.color-FF585C[data-v-0097f5d3]{color:#ff585c}.line-h-18[data-v-0097f5d3]{line-height:18px}.tooltip-text[data-v-0097f5d3]{width:100%;white-space:pre-wrap;word-break:break-all}.w-293[data-v-0097f5d3]{width:293px}.w-191[data-v-0097f5d3]{width:191px}.el-alert--info[data-v-0097f5d3]{background:#f0f5ff;border-radius:2px;border:1px solid #85a5ff;-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start}.el-alert--info .el-alert__icon[data-v-0097f5d3]{font-size:12px;padding-top:3px}.my-customer-wrap[data-v-0097f5d3]{height:100%}.right-content[data-v-0097f5d3]{padding:0 20px 20px 20px;min-height:calc(100% - 160px)}.right-content .right-box[data-v-0097f5d3]{background:#fff;min-height:500px;padding:0}.right-content .right-box .apps-content .apps-content-right[data-v-0097f5d3]{width:100%;padding:20px;background:#fff}.right-content .right-box .apps-content .apps-content-right .overstore-body[data-v-0097f5d3]{background:#fff}.right-content .right-box .apps-content .apps-content-right .app-detail-wrap[data-v-0097f5d3],.right-content .right-box .apps-content .apps-content-right .common-set-wrap[data-v-0097f5d3],.right-content .right-box .apps-content .apps-content-right .daily-set-wrap[data-v-0097f5d3]{height:100%;background:#fff}.navwrap[data-v-b492602c]{padding:12px 20px}.boxbttom[data-v-b492602c],.boxshow[data-v-b492602c]{border-bottom:1px solid #e4e7ed}.boxshow[data-v-b492602c]{-webkit-box-shadow:5px -1px 5px #dfdfdf;box-shadow:5px -1px 5px #dfdfdf}.navtitle[data-v-b492602c]{margin:24px 0 0 0;font-size:20px;color:#303133;font-weight:500}.navtip[data-v-b492602c]{width:100%;height:38px;line-height:38px;font-size:13px;border-radius:2px;color:#606266;background-color:#f4f4f5}.navmTop[data-v-b492602c]{margin-top:25px}.navtipcolor[data-v-b492602c]{margin:0 12px;color:#2f54eb}.el-breadcrumb__inner.is-link[data-v-b492602c]:hover,.el-breadcrumb__inner a[data-v-b492602c]:hover{color:#2f54eb}.el-breadcrumb__item:last-child .el-breadcrumb__inner[data-v-b492602c],.el-breadcrumb__item:last-child .el-breadcrumb__inner[data-v-b492602c]:hover,.el-breadcrumb__item:last-child .el-breadcrumb__inner a[data-v-b492602c],.el-breadcrumb__item:last-child .el-breadcrumb__inner a[data-v-b492602c]:hover{font-weight:700;text-decoration:none;cursor:pointer;color:#303133}.span-dot[data-v-76c36b3a]{display:inline-block;vertical-align:middle;width:6px;height:6px;margin-right:6px;border-radius:3px}.span-dot.bg-52c41a[data-v-76c36b3a]{background:#52c41a}.span-dot.bg-f5222d[data-v-76c36b3a]{background:#f5222d}.bg-82C5FF[data-v-76c36b3a]{background:#82c5ff}.color-508CEE[data-v-76c36b3a]{color:#508cee}.color-FF585C[data-v-76c36b3a]{color:#ff585c}.line-h-18[data-v-76c36b3a]{line-height:18px}.line-28[data-v-76c36b3a]{line-height:28px}.min-w-90[data-v-76c36b3a]{min-width:90px}.tooltip-text[data-v-76c36b3a]{width:100%;white-space:pre-wrap;word-break:break-all}.w-293[data-v-76c36b3a]{width:293px}.w-191[data-v-76c36b3a]{width:191px}.w-168[data-v-76c36b3a]{width:168px}.common-bottom-border[data-v-76c36b3a]{cursor:pointer;padding-bottom:2px;border-bottom:1px dashed #2f54eb}.el-alert--info[data-v-76c36b3a]{background:#f0f5ff;border-radius:2px;border:1px solid #85a5ff;-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start}.el-alert--info .el-alert__icon[data-v-76c36b3a]{font-size:12px;padding-top:3px}.el-button.cursor-unset[data-v-76c36b3a]{cursor:unset}.my-customer-wrap[data-v-76c36b3a]{height:100%}.right-content[data-v-76c36b3a]{padding:0 20px 20px 20px;min-height:calc(100% - 160px)}.right-content .right-box[data-v-76c36b3a]{background:#fff;min-height:500px;padding:0}.right-content .right-box .apps-content .apps-content-right[data-v-76c36b3a]{width:100%;padding:20px;background:#fff}.right-content .right-box .apps-content .apps-content-right .overstore-body[data-v-76c36b3a]{background:#fff}.right-content .right-box .apps-content .apps-content-right .app-detail-wrap[data-v-76c36b3a],.right-content .right-box .apps-content .apps-content-right .common-set-wrap[data-v-76c36b3a],.right-content .right-box .apps-content .apps-content-right .daily-set-wrap[data-v-76c36b3a]{height:100%;background:#fff}
\ No newline at end of file
.role-menu .role-item[data-v-240bce99]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:5px 10px 5px 20px;font-size:14px;font-weight:400;line-height:20px;color:#606266;cursor:pointer}.role-menu .role-item.active[data-v-240bce99],.role-menu .role-item[data-v-240bce99]:hover{color:#2f54ed;background-color:rgba(47,84,235,.05)}.role-menu .role-item:hover .edit-icon[data-v-240bce99]{opacity:1;color:#2f54ed;background-color:rgba(47,84,235,.09)}.role-menu .role-item .edit-icon[data-v-240bce99]{padding:4px;opacity:0;font-size:12px}.role-menu .role-item .role-name[data-v-240bce99]{display:block;width:90%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.role-menu .no-data[data-v-240bce99]{padding:10px 0 40px 0;text-align:center;color:#909399}.del-role[data-v-240bce99]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.del-role .el-icon-warning[data-v-240bce99]{color:#e6a23c;font-size:24px}.del-role .del-role-content[data-v-240bce99]{margin-left:10px}.del-role .del-role-content .del-role-tip[data-v-240bce99]{font-size:14px;font-weight:400;color:#606266;line-height:20px}
\ No newline at end of file
.bg-ebecf0[data-v-3937a662]{background:#ebecf0}.color-c0c4cc[data-v-3937a662]{display:inline-block;line-height:34px;padding-left:10px;color:#c0c4cc}.condition-tips[data-v-3937a662]{display:inline-block;vertical-align:middle;line-height:32px}.p-l-30[data-v-3937a662]{padding-left:30px}.p-l-40[data-v-3937a662]{padding-left:40px}.p-l-55[data-v-3937a662]{padding-left:55px}.p-l-85[data-v-3937a662]{padding-left:85px}.m-l-20[data-v-3937a662]{margin-left:20px}.line-50[data-v-3937a662]{height:50px;line-height:50px}.admin-table-body .admin-thead[data-v-3937a662]{width:100%;height:48px;line-height:48px}.admin-table-body .row-th[data-v-3937a662]{height:48px;line-height:48px}.admin-table-body .el-row[data-v-3937a662]{font-size:14px;border-bottom:1px solid #dcdfe6;overflow:hidden}.admin-table-body .el-row.border-set[data-v-3937a662]{border-bottom:0 solid #dcdfe6}.admin-table-body .el-row.border-set .el-col[data-v-3937a662]{position:relative;border-bottom:1px solid #dcdfe6}.admin-table-body .el-row.border-set .el-col[data-v-3937a662]:after{content:" ";position:absolute;left:0;bottom:0;width:100%;height:50px;border-bottom:1px solid #dcdfe6;z-index:1}.admin-table-body .el-row.border-set .el-col.line-one[data-v-3937a662]:after{content:" ";position:absolute;left:55px;bottom:0;width:calc(100% - 55px);height:50px;border-bottom:1px solid #dcdfe6;z-index:1}.admin-table-body .el-row .hide-border[data-v-3937a662]{position:relative}.admin-table-body .el-row .hide-border[data-v-3937a662]:after{content:" ";position:absolute;left:0;bottom:0;width:55px;height:1px;background:#fff;z-index:1}.daily-set-wrap[data-v-3937a662]{height:100%}.daily-set-wrap .daily-set-content[data-v-3937a662]{padding:20px}.daily-set-wrap .daily-set-content .table-condition-left[data-v-3937a662]{font-size:0}.daily-set-wrap .el-form .el-form-item[data-v-3937a662]{margin-bottom:4px}.daily-set-wrap .el-form[data-v-3937a662] .el-form-item__label{color:#606266}.daily-set-wrap .depart-item-content[data-v-3937a662]{width:213px;height:32px;overflow:hidden;white-space:nowrap;border-radius:4px;border:1px solid #dcdfe6;cursor:pointer}.daily-set-wrap .item-cell-select[data-v-3937a662] .el-select__tags{white-space:nowrap;overflow:hidden}.daily-set-wrap .depart-cell[data-v-3937a662]{position:relative;margin:0 24px 24px 0}.daily-set-wrap .depart-cell .el-icon-circle-close[data-v-3937a662]{position:absolute;top:-10px;right:-10px;font-size:16px;color:#808995;cursor:pointer}
\ No newline at end of file
.bg-82C5FF[data-v-09a5ebc6]{background:#82c5ff}.color-508CEE[data-v-09a5ebc6]{color:#508cee}.color-FF585C[data-v-09a5ebc6]{color:#ff585c}.line-h-18[data-v-09a5ebc6]{line-height:18px}.tooltip-text[data-v-09a5ebc6]{width:100%;white-space:pre-wrap;word-break:break-all}.my-customer-wrap[data-v-09a5ebc6]{height:100%}.content[data-v-09a5ebc6]{padding-top:46px;min-width:1400px;-webkit-box-sizing:border-box;box-sizing:border-box}.right-content[data-v-09a5ebc6]{padding:20px;min-height:calc(100% - 157px)}.right-content .right-box[data-v-09a5ebc6]{background:#fff;min-height:500px;padding:0}.right-content .right-box .apps-content .apps-content-left[data-v-09a5ebc6]{min-width:157px;height:100%;background:#fff;overflow-x:hidden;overflow-y:auto}.right-content .right-box .apps-content .apps-content-left .apps-content-left__title[data-v-09a5ebc6]{height:55px;line-height:55px;padding:0 0 0 18px}.right-content .right-box .apps-content .apps-content-left .tab-left-list-cell[data-v-09a5ebc6]{position:relative;text-align:left;margin-top:15px;height:30px;line-height:30px;white-space:nowrap;overflow:hidden;cursor:pointer}.right-content .right-box .apps-content .apps-content-left .tab-left-list-cell[data-v-09a5ebc6]:hover{background:rgba(24,144,255,.06)}.right-content .right-box .apps-content .apps-content-left .tab-left-list-cell:hover i[data-v-09a5ebc6]{color:#2f54eb}.right-content .right-box .apps-content .apps-content-left .tab-left-list-cell.active-tab[data-v-09a5ebc6]{background:rgba(24,144,255,.06)}.right-content .right-box .apps-content .apps-content-left .tab-left-list-cell.active-tab[data-v-09a5ebc6]:before{content:" ";position:absolute;left:0;top:0;bottom:0;width:2px;background:#2f54eb;z-index:1}.right-content .right-box .apps-content .apps-content-left .tab-left-list-cell.active-tab i[data-v-09a5ebc6]{color:#2f54eb}.right-content .right-box .apps-content .apps-content-left .tab-left-list-cell .child-tab-left-list li[data-v-09a5ebc6]{position:relative;text-align:left;height:30px;line-height:30px;white-space:nowrap;overflow:hidden;cursor:pointer}.right-content .right-box .apps-content .apps-content-left .tab-left-list-cell .child-tab-left-list li[data-v-09a5ebc6]:hover{background:rgba(24,144,255,.06)}.right-content .right-box .apps-content .apps-content-left .tab-left-list-cell .child-tab-left-list li:hover i[data-v-09a5ebc6]{color:#2f54eb}.right-content .right-box .apps-content .apps-content-left .tab-left-list-cell .child-tab-left-list li.active-tab[data-v-09a5ebc6]{background:rgba(24,144,255,.06)}.right-content .right-box .apps-content .apps-content-left .tab-left-list-cell .child-tab-left-list li.active-tab[data-v-09a5ebc6]:before{content:" ";position:absolute;left:0;top:0;bottom:0;width:2px;background:#2f54eb;z-index:1}.right-content .right-box .apps-content .apps-content-left .tab-left-list-cell .child-tab-left-list li.active-tab i[data-v-09a5ebc6]{color:#2f54eb}.right-content .right-box .apps-content .apps-content-right[data-v-09a5ebc6]{background:#f0f2f5}.right-content .right-box .apps-content .apps-content-right .app-detail-wrap[data-v-09a5ebc6],.right-content .right-box .apps-content .apps-content-right .common-set-wrap[data-v-09a5ebc6],.right-content .right-box .apps-content .apps-content-right .daily-set-wrap[data-v-09a5ebc6]{height:100%;background:#fff}
\ No newline at end of file
.role-menu .role-item[data-v-240bce99]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:5px 10px 5px 20px;font-size:14px;font-weight:400;line-height:20px;color:#606266;cursor:pointer}.role-menu .role-item.active[data-v-240bce99],.role-menu .role-item[data-v-240bce99]:hover{color:#2f54ed;background-color:rgba(47,84,235,.05)}.role-menu .role-item:hover .edit-icon[data-v-240bce99]{opacity:1;color:#2f54ed;background-color:rgba(47,84,235,.09)}.role-menu .role-item .edit-icon[data-v-240bce99]{padding:4px;opacity:0;font-size:12px}.role-menu .role-item .role-name[data-v-240bce99]{display:block;width:90%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.role-menu .no-data[data-v-240bce99]{padding:10px 0 40px 0;text-align:center;color:#909399}.del-role[data-v-240bce99]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.del-role .el-icon-warning[data-v-240bce99]{color:#e6a23c;font-size:24px}.del-role .del-role-content[data-v-240bce99]{margin-left:10px}.del-role .del-role-content .del-role-tip[data-v-240bce99]{font-size:14px;font-weight:400;color:#606266;line-height:20px}.admin[data-v-0c575a8c]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;background-color:#fff;min-height:100%}.admin .role-list[data-v-0c575a8c]{-ms-flex-negative:0;flex-shrink:0;width:194px;border-right:1px solid #e4e7ed}.admin .role-list .add-role[data-v-0c575a8c]{padding:20px}.admin .role-list .add-role .el-button[data-v-0c575a8c]{width:100%;border-style:dashed}.admin .admin-list[data-v-0c575a8c]{padding:20px;width:calc(100% - 194px)}.admin .admin-list .admin-list-title[data-v-0c575a8c]{margin-bottom:20px;font-size:14px;font-weight:700;color:#303133;line-height:20px}
\ No newline at end of file
.bind-store-body[data-v-3cdff39a]{width:331px;padding:10px;margin:0 auto;border:1px solid #e4e7ed}.bind-store-body .w-215[data-v-3cdff39a]{width:215px}.bind-store-body .w-115[data-v-3cdff39a]{width:115px}.bind-store-body .select-tree-wrap[data-v-3cdff39a]{height:323px;overflow-y:auto}.bind-store-body .select-tree-wrap .el-tree[data-v-3cdff39a]{width:309px;height:323px;overflow-x:auto}.bind-store-body .select-tree-wrap .el-tree .custom-tree-node[data-v-3cdff39a]{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;font-size:14px;padding-right:8px}.bind-store-body .select-tree-wrap .el-select-dropdown__wrap[data-v-3cdff39a]{max-height:343px}.bind-store-body .select-tree-wrap .el-checkbox-group[data-v-3cdff39a]{overflow-x:auto;max-height:306px}.bind-store-body .select-tree-wrap .el-checkbox-group ul[data-v-3cdff39a]{height:100%}.bind-store-body .select-tree-wrap .el-checkbox-group ul li[data-v-3cdff39a]{overflow:unset;text-overflow:unset}.bind-store-body[data-v-7071110a]{width:331px;padding:10px;margin:20px 0 0 0;border:1px solid #e4e7ed}.bind-store-body .w-215[data-v-7071110a]{width:215px}.bind-store-body .w-115[data-v-7071110a]{width:115px}.bind-store-body .select-tree-wrap[data-v-7071110a]{height:323px;overflow-y:auto}.bind-store-body .select-tree-wrap .el-tree[data-v-7071110a]{width:309px;height:323px;overflow-x:auto}.bind-store-body .select-tree-wrap .el-tree .custom-tree-node[data-v-7071110a]{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;font-size:14px;padding-right:8px}.daily-store-select[data-v-1f8586f8]{position:relative;width:331px;min-height:398px;margin:20px 0 0 0;padding:10px;border:1px solid #e4e7ed}.daily-store-select .define-search-select .el-select-dropdown__wrap[data-v-1f8586f8]{max-height:343px}.daily-store-select .define-search-select .el-checkbox-group[data-v-1f8586f8]{overflow-x:auto;height:338px}.daily-store-select .define-search-select .el-checkbox-group ul[data-v-1f8586f8]{height:100%}.daily-store-select .define-search-select .el-checkbox-group ul li[data-v-1f8586f8]{overflow:unset;text-overflow:unset}.store-auth-range[data-v-b34621e2]{display:block;-webkit-transition:all .3s;transition:all .3s}.store-auth-range.show-range .common-mask[data-v-b34621e2],.store-auth-range.show-range[data-v-b34621e2]{display:block}.store-auth-range.show-range .bind-body[data-v-b34621e2]{right:0}.store-auth-range.hide-range .common-mask[data-v-b34621e2]{display:none;opacity:0}.store-auth-range.hide-range .bind-body[data-v-b34621e2]{right:-620px}.common-mask[data-v-b34621e2]{left:0;opacity:.5;background:#000;z-index:1000}.bind-body[data-v-b34621e2],.common-mask[data-v-b34621e2]{position:fixed;top:0;bottom:0;right:0;-webkit-transition:all .3s;transition:all .3s}.bind-body[data-v-b34621e2]{width:604px;padding:20px;z-index:5000;overflow-y:auto;background:#fff}.my-customer-wrap[data-v-6a673ce6]{height:100%}.my-customer-wrap .navwrap[data-v-6a673ce6]{padding-left:0;background:#f0f2f5}.my-customer-wrap .apps-content-right[data-v-6a673ce6]{width:100%;padding:20px}.my-customer-wrap .apps-content-right .admin-list-wrap .add-admin-btn[data-v-6a673ce6]{width:114px;height:32px;line-height:32px;text-align:center;border:1px solid #e4e7ed}.my-customer-wrap .apps-content-right .store-item-content[data-v-6a673ce6]{position:relative;display:inline-block;vertical-align:middle;width:302px;height:32px;line-height:32px;overflow:hidden;white-space:nowrap;border-radius:2px;border:1px solid #c4c6cf;cursor:pointer;-webkit-box-sizing:border-box;box-sizing:border-box}.my-customer-wrap .apps-content-right .store-item-content.admin-select[data-v-6a673ce6]{border:none}.my-customer-wrap .apps-content-right .store-item-content .el-select__tags[data-v-6a673ce6]{max-width:348px;white-space:nowrap;overflow:hidden}
\ No newline at end of file
.li-cell[data-v-4a25ebf4]{min-height:26px;line-height:26px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.li-cell .color-606266.color-fff[data-v-4a25ebf4]{color:#fff}.li-cell.li-cell-active[data-v-4a25ebf4]{background:#f4f6fe}.li-cell.li-cell-active .iconqiye-tianchong[data-v-4a25ebf4],.li-cell.li-cell-active .span-departName[data-v-4a25ebf4]{color:#2f54eb}.li-cell.li-cell-active .color-606266.color-fff[data-v-4a25ebf4]{color:#f4f6fe}.contact-li .li-cell[data-v-4a25ebf4]:hover{background:#f4f6fe}.contact-li .li-cell:hover .span-departName[data-v-4a25ebf4]{color:#303133}.contact-li .li-cell:hover .color-606266.color-fff[data-v-4a25ebf4]{color:#f4f6fe}.w-110[data-v-4a25ebf4]{width:110px}.w-320[data-v-4a25ebf4]{width:320px}.m-t-14[data-v-4a25ebf4]{margin-top:14px}.child-row[data-v-4a25ebf4]{padding-left:10px}.span-dot[data-v-74006918]{display:inline-block;width:6px;height:6px;margin-right:5px;background:#d9d9d9;border-radius:50%}.m-l-30[data-v-74006918]{margin-left:30px}.depart-cell:hover span[data-v-74006918]{padding-bottom:4px;border-bottom:1px dashed #2f54eb}.span-dot[data-v-41c74fbc]{display:inline-block;width:6px;height:6px;margin-right:5px;background:#d9d9d9;border-radius:50%}.w-95[data-v-41c74fbc]{width:95px}.m-l-30[data-v-41c74fbc]{margin-left:30px}.w-319[data-v-41c74fbc]{width:319px}.w-558[data-v-41c74fbc]{width:558px}.show-select-num[data-v-41c74fbc]{position:relative;display:inline-block;font-size:inherit;height:32px;line-height:32px;padding-left:10px;-webkit-appearance:none;background-color:#fff;background-image:none;border-radius:4px;border:1px solid #dcdfe6;-webkit-box-sizing:border-box;box-sizing:border-box;color:#606266;overflow:hidden}.show-select-num .select-search-input[data-v-41c74fbc]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;white-space:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.show-select-num .select-search-input .el-input[data-v-41c74fbc]{width:auto;min-width:327px}.show-select-num .select-search-input .el-input[data-v-41c74fbc] .el-input__inner{border:none;background-color:transparent}.show-select-num .select-search-input .el-input[data-v-41c74fbc] .el-input__inner:focus{border-color:transparent;-webkit-box-shadow:none;box-shadow:none}.show-select-num .el-select__caret[data-v-41c74fbc]{color:#c0c4cc;font-size:14px;-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s;-webkit-transform:rotate(180deg);transform:rotate(180deg);cursor:pointer}.show-select-num .el-select__caret.is-reverse[data-v-41c74fbc]{-webkit-transform:rotate(0deg);transform:rotate(0deg)}.daily-store-select[data-v-41c74fbc]{position:relative}.selected div span[data-v-41c74fbc]{color:#2f54eb}.el-form[data-v-41c74fbc]{min-height:200px}.el-select-dropdown__item[data-v-41c74fbc]{height:52px;line-height:52px}.text-ellipsis[data-v-41c74fbc]{max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.span-dot[data-v-3bcd59c4]{display:inline-block;vertical-align:middle;width:6px;height:6px;margin-right:6px;border-radius:3px}.span-dot.bg-52c41a[data-v-3bcd59c4]{background:#52c41a}.span-dot.bg-f5222d[data-v-3bcd59c4]{background:#f5222d}.bg-82C5FF[data-v-3bcd59c4]{background:#82c5ff}.color-508CEE[data-v-3bcd59c4]{color:#508cee}.color-FF585C[data-v-3bcd59c4]{color:#ff585c}.line-h-18[data-v-3bcd59c4]{line-height:18px}.tooltip-text[data-v-3bcd59c4]{width:100%;white-space:pre-wrap;word-break:break-all}.w-293[data-v-3bcd59c4]{width:293px}.w-191[data-v-3bcd59c4]{width:191px}.el-alert--info[data-v-3bcd59c4]{background:#f0f5ff;border-radius:2px;border:1px solid #85a5ff;-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start}.el-alert--info .el-alert__icon[data-v-3bcd59c4]{font-size:12px;padding-top:3px}.my-customer-wrap[data-v-3bcd59c4]{height:100%}.right-content[data-v-3bcd59c4]{padding:0 20px 20px 20px;min-height:calc(100% - 160px)}.right-content .right-box[data-v-3bcd59c4]{background:#fff;min-height:500px;padding:0}.right-content .right-box .apps-content .apps-content-right[data-v-3bcd59c4]{width:100%;padding:20px;background:#fff}.right-content .right-box .apps-content .apps-content-right .overstore-body[data-v-3bcd59c4]{background:#fff}.right-content .right-box .apps-content .apps-content-right .app-detail-wrap[data-v-3bcd59c4],.right-content .right-box .apps-content .apps-content-right .common-set-wrap[data-v-3bcd59c4],.right-content .right-box .apps-content .apps-content-right .daily-set-wrap[data-v-3bcd59c4]{height:100%;background:#fff}.m-b-12[data-v-aa71d53c]{margin-bottom:12px}.m-b-20[data-v-aa71d53c]{margin-bottom:20px}.p-l-18[data-v-aa71d53c]{padding-left:18px}.m-b-10[data-v-26b2e692]{margin-bottom:10px}.el-breadcrumb__inner.is-link[data-v-26b2e692]:hover,.el-breadcrumb__inner a[data-v-26b2e692]:hover{color:#2f54eb}.w-274[data-v-26b2e692]{width:274px}.m-l-6[data-v-26b2e692]{margin-left:6px}.depart-list-body .depart-id[data-v-26b2e692]{margin-top:5px}.depart-list-body .depart-children-list[data-v-26b2e692]{padding:16px 10px;background:#f5f7fa}.depart-list-body .use-help-tip[data-v-26b2e692]{position:relative;margin-left:10px;padding-left:10px}.depart-list-body .use-help-tip[data-v-26b2e692]:before{content:"";position:absolute;left:0;top:2px;height:10px;width:1px;background:#dcdfe6}.depart-list-body .hover-303133[data-v-26b2e692]:hover{color:#303133}.iconhuaban[data-v-26b2e692]{font-size:24px;vertical-align:bottom}.to-log-btn[data-v-26b2e692]{width:102px;height:28px;line-height:28px;text-align:center;background:#f5f7fa}.to-log-btn[data-v-26b2e692]:hover{color:#597ef7}.log-icon[data-v-26b2e692]{width:28px;height:28px;border-radius:2px;margin-right:15px}.log-icon span[data-v-26b2e692]{color:#c0c4cc}.log-icon[data-v-26b2e692]:hover{background:#f0f5ff}.log-icon:hover span[data-v-26b2e692]{color:#909399}.m-b-20[data-v-c9df3a6e]{margin-bottom:20px}.m-t-25[data-v-c9df3a6e]{margin-top:25px}.m-t-10[data-v-c9df3a6e]{margin-top:10px}.line-h-20[data-v-c9df3a6e]{line-height:20px}.font-18[data-v-c9df3a6e]{font-size:18px}.el-progress-bar__inner[data-v-c9df3a6e]{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:animationa-data-v-c9df3a6e;animation-name:animationa-data-v-c9df3a6e;-webkit-animation-timing-function:linear;animation-timing-function:linear;background:#2f5bff;height:8px;border-radius:8px;position:absolute;top:0}@-webkit-keyframes animationa-data-v-c9df3a6e{0%{left:-10px}to{left:250px}}@keyframes animationa-data-v-c9df3a6e{0%{left:-10px}to{left:250px}}.w-225[data-v-39050a73]{width:225px}.tooltip-text[data-v-39050a73]{width:100%;white-space:pre-wrap;word-break:break-all}.contacts-wrap[data-v-39050a73]{height:100%}.right-content[data-v-39050a73]{padding:20px 20px 20px 20px;min-height:calc(100% - 160px)}.right-content .right-box[data-v-39050a73]{background:#fff;min-height:500px;padding:0}.right-content .right-box .apps-content .apps-content-left[data-v-39050a73]{min-width:293px;width:293px;height:100%;max-height:1955px;background:#fff;overflow-x:hidden;overflow-y:auto}.right-content .right-box .apps-content .apps-content-left .left-tree-body[data-v-39050a73]{width:100%;padding:20px 12px}.right-content .right-box .apps-content .apps-content-left .left-tree-body .iconshouquanyanzheng[data-v-39050a73]{display:inline-block;vertical-align:middle;font-size:24px;color:#c0c4cc}.right-content .right-box .apps-content .apps-content-left .left-tree-body .iconshouquanyanzheng[data-v-39050a73]:hover{background-color:#eef3f9;color:#2f54eb}.right-content .right-box .apps-content .apps-content-right[data-v-39050a73]{width:calc(100% - 303px);max-height:1955px;padding-left:10px;background:#f0f2f5}.right-content .right-box .apps-content .apps-content-right .content-right-body[data-v-39050a73]{width:100%;padding:20px;background:#fff}.right-content .right-box .apps-content .apps-content-right .app-detail-wrap[data-v-39050a73],.right-content .right-box .apps-content .apps-content-right .common-set-wrap[data-v-39050a73],.right-content .right-box .apps-content .apps-content-right .daily-set-wrap[data-v-39050a73]{height:100%;background:#fff}.li-cell[data-v-39050a73]{min-height:26px;line-height:26px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.li-cell .color-606266.color-fff[data-v-39050a73]{color:#fff}.li-cell.li-cell-active[data-v-39050a73]{background:#f4f6fe}.li-cell.li-cell-active .iconqiye-tianchong[data-v-39050a73],.li-cell.li-cell-active .span-departName[data-v-39050a73]{color:#2f54eb}.li-cell.li-cell-active .color-606266.color-fff[data-v-39050a73]{color:#f4f6fe}.no-search-data[data-v-39050a73]{height:32px;line-height:32px;text-align:center}.contact-li .li-cell[data-v-39050a73]:hover{background:#f4f6fe}.contact-li .li-cell:hover .span-departName[data-v-39050a73]{color:#303133}.contact-li .li-cell:hover .color-606266.color-fff[data-v-39050a73]{color:#f4f6fe}.help-body[data-v-39050a73]{margin-top:12px;background:#f5f7fa;line-height:28px;padding:0 10px;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:pointer}.help-body .font-12[data-v-39050a73]{font-size:12px}
\ No newline at end of file
.role-menu .role-item[data-v-4a517647]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:5px 10px 5px 20px;font-size:14px;font-weight:400;line-height:20px;color:#606266;cursor:pointer}.role-menu .role-item.active[data-v-4a517647],.role-menu .role-item[data-v-4a517647]:hover{color:#2f54ed;background-color:rgba(47,84,235,.05)}.role-menu .role-item:hover .edit-icon[data-v-4a517647]{opacity:1;color:#2f54ed;background-color:rgba(47,84,235,.09)}.role-menu .role-item .edit-icon[data-v-4a517647]{padding:4px;opacity:0;font-size:12px}.role-menu .role-item .role-name[data-v-4a517647]{display:block;width:90%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.role-menu .no-data[data-v-4a517647]{padding:10px 0 40px 0;text-align:center;color:#909399}.del-role[data-v-4a517647]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.del-role .el-icon-warning[data-v-4a517647]{color:#e6a23c;font-size:24px}.del-role .del-role-content[data-v-4a517647]{margin-left:10px}.del-role .del-role-content .del-role-tip[data-v-4a517647]{font-size:14px;font-weight:400;color:#606266;line-height:20px}
\ No newline at end of file
.bg-82C5FF[data-v-06bfccc4]{background:#82c5ff}.color-508CEE[data-v-06bfccc4]{color:#508cee}.color-FF585C[data-v-06bfccc4]{color:#ff585c}.line-h-18[data-v-06bfccc4]{line-height:18px}.tooltip-text[data-v-06bfccc4]{width:100%;white-space:pre-wrap;word-break:break-all}.my-customer-wrap[data-v-06bfccc4]{height:100%}.content[data-v-06bfccc4]{padding-top:46px;min-width:1400px;-webkit-box-sizing:border-box;box-sizing:border-box}.right-content[data-v-06bfccc4]{padding:20px;min-height:calc(100% - 157px)}.right-content .right-box[data-v-06bfccc4]{background:#fff;min-height:500px;padding:0}.right-content .right-box .apps-content .apps-content-left[data-v-06bfccc4]{min-width:157px;height:100%;background:#fff;overflow-x:hidden;overflow-y:auto}.right-content .right-box .apps-content .apps-content-left .apps-content-left__title[data-v-06bfccc4]{height:55px;line-height:55px;padding:0 0 0 18px}.right-content .right-box .apps-content .apps-content-left .tab-left-list-cell[data-v-06bfccc4]{position:relative;text-align:left;margin-top:15px;height:30px;line-height:30px;white-space:nowrap;overflow:hidden;cursor:pointer}.right-content .right-box .apps-content .apps-content-left .tab-left-list-cell[data-v-06bfccc4]:hover{background:rgba(24,144,255,.06)}.right-content .right-box .apps-content .apps-content-left .tab-left-list-cell:hover i[data-v-06bfccc4]{color:#2f54eb}.right-content .right-box .apps-content .apps-content-left .tab-left-list-cell.active-tab[data-v-06bfccc4]{background:rgba(24,144,255,.06)}.right-content .right-box .apps-content .apps-content-left .tab-left-list-cell.active-tab[data-v-06bfccc4]:before{content:" ";position:absolute;left:0;top:0;bottom:0;width:2px;background:#2f54eb;z-index:1}.right-content .right-box .apps-content .apps-content-left .tab-left-list-cell.active-tab i[data-v-06bfccc4]{color:#2f54eb}.right-content .right-box .apps-content .apps-content-left .tab-left-list-cell .child-tab-left-list li[data-v-06bfccc4]{position:relative;text-align:left;height:30px;line-height:30px;white-space:nowrap;overflow:hidden;cursor:pointer}.right-content .right-box .apps-content .apps-content-left .tab-left-list-cell .child-tab-left-list li[data-v-06bfccc4]:hover{background:rgba(24,144,255,.06)}.right-content .right-box .apps-content .apps-content-left .tab-left-list-cell .child-tab-left-list li:hover i[data-v-06bfccc4]{color:#2f54eb}.right-content .right-box .apps-content .apps-content-left .tab-left-list-cell .child-tab-left-list li.active-tab[data-v-06bfccc4]{background:rgba(24,144,255,.06)}.right-content .right-box .apps-content .apps-content-left .tab-left-list-cell .child-tab-left-list li.active-tab[data-v-06bfccc4]:before{content:" ";position:absolute;left:0;top:0;bottom:0;width:2px;background:#2f54eb;z-index:1}.right-content .right-box .apps-content .apps-content-left .tab-left-list-cell .child-tab-left-list li.active-tab i[data-v-06bfccc4]{color:#2f54eb}.right-content .right-box .apps-content .apps-content-right[data-v-06bfccc4]{background:#f0f2f5}.right-content .right-box .apps-content .apps-content-right .app-detail-wrap[data-v-06bfccc4],.right-content .right-box .apps-content .apps-content-right .common-set-wrap[data-v-06bfccc4],.right-content .right-box .apps-content .apps-content-right .daily-set-wrap[data-v-06bfccc4]{height:100%;background:#fff}
\ No newline at end of file
.role-menu .role-item[data-v-4a517647]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:5px 10px 5px 20px;font-size:14px;font-weight:400;line-height:20px;color:#606266;cursor:pointer}.role-menu .role-item.active[data-v-4a517647],.role-menu .role-item[data-v-4a517647]:hover{color:#2f54ed;background-color:rgba(47,84,235,.05)}.role-menu .role-item:hover .edit-icon[data-v-4a517647]{opacity:1;color:#2f54ed;background-color:rgba(47,84,235,.09)}.role-menu .role-item .edit-icon[data-v-4a517647]{padding:4px;opacity:0;font-size:12px}.role-menu .role-item .role-name[data-v-4a517647]{display:block;width:90%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.role-menu .no-data[data-v-4a517647]{padding:10px 0 40px 0;text-align:center;color:#909399}.del-role[data-v-4a517647]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.del-role .el-icon-warning[data-v-4a517647]{color:#e6a23c;font-size:24px}.del-role .del-role-content[data-v-4a517647]{margin-left:10px}.del-role .del-role-content .del-role-tip[data-v-4a517647]{font-size:14px;font-weight:400;color:#606266;line-height:20px}.store-admin-list[data-v-1aaf1301]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;min-height:100%;background-color:#fff}.store-admin-list .store-role-list[data-v-1aaf1301]{padding:17px 0;-ms-flex-negative:0;flex-shrink:0;width:194px;border-right:1px solid #e4e7ed}.store-admin-list .store-role-list .role-title[data-v-1aaf1301]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 20px;margin-bottom:13px;font-size:14px;font-weight:700;color:#303133;line-height:20px}.store-admin-list .store-role-list .role-title .role-title-icon[data-v-1aaf1301]{margin-right:10px;font-size:14px;color:#303133}.store-admin-list .store-role-list .role-title .role-title-text[data-v-1aaf1301]{width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.store-admin-list .store-role-list .no-data[data-v-1aaf1301]{padding-top:50px;text-align:center;color:#909399}.store-admin-list .admin-list[data-v-1aaf1301]{padding:20px;width:calc(100% - 194px)}.store-admin-list .admin-list .admin-list-title[data-v-1aaf1301]{margin-bottom:18px;font-size:14px;font-weight:700;color:#303133;line-height:20px}
\ No newline at end of file
.bg-ebecf0[data-v-6e4274b6]{background:#ebecf0}.color-c0c4cc[data-v-6e4274b6]{display:inline-block;line-height:34px;padding-left:10px;color:#c0c4cc}.condition-tips[data-v-6e4274b6]{display:inline-block;vertical-align:middle;line-height:32px}.p-l-30[data-v-6e4274b6]{padding-left:30px}.p-l-40[data-v-6e4274b6]{padding-left:40px}.p-l-55[data-v-6e4274b6]{padding-left:55px}.p-l-85[data-v-6e4274b6]{padding-left:85px}.m-l-20[data-v-6e4274b6]{margin-left:20px}.line-50[data-v-6e4274b6]{height:50px;line-height:50px}.admin-table-body .admin-thead[data-v-6e4274b6]{width:100%;height:48px;line-height:48px}.admin-table-body .row-th[data-v-6e4274b6]{height:48px;line-height:48px}.admin-table-body .el-row[data-v-6e4274b6]{font-size:14px;border-bottom:1px solid #dcdfe6;overflow:hidden}.admin-table-body .el-row.border-set[data-v-6e4274b6]{border-bottom:0 solid #dcdfe6}.admin-table-body .el-row.border-set .el-col[data-v-6e4274b6]{position:relative;border-bottom:1px solid #dcdfe6}.admin-table-body .el-row.border-set .el-col[data-v-6e4274b6]:after{content:" ";position:absolute;left:0;bottom:0;width:100%;height:50px;border-bottom:1px solid #dcdfe6;z-index:1}.admin-table-body .el-row.border-set .el-col.line-one[data-v-6e4274b6]:after{content:" ";position:absolute;left:55px;bottom:0;width:calc(100% - 55px);height:50px;border-bottom:1px solid #dcdfe6;z-index:1}.admin-table-body .el-row .hide-border[data-v-6e4274b6]{position:relative}.admin-table-body .el-row .hide-border[data-v-6e4274b6]:after{content:" ";position:absolute;left:0;bottom:0;width:55px;height:1px;background:#fff;z-index:1}.daily-set-wrap[data-v-6e4274b6]{height:100%}.daily-set-wrap .daily-set-content[data-v-6e4274b6]{padding:20px}.daily-set-wrap .daily-set-content .table-condition-left[data-v-6e4274b6]{font-size:0}.daily-set-wrap .el-form .el-form-item[data-v-6e4274b6]{margin-bottom:4px}.daily-set-wrap .el-form[data-v-6e4274b6] .el-form-item__label{color:#606266}.daily-set-wrap .depart-item-content[data-v-6e4274b6]{width:213px;height:32px;overflow:hidden;white-space:nowrap;border-radius:4px;border:1px solid #dcdfe6;cursor:pointer}.daily-set-wrap .item-cell-select[data-v-6e4274b6] .el-select__tags{white-space:nowrap;overflow:hidden}.daily-set-wrap .depart-cell[data-v-6e4274b6]{position:relative;margin:0 24px 24px 0}.daily-set-wrap .depart-cell .el-icon-circle-close[data-v-6e4274b6]{position:absolute;top:-10px;right:-10px;font-size:16px;color:#808995;cursor:pointer}
\ No newline at end of file
.flex[data-v-4ab0c70a]{display:-webkit-box;display:-ms-flexbox;display:flex}.flex-column[data-v-4ab0c70a]{-moz-flex-direction:column;-ms-flex-direction:column;-o-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.flex-space-between[data-v-4ab0c70a]{-moz-justify-content:space-between;-ms-justify-content:space-between;-o-justify-content:space-between;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.dialog-content[data-v-4ab0c70a]{padding-bottom:20px}.dialog-content .grid-content[data-v-4ab0c70a]{width:100%;height:42px;line-height:42px;text-align:center;background:#f5f7fa;font-size:16px;color:#303133}.dialog-content .el-row[data-v-4ab0c70a]{width:100%;font-size:0}.dialog-content .el-col-11[data-v-4ab0c70a]{width:272px;border:1px solid #ebeef5;border-radius:4px;-webkit-box-sizing:border-box;box-sizing:border-box}.dialog-content .el-col-11+.el-col-11[data-v-4ab0c70a]{margin-left:14px}.dialog-content .data-body[data-v-4ab0c70a]{height:442px;max-height:442px;padding:11px;-webkit-box-sizing:border-box;box-sizing:border-box}.dialog-content .data-body .data-body-content[data-v-4ab0c70a]{height:100%;overflow-x:hidden;overflow-y:auto}.dialog-content .data-body img[data-v-4ab0c70a]{width:100%}.dialog-content .data-body img+img[data-v-4ab0c70a]{margin-top:10px}.w-m-100[data-v-0239c05e]{min-width:100px}.el-select[data-v-0239c05e]{vertical-align:middle}.common-bottom-border[data-v-0239c05e]{cursor:pointer;padding-bottom:2px;border-bottom:1px dashed #2f54eb}.flex[data-v-0239c05e]{display:-webkit-box;display:-ms-flexbox;display:flex}.flex-1[data-v-0239c05e]{-webkit-box-flex:1;-ms-flex:1;flex:1}.flex-column[data-v-0239c05e]{-moz-flex-direction:column;-ms-flex-direction:column;-o-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.flex-row[data-v-0239c05e]{-moz-flex-direction:row;-ms-flex-direction:row;-o-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row}.flex-align-center[data-v-0239c05e]{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.flex-pack-center[data-v-0239c05e]{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.flex-start[data-v-0239c05e]{-moz-justify-content:flex-start;-ms-justify-content:flex-start;-o-justify-content:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.span-dot[data-v-0239c05e]{display:inline-block;vertical-align:middle;width:6px;height:6px;margin-right:6px;border-radius:3px}.span-dot.bg-52c41a[data-v-0239c05e]{background:#52c41a}.span-dot.bg-f5222d[data-v-0239c05e]{background:#f5222d}.inline-block[data-v-0239c05e]{display:inline-block}.bg-82c5ff[data-v-0239c05e]{background:#82c5ff}.color-508cee[data-v-0239c05e]{color:#508cee}.color-ff585c[data-v-0239c05e]{color:#ff585c}.font-13[data-v-0239c05e]{font-size:13px}.font-14[data-v-0239c05e]{font-size:14px}.line-h-18[data-v-0239c05e]{line-height:18px}.line-26[data-v-0239c05e]{line-height:26px}.hide-ellipsis[data-v-0239c05e]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.line-hidden-2[data-v-0239c05e]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-moz-justify-content:flex-start;-ms-justify-content:flex-start;-o-justify-content:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;height:46px;overflow:hidden;white-space:pre-wrap}.line-hidden-2 span[data-v-0239c05e]{display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;box-orient:vertical;max-height:46px;overflow:hidden}.w-80[data-v-0239c05e]{width:80px}.w-130[data-v-0239c05e]{width:130px}.w-130[data-v-0239c05e],.w-168[data-v-0239c05e]{display:inline-block;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.w-168[data-v-0239c05e]{width:168px}.w-344[data-v-0239c05e]{width:344px}.m-l-10[data-v-0239c05e]{margin-left:10px}.text-center[data-v-0239c05e]{text-align:center}.text-right[data-v-0239c05e]{text-align:right}.common-wrap__page[data-v-0239c05e]{margin-top:24px}.tooltip-text[data-v-0239c05e]{width:100%;white-space:pre-wrap;word-break:break-all}.right-content[data-v-0239c05e]{min-height:calc(100% - 126px)}.right-content .right-box[data-v-0239c05e]{background:#fff;min-height:500px;padding:20px}.right-content .right-box .w-280[data-v-0239c05e]{width:280px}.right-content .right-box .w-514[data-v-0239c05e]{width:514px}.right-content .right-box .m-l-20[data-v-0239c05e]{margin-left:20px}.right-content .right-box .m-t-45[data-v-0239c05e]{margin-top:45px}.right-content .right-box .text-center[data-v-0239c05e]{text-align:center}.right-content .right-box .reviewed-body-head[data-v-0239c05e]{margin-bottom:22px}.right-content .right-box .table-head-pic[data-v-0239c05e]{width:40px;height:40px;border-radius:4px}.right-content .right-box .table-head-pic i[data-v-0239c05e]{font-size:20px;color:#e5f3ff}.right-content .right-box .table-head-pic img[data-v-0239c05e]{width:100%;height:100%;border-radius:3px}.right-content .right-box .apply-info[data-v-0239c05e]{margin-left:15px;line-height:18px}.right-content .right-box .apply-info span[data-v-0239c05e]{font-size:14px;color:#606266}.right-content .right-box .apply-info span.font-13[data-v-0239c05e]{font-size:13px}.apply-info-detail[data-v-0239c05e]{padding:4px;-webkit-box-sizing:border-box;box-sizing:border-box}.apply-info-detail .apply-info-img[data-v-0239c05e]{width:40px;height:40px;border-radius:12px;text-align:center}.apply-info-detail .apply-info-img i[data-v-0239c05e]{font-size:106px;color:#e5f3ff}.apply-info-detail .apply-info-img img[data-v-0239c05e]{width:100%;height:100%;border-radius:12px}.apply-info-detail .apply-info-right[data-v-0239c05e]{padding-left:10px;-webkit-box-sizing:border-box;box-sizing:border-box}.el-icon-question[data-v-0239c05e]{font-size:14px;color:#c0c4cc;cursor:pointer}
\ No newline at end of file
.navwrap[data-v-b492602c]{padding:12px 20px}.boxbttom[data-v-b492602c],.boxshow[data-v-b492602c]{border-bottom:1px solid #e4e7ed}.boxshow[data-v-b492602c]{-webkit-box-shadow:5px -1px 5px #dfdfdf;box-shadow:5px -1px 5px #dfdfdf}.navtitle[data-v-b492602c]{margin:24px 0 0 0;font-size:20px;color:#303133;font-weight:500}.navtip[data-v-b492602c]{width:100%;height:38px;line-height:38px;font-size:13px;border-radius:2px;color:#606266;background-color:#f4f4f5}.navmTop[data-v-b492602c]{margin-top:25px}.navtipcolor[data-v-b492602c]{margin:0 12px;color:#2f54eb}.el-breadcrumb__inner.is-link[data-v-b492602c]:hover,.el-breadcrumb__inner a[data-v-b492602c]:hover{color:#2f54eb}.el-breadcrumb__item:last-child .el-breadcrumb__inner[data-v-b492602c],.el-breadcrumb__item:last-child .el-breadcrumb__inner[data-v-b492602c]:hover,.el-breadcrumb__item:last-child .el-breadcrumb__inner a[data-v-b492602c],.el-breadcrumb__item:last-child .el-breadcrumb__inner a[data-v-b492602c]:hover{font-weight:700;text-decoration:none;cursor:pointer;color:#303133}.menu-tree[data-v-25c16a3f]{width:510px;min-height:460px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;border:1px solid #e4e7ed}.menu-tree .first-menu[data-v-25c16a3f]{-ms-flex-negative:0;flex-shrink:0;width:140px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;background-color:#f5f7fa}.menu-tree .first-menu .first-menu-item[data-v-25c16a3f]{padding:0 10px 0 20px;width:100%;height:40px;font-size:14px;font-weight:400;color:#606266;line-height:40px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;cursor:pointer}.menu-tree .first-menu .first-menu-item.active[data-v-25c16a3f],.menu-tree .first-menu .first-menu-item[data-v-25c16a3f]:hover{background-color:#fff}.menu-tree .first-menu .no-data[data-v-25c16a3f]{padding-top:20px;text-align:center;font-size:14px;color:#909399;line-height:60px}.menu-tree .all-menu[data-v-25c16a3f]{padding:20px 0 0 20px;width:calc(100% - 140px)}
\ No newline at end of file
.navwrap[data-v-b492602c]{padding:12px 20px}.boxbttom[data-v-b492602c],.boxshow[data-v-b492602c]{border-bottom:1px solid #e4e7ed}.boxshow[data-v-b492602c]{-webkit-box-shadow:5px -1px 5px #dfdfdf;box-shadow:5px -1px 5px #dfdfdf}.navtitle[data-v-b492602c]{margin:24px 0 0 0;font-size:20px;color:#303133;font-weight:500}.navtip[data-v-b492602c]{width:100%;height:38px;line-height:38px;font-size:13px;border-radius:2px;color:#606266;background-color:#f4f4f5}.navmTop[data-v-b492602c]{margin-top:25px}.navtipcolor[data-v-b492602c]{margin:0 12px;color:#2f54eb}.el-breadcrumb__inner.is-link[data-v-b492602c]:hover,.el-breadcrumb__inner a[data-v-b492602c]:hover{color:#2f54eb}.el-breadcrumb__item:last-child .el-breadcrumb__inner[data-v-b492602c],.el-breadcrumb__item:last-child .el-breadcrumb__inner[data-v-b492602c]:hover,.el-breadcrumb__item:last-child .el-breadcrumb__inner a[data-v-b492602c],.el-breadcrumb__item:last-child .el-breadcrumb__inner a[data-v-b492602c]:hover{font-weight:700;text-decoration:none;cursor:pointer;color:#303133}.menu-tree[data-v-42121058]{width:510px;min-height:460px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;border:1px solid #e4e7ed}.menu-tree .first-menu[data-v-42121058]{-ms-flex-negative:0;flex-shrink:0;width:140px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;background-color:#f5f7fa}.menu-tree .first-menu .first-menu-item[data-v-42121058]{padding:0 10px 0 20px;width:100%;height:40px;font-size:14px;font-weight:400;color:#606266;line-height:40px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;cursor:pointer}.menu-tree .first-menu .first-menu-item.active[data-v-42121058],.menu-tree .first-menu .first-menu-item[data-v-42121058]:hover{background-color:#fff}.menu-tree .first-menu .no-data[data-v-42121058]{padding-top:20px;text-align:center;font-size:14px;color:#909399;line-height:60px}.menu-tree .all-menu[data-v-42121058]{padding:20px 0 0 20px;width:calc(100% - 140px)}
\ No newline at end of file
.flex[data-v-7cd9d396]{display:-webkit-box;display:-ms-flexbox;display:flex}.flex-column[data-v-7cd9d396]{-moz-flex-direction:column;-ms-flex-direction:column;-o-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.flex-space-between[data-v-7cd9d396]{-moz-justify-content:space-between;-ms-justify-content:space-between;-o-justify-content:space-between;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.dialog-content[data-v-7cd9d396]{padding-bottom:20px}.dialog-content .grid-content[data-v-7cd9d396]{width:100%;height:42px;line-height:42px;text-align:center;background:#f5f7fa;font-size:16px;color:#303133}.dialog-content .el-row[data-v-7cd9d396]{width:100%;font-size:0}.dialog-content .el-col-11[data-v-7cd9d396]{width:272px;border:1px solid #ebeef5;border-radius:4px;-webkit-box-sizing:border-box;box-sizing:border-box}.dialog-content .el-col-11+.el-col-11[data-v-7cd9d396]{margin-left:14px}.dialog-content .data-body[data-v-7cd9d396]{height:442px;max-height:442px;padding:11px;-webkit-box-sizing:border-box;box-sizing:border-box}.dialog-content .data-body .data-body-content[data-v-7cd9d396]{height:100%;overflow-x:hidden;overflow-y:auto}.dialog-content .data-body img[data-v-7cd9d396]{width:100%}.dialog-content .data-body img+img[data-v-7cd9d396]{margin-top:10px}.w-m-100[data-v-631b7e88]{min-width:100px}.el-select[data-v-631b7e88]{vertical-align:middle}.common-bottom-border[data-v-631b7e88]{cursor:pointer;padding-bottom:2px;border-bottom:1px dashed #2f54eb}.flex[data-v-631b7e88]{display:-webkit-box;display:-ms-flexbox;display:flex}.flex-1[data-v-631b7e88]{-webkit-box-flex:1;-ms-flex:1;flex:1}.flex-column[data-v-631b7e88]{-moz-flex-direction:column;-ms-flex-direction:column;-o-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.flex-row[data-v-631b7e88]{-moz-flex-direction:row;-ms-flex-direction:row;-o-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row}.flex-align-center[data-v-631b7e88]{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.flex-pack-center[data-v-631b7e88]{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.flex-start[data-v-631b7e88]{-moz-justify-content:flex-start;-ms-justify-content:flex-start;-o-justify-content:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.span-dot[data-v-631b7e88]{display:inline-block;vertical-align:middle;width:6px;height:6px;margin-right:6px;border-radius:3px}.span-dot.bg-52c41a[data-v-631b7e88]{background:#52c41a}.span-dot.bg-f5222d[data-v-631b7e88]{background:#f5222d}.inline-block[data-v-631b7e88]{display:inline-block}.bg-82c5ff[data-v-631b7e88]{background:#82c5ff}.color-508cee[data-v-631b7e88]{color:#508cee}.color-ff585c[data-v-631b7e88]{color:#ff585c}.font-13[data-v-631b7e88]{font-size:13px}.font-14[data-v-631b7e88]{font-size:14px}.line-h-18[data-v-631b7e88]{line-height:18px}.line-26[data-v-631b7e88]{line-height:26px}.hide-ellipsis[data-v-631b7e88]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.line-hidden-2[data-v-631b7e88]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-moz-justify-content:flex-start;-ms-justify-content:flex-start;-o-justify-content:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;height:46px;overflow:hidden;white-space:pre-wrap}.line-hidden-2 span[data-v-631b7e88]{display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;box-orient:vertical;max-height:46px;overflow:hidden}.w-80[data-v-631b7e88]{width:80px}.w-130[data-v-631b7e88]{width:130px}.w-130[data-v-631b7e88],.w-168[data-v-631b7e88]{display:inline-block;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.w-168[data-v-631b7e88]{width:168px}.w-344[data-v-631b7e88]{width:344px}.m-l-10[data-v-631b7e88]{margin-left:10px}.text-center[data-v-631b7e88]{text-align:center}.text-right[data-v-631b7e88]{text-align:right}.common-wrap__page[data-v-631b7e88]{margin-top:24px}.tooltip-text[data-v-631b7e88]{width:100%;white-space:pre-wrap;word-break:break-all}.right-content[data-v-631b7e88]{min-height:calc(100% - 126px)}.right-content .right-box[data-v-631b7e88]{background:#fff;min-height:500px;padding:20px}.right-content .right-box .w-280[data-v-631b7e88]{width:280px}.right-content .right-box .w-514[data-v-631b7e88]{width:514px}.right-content .right-box .m-l-20[data-v-631b7e88]{margin-left:20px}.right-content .right-box .m-t-45[data-v-631b7e88]{margin-top:45px}.right-content .right-box .text-center[data-v-631b7e88]{text-align:center}.right-content .right-box .reviewed-body-head[data-v-631b7e88]{margin-bottom:22px}.right-content .right-box .table-head-pic[data-v-631b7e88]{width:40px;height:40px;border-radius:4px}.right-content .right-box .table-head-pic i[data-v-631b7e88]{font-size:20px;color:#e5f3ff}.right-content .right-box .table-head-pic img[data-v-631b7e88]{width:100%;height:100%;border-radius:3px}.right-content .right-box .apply-info[data-v-631b7e88]{margin-left:15px;line-height:18px}.right-content .right-box .apply-info span[data-v-631b7e88]{font-size:14px;color:#606266}.right-content .right-box .apply-info span.font-13[data-v-631b7e88]{font-size:13px}.apply-info-detail[data-v-631b7e88]{padding:4px;-webkit-box-sizing:border-box;box-sizing:border-box}.apply-info-detail .apply-info-img[data-v-631b7e88]{width:40px;height:40px;border-radius:12px;text-align:center}.apply-info-detail .apply-info-img i[data-v-631b7e88]{font-size:106px;color:#e5f3ff}.apply-info-detail .apply-info-img img[data-v-631b7e88]{width:100%;height:100%;border-radius:12px}.apply-info-detail .apply-info-right[data-v-631b7e88]{padding-left:10px;-webkit-box-sizing:border-box;box-sizing:border-box}.el-icon-question[data-v-631b7e88]{font-size:14px;color:#c0c4cc;cursor:pointer}
\ No newline at end of file
.bind-store-body[data-v-47964409]{width:331px;padding:10px;margin:0 auto;border:1px solid #e4e7ed}.bind-store-body .w-215[data-v-47964409]{width:215px}.bind-store-body .w-115[data-v-47964409]{width:115px}.bind-store-body .select-tree-wrap[data-v-47964409]{height:323px;overflow-y:auto}.bind-store-body .select-tree-wrap .el-tree[data-v-47964409]{width:309px;height:323px;overflow-x:auto}.bind-store-body .select-tree-wrap .el-tree .custom-tree-node[data-v-47964409]{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;font-size:14px;padding-right:8px}.bind-store-body .select-tree-wrap .el-select-dropdown__wrap[data-v-47964409]{max-height:343px}.bind-store-body .select-tree-wrap .el-checkbox-group[data-v-47964409]{overflow-x:auto;max-height:306px}.bind-store-body .select-tree-wrap .el-checkbox-group ul[data-v-47964409]{height:100%}.bind-store-body .select-tree-wrap .el-checkbox-group ul li[data-v-47964409]{overflow:unset;text-overflow:unset}.bind-store-body[data-v-12b54240]{width:331px;padding:10px;margin:20px 0 0 0;border:1px solid #e4e7ed}.bind-store-body .w-215[data-v-12b54240]{width:215px}.bind-store-body .w-115[data-v-12b54240]{width:115px}.bind-store-body .select-tree-wrap[data-v-12b54240]{height:323px;overflow-y:auto}.bind-store-body .select-tree-wrap .el-tree[data-v-12b54240]{width:309px;height:323px;overflow-x:auto}.bind-store-body .select-tree-wrap .el-tree .custom-tree-node[data-v-12b54240]{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;font-size:14px;padding-right:8px}.daily-store-select[data-v-4047bb12]{position:relative;width:331px;min-height:398px;margin:20px 0 0 0;padding:10px;border:1px solid #e4e7ed}.daily-store-select .define-search-select .el-select-dropdown__wrap[data-v-4047bb12]{max-height:343px}.daily-store-select .define-search-select .el-checkbox-group[data-v-4047bb12]{overflow-x:auto;height:338px}.daily-store-select .define-search-select .el-checkbox-group ul[data-v-4047bb12]{height:100%}.daily-store-select .define-search-select .el-checkbox-group ul li[data-v-4047bb12]{overflow:unset;text-overflow:unset}.store-auth-range[data-v-b34621e2]{display:block;-webkit-transition:all .3s;transition:all .3s}.store-auth-range.show-range .common-mask[data-v-b34621e2],.store-auth-range.show-range[data-v-b34621e2]{display:block}.store-auth-range.show-range .bind-body[data-v-b34621e2]{right:0}.store-auth-range.hide-range .common-mask[data-v-b34621e2]{display:none;opacity:0}.store-auth-range.hide-range .bind-body[data-v-b34621e2]{right:-620px}.common-mask[data-v-b34621e2]{left:0;opacity:.5;background:#000;z-index:1000}.bind-body[data-v-b34621e2],.common-mask[data-v-b34621e2]{position:fixed;top:0;bottom:0;right:0;-webkit-transition:all .3s;transition:all .3s}.bind-body[data-v-b34621e2]{width:604px;padding:20px;z-index:5000;overflow-y:auto;background:#fff}.my-customer-wrap[data-v-6af54eb5]{height:100%}.my-customer-wrap .navwrap[data-v-6af54eb5]{padding-left:0;background:#f0f2f5}.my-customer-wrap .apps-content-right[data-v-6af54eb5]{width:100%;padding:20px}.my-customer-wrap .apps-content-right .admin-list-wrap .add-admin-btn[data-v-6af54eb5]{width:114px;height:32px;line-height:32px;text-align:center;border:1px solid #e4e7ed}.my-customer-wrap .apps-content-right .store-item-content[data-v-6af54eb5]{position:relative;display:inline-block;vertical-align:middle;width:302px;height:32px;line-height:32px;overflow:hidden;white-space:nowrap;border-radius:2px;border:1px solid #c4c6cf;cursor:pointer;-webkit-box-sizing:border-box;box-sizing:border-box}.my-customer-wrap .apps-content-right .store-item-content.admin-select[data-v-6af54eb5]{border:none}.my-customer-wrap .apps-content-right .store-item-content .el-select__tags[data-v-6af54eb5]{max-width:348px;white-space:nowrap;overflow:hidden}
\ No newline at end of file
.navwrap[data-v-b492602c]{padding:12px 20px}.boxbttom[data-v-b492602c],.boxshow[data-v-b492602c]{border-bottom:1px solid #e4e7ed}.boxshow[data-v-b492602c]{-webkit-box-shadow:5px -1px 5px #dfdfdf;box-shadow:5px -1px 5px #dfdfdf}.navtitle[data-v-b492602c]{margin:24px 0 0 0;font-size:20px;color:#303133;font-weight:500}.navtip[data-v-b492602c]{width:100%;height:38px;line-height:38px;font-size:13px;border-radius:2px;color:#606266;background-color:#f4f4f5}.navmTop[data-v-b492602c]{margin-top:25px}.navtipcolor[data-v-b492602c]{margin:0 12px;color:#2f54eb}.el-breadcrumb__inner.is-link[data-v-b492602c]:hover,.el-breadcrumb__inner a[data-v-b492602c]:hover{color:#2f54eb}.el-breadcrumb__item:last-child .el-breadcrumb__inner[data-v-b492602c],.el-breadcrumb__item:last-child .el-breadcrumb__inner[data-v-b492602c]:hover,.el-breadcrumb__item:last-child .el-breadcrumb__inner a[data-v-b492602c],.el-breadcrumb__item:last-child .el-breadcrumb__inner a[data-v-b492602c]:hover{font-weight:700;text-decoration:none;cursor:pointer;color:#303133}.span-dot[data-v-1425dc6c]{display:inline-block;vertical-align:middle;width:6px;height:6px;margin-right:6px;border-radius:3px}.span-dot.bg-52c41a[data-v-1425dc6c]{background:#52c41a}.span-dot.bg-f5222d[data-v-1425dc6c]{background:#f5222d}.bg-82C5FF[data-v-1425dc6c]{background:#82c5ff}.color-508CEE[data-v-1425dc6c]{color:#508cee}.color-FF585C[data-v-1425dc6c]{color:#ff585c}.line-h-18[data-v-1425dc6c]{line-height:18px}.tooltip-text[data-v-1425dc6c]{width:100%;white-space:pre-wrap;word-break:break-all}.w-293[data-v-1425dc6c]{width:293px}.w-191[data-v-1425dc6c]{width:191px}.common-bottom-border[data-v-1425dc6c]{cursor:pointer;padding-bottom:2px;border-bottom:1px dashed #2f54eb}.my-customer-wrap[data-v-1425dc6c]{height:100%}.right-content[data-v-1425dc6c]{padding:0 20px 20px 20px;min-height:calc(100% - 160px)}.right-content .right-box[data-v-1425dc6c]{background:#fff;min-height:500px;padding:0}.right-content .right-box .apps-content .apps-content-right[data-v-1425dc6c]{width:100%;padding:20px;background:#fff}.right-content .right-box .apps-content .apps-content-right .common-set-wrap[data-v-1425dc6c]{height:100%;background:#fff}.ul-li-cell .cell-img[data-v-1425dc6c]{width:40px;min-width:40px;max-width:40px;height:40px;border-radius:2px;border:1px solid #e4e7ed;-webkit-box-sizing:border-box;box-sizing:border-box}.ul-li-cell .cell-img img[data-v-1425dc6c]{width:100%}.ul-li-cell .cell-info[data-v-1425dc6c]{padding-left:10px;-webkit-box-sizing:border-box;box-sizing:border-box}.ul-li-cell .cell-info .cell-info-name[data-v-1425dc6c]{height:40px;line-height:19px;white-space:pre-wrap;word-break:break-all}.ul-li-cell .cell-info .gic-name[data-v-1425dc6c]{font-size:14px;color:#303133;line-height:18px}.ul-li-cell .cell-info .gic-version[data-v-1425dc6c]{display:inline-block;padding:0 5px;height:15px;line-height:15px;margin-left:5px;background:#fff1f0;border-radius:2px;border:1px solid #ffa39e;font-size:10px;color:#f5222d}
\ No newline at end of file
.navwrap[data-v-b492602c]{padding:12px 20px}.boxbttom[data-v-b492602c],.boxshow[data-v-b492602c]{border-bottom:1px solid #e4e7ed}.boxshow[data-v-b492602c]{-webkit-box-shadow:5px -1px 5px #dfdfdf;box-shadow:5px -1px 5px #dfdfdf}.navtitle[data-v-b492602c]{margin:24px 0 0 0;font-size:20px;color:#303133;font-weight:500}.navtip[data-v-b492602c]{width:100%;height:38px;line-height:38px;font-size:13px;border-radius:2px;color:#606266;background-color:#f4f4f5}.navmTop[data-v-b492602c]{margin-top:25px}.navtipcolor[data-v-b492602c]{margin:0 12px;color:#2f54eb}.el-breadcrumb__inner.is-link[data-v-b492602c]:hover,.el-breadcrumb__inner a[data-v-b492602c]:hover{color:#2f54eb}.el-breadcrumb__item:last-child .el-breadcrumb__inner[data-v-b492602c],.el-breadcrumb__item:last-child .el-breadcrumb__inner[data-v-b492602c]:hover,.el-breadcrumb__item:last-child .el-breadcrumb__inner a[data-v-b492602c],.el-breadcrumb__item:last-child .el-breadcrumb__inner a[data-v-b492602c]:hover{font-weight:700;text-decoration:none;cursor:pointer;color:#303133}.span-dot[data-v-73666e5e]{display:inline-block;vertical-align:middle;width:6px;height:6px;margin-right:6px;border-radius:3px}.span-dot.bg-52c41a[data-v-73666e5e]{background:#52c41a}.span-dot.bg-f5222d[data-v-73666e5e]{background:#f5222d}.bg-82C5FF[data-v-73666e5e]{background:#82c5ff}.color-508CEE[data-v-73666e5e]{color:#508cee}.color-FF585C[data-v-73666e5e]{color:#ff585c}.line-h-18[data-v-73666e5e]{line-height:18px}.tooltip-text[data-v-73666e5e]{width:100%;white-space:pre-wrap;word-break:break-all}.w-293[data-v-73666e5e]{width:293px}.w-191[data-v-73666e5e]{width:191px}.common-bottom-border[data-v-73666e5e]{cursor:pointer;padding-bottom:2px;border-bottom:1px dashed #2f54eb}.my-customer-wrap[data-v-73666e5e]{height:100%}.right-content[data-v-73666e5e]{padding:0 20px 20px 20px;min-height:calc(100% - 160px)}.right-content .right-box[data-v-73666e5e]{background:#fff;min-height:500px;padding:0}.right-content .right-box .apps-content .apps-content-right[data-v-73666e5e]{width:100%;padding:20px;background:#fff}.right-content .right-box .apps-content .apps-content-right .common-set-wrap[data-v-73666e5e]{height:100%;background:#fff}.ul-li-cell .cell-img[data-v-73666e5e]{width:40px;min-width:40px;max-width:40px;height:40px;border-radius:2px;border:1px solid #e4e7ed;-webkit-box-sizing:border-box;box-sizing:border-box}.ul-li-cell .cell-img img[data-v-73666e5e]{width:100%}.ul-li-cell .cell-info[data-v-73666e5e]{padding-left:10px;-webkit-box-sizing:border-box;box-sizing:border-box}.ul-li-cell .cell-info .cell-info-name[data-v-73666e5e]{height:40px;line-height:19px;white-space:pre-wrap;word-break:break-all}.ul-li-cell .cell-info .gic-name[data-v-73666e5e]{font-size:14px;color:#303133;line-height:18px}.ul-li-cell .cell-info .gic-version[data-v-73666e5e]{display:inline-block;padding:0 5px;height:15px;line-height:15px;margin-left:5px;background:#fff1f0;border-radius:2px;border:1px solid #ffa39e;font-size:10px;color:#f5222d}
\ No newline at end of file
.tab-left-list .tab-left-list-cell[data-v-0bf63ba0]{position:relative;text-align:left;height:40px;line-height:40px;white-space:nowrap;overflow:hidden;cursor:pointer}.tab-left-list .tab-left-list-cell .iconActive[data-v-0bf63ba0]{color:#2f54eb}.tab-left-list .tab-left-list-cell[data-v-0bf63ba0]:hover{color:#2f54eb;background:rgba(47,84,235,.05)}.tab-left-list .tab-left-list-cell:hover i[data-v-0bf63ba0]{color:#2f54eb}.tab-left-list .tab-left-list-cell.active-tab[data-v-0bf63ba0]{color:#2f54eb;background:rgba(47,84,235,.05)}.tab-left-list .tab-left-list-cell.active-tab i[data-v-0bf63ba0]{color:#2f54eb}.tab-left-list .child-tab-left-list[data-v-0bf63ba0]{-webkit-transition:all .5s ease-in-out;transition:all .5s ease-in-out}.tab-left-list .child-tab-left-list li[data-v-0bf63ba0]{position:relative;text-align:left;height:40px;line-height:40px;white-space:nowrap;overflow:hidden;cursor:pointer}.tab-left-list .child-tab-left-list li[data-v-0bf63ba0]:hover{color:#2f54eb;background:rgba(47,84,235,.05)}.tab-left-list .child-tab-left-list li:hover i[data-v-0bf63ba0]{color:#2f54eb}.tab-left-list .child-tab-left-list li.active-tab[data-v-0bf63ba0]{color:#2f54eb;background:rgba(47,84,235,.05)}.tab-left-list .child-tab-left-list li.active-tab i[data-v-0bf63ba0]{color:#2f54eb}.flex[data-v-44911de3]{display:-webkit-box;display:-ms-flexbox;display:flex}.flex-1[data-v-44911de3]{-webkit-box-flex:1;-ms-flex:1;flex:1}.flex-column[data-v-44911de3]{-moz-flex-direction:column;-ms-flex-direction:column;-o-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.flex-row[data-v-44911de3]{-moz-flex-direction:row;-ms-flex-direction:row;-o-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row}.flex-align-center[data-v-44911de3]{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.flex-pack-center[data-v-44911de3]{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.flex-between[data-v-44911de3]{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.flex-wrap[data-v-44911de3]{-ms-flex-wrap:wrap;-o-flex-wrap:wrap;flex-wrap:wrap}.border-box[data-v-44911de3]{-webkit-box-sizing:border-box;box-sizing:border-box}.set-tip-body[data-v-44911de3]{position:fixed;left:50%;top:91px;z-index:999}.pro-name[data-v-44911de3]{font-size:16px;font-weight:600;color:#303133;line-height:22px;background:-webkit-gradient(linear,right top,left top,from(#5b4adb),to(#2da8ff));background:linear-gradient(270deg,#5b4adb,#2da8ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.user-item[data-v-44911de3]{position:relative;margin-top:10px;padding:10px 0 0 0}.user-item[data-v-44911de3]:hover{color:#2f54eb;cursor:pointer}.user-item[data-v-44911de3]:after{content:"";position:absolute;left:-15px;right:-15px;top:0;height:1px;background:#e4e7ed}.navsuer-wrap .hide-item[data-v-44911de3]{width:118px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.navsuer-wrap .user-item[data-v-44911de3]{text-align:center;color:#606266}.navsuer-wrap .user-item a[data-v-44911de3]{color:#606266}.navsuer-wrap .user-item:hover .user-text[data-v-44911de3]{display:block;color:#2f54eb;cursor:pointer}.nav-header[data-v-44911de3]{position:fixed;display:-webkit-box;display:-ms-flexbox;display:flex;top:0;left:0;width:100%;height:46px;line-height:46px;font-size:14px;background-color:#fff;padding:0;z-index:99;color:#fff;-webkit-box-shadow:0 4px 6px 0 rgba(221,227,237,.29);box-shadow:0 4px 6px 0 rgba(221,227,237,.29)}.nav-header .fl[data-v-44911de3]{float:left}.nav-header .fr[data-v-44911de3]{float:right}.nav-header-logo[data-v-44911de3]{-webkit-box-flex:0;-ms-flex:0 0 200px;flex:0 0 200px;width:200px;height:46px;float:left;padding-left:50px;font-size:20px;color:#1f2f3d;text-align:left;background:url(../img/logo.861ef5c7.png) no-repeat 20px;background-size:22px;-webkit-box-sizing:border-box;box-sizing:border-box}.nav-header-pic[data-v-44911de3]{vertical-align:middle}.nav-header-item[data-v-44911de3]{-webkit-box-flex:1;-ms-flex:1;flex:1}.nav-header .item-link[data-v-44911de3]{float:left;display:inline-block;width:133px;padding:0 10px;text-align:center;cursor:pointer;color:#606266;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.nav-header .item-link.menu-font-16[data-v-44911de3]{font-size:16px}.nav-header .item-link.icon-collapse[data-v-44911de3]{width:auto;padding:0 23px 0 14px}.nav-header .item-link[data-v-44911de3]:hover{color:#2f54eb}.nav-header .current-module.bottom[data-v-44911de3]{color:#2f54eb;font-weight:600;position:relative}.nav-header .current-module.bottom[data-v-44911de3]:after{content:"";position:absolute;bottom:0;left:0;right:0;z-index:1;margin:0 auto;width:100%;-webkit-animation:borders-data-v-44911de3 .5s;animation:borders-data-v-44911de3 .5s;border-top:2px solid #2f54ed}li[data-v-44911de3]{list-style:none}.navuser-info[data-v-44911de3]{text-align:center;padding-right:20px}.navuser-info .span-log[data-v-44911de3]{position:relative;font-size:18px;padding-right:10px}.navuser-info .span-log[data-v-44911de3]:after{content:"";position:absolute;top:3px;right:0;width:0;height:14px;border-right:1px solid #e4e7ed}.navuser-info .user-img[data-v-44911de3]{display:inline-block;vertical-align:middle;width:24px;height:24px;border-radius:12px}.navuser-info .el-button--text[data-v-44911de3]{padding-right:24px;font-size:14px;color:#606266;margin-left:30px}.nav-user-name[data-v-44911de3]{position:relative;display:inline-block;padding:0 20px 0 10px;color:#606266;text-align:center}.nav-user-name[data-v-44911de3]:hover{color:#2f54eb}.nav-user-name:hover .arrowico[data-v-44911de3]{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.user-left-img img[data-v-44911de3]{width:24px;height:24px;border-radius:50%}@-webkit-keyframes borders-data-v-44911de3{0%{width:0}to{width:100%}}@keyframes borders-data-v-44911de3{0%{width:0}to{width:100%}}@media screen and (max-width:1280px){.nav-header[data-v-44911de3]{min-width:1280px}}@media screen and (min-width:1280px) and (max-width:1366px){.nav-header[data-v-44911de3]{min-width:1280px}}@media screen and (min-width:1366px) and (max-width:1440px){.nav-header[data-v-44911de3]{min-width:1366px}}@media screen and (min-width:1440px) and (max-width:1920px){.nav-header[data-v-44911de3]{min-width:1440px}}
\ No newline at end of file
<!DOCTYPE html><html lang=cn><head><meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge"><meta name=viewport content="width=device-width,initial-scale=1"><link rel=icon href=favicon.ico><link rel=stylesheet type=text/css href=//web-1251519181.file.myqcloud.com/custom-element/custom-element.1.0.44.css><link rel=stylesheet type=text/css href=static/fonts/iconfont.css><title>好办</title><link href=css/chunk-0242a426.ac116cab.css rel=prefetch><link href=css/chunk-0e261f8e.43d31ae2.css rel=prefetch><link href=css/chunk-22274e8e.060dcf46.css rel=prefetch><link href=css/chunk-2308777a.77b3a9c1.css rel=prefetch><link href=css/chunk-286e5feb.f909098e.css rel=prefetch><link href=css/chunk-2966b566.cb15c587.css rel=prefetch><link href=css/chunk-33fdfb11.68aa2400.css rel=prefetch><link href=css/chunk-3feed9c7.9c429f6a.css rel=prefetch><link href=css/chunk-455ce796.b1d8aa7b.css rel=prefetch><link href=css/chunk-48391fe3.4aa421f5.css rel=prefetch><link href=css/chunk-4b3bcf32.866e420f.css rel=prefetch><link href=css/chunk-4badec06.03bda020.css rel=prefetch><link href=css/chunk-55339910.943c31ad.css rel=prefetch><link href=css/chunk-55cc2c59.c7e70006.css rel=prefetch><link href=css/chunk-5f5b6428.25690855.css rel=prefetch><link href=css/chunk-60db2d5e.8657539c.css rel=prefetch><link href=css/chunk-63077e53.30f8c618.css rel=prefetch><link href=css/chunk-6fb5055b.ccd0d92d.css rel=prefetch><link href=css/chunk-71d9e72b.d52f2c12.css rel=prefetch><link href=css/chunk-79b0d838.eee69b00.css rel=prefetch><link href=css/chunk-7bb169e8.77eb3ce4.css rel=prefetch><link href=css/chunk-7ebef5b3.eedd98c6.css rel=prefetch><link href=css/chunk-872ed9ae.1bff2b51.css rel=prefetch><link href=css/chunk-a01687d6.7d03d591.css rel=prefetch><link href=css/chunk-ab6d529c.a005521a.css rel=prefetch><link href=css/chunk-eaa74a32.0c73c4d7.css rel=prefetch><link href=css/chunk-f2cea2de.8570a767.css rel=prefetch><link href=css/chunk-fcf99900.77b98ef5.css rel=prefetch><link href=js/chunk-0242a426.ae07c758.js rel=prefetch><link href=js/chunk-0e261f8e.afea68bc.js rel=prefetch><link href=js/chunk-22274e8e.15736c32.js rel=prefetch><link href=js/chunk-2308777a.8d1a528e.js rel=prefetch><link href=js/chunk-286e5feb.64db64a0.js rel=prefetch><link href=js/chunk-2966b566.b6b16bb3.js rel=prefetch><link href=js/chunk-33fdfb11.d73cc037.js rel=prefetch><link href=js/chunk-3feed9c7.6734b2de.js rel=prefetch><link href=js/chunk-455ce796.c004c241.js rel=prefetch><link href=js/chunk-48391fe3.2ed40ff7.js rel=prefetch><link href=js/chunk-4b3bcf32.576556bc.js rel=prefetch><link href=js/chunk-4badec06.1aa2db84.js rel=prefetch><link href=js/chunk-55339910.b3966479.js rel=prefetch><link href=js/chunk-55cc2c59.92b2c7d3.js rel=prefetch><link href=js/chunk-5f5b6428.575cacb3.js rel=prefetch><link href=js/chunk-60db2d5e.3cc2f1b0.js rel=prefetch><link href=js/chunk-63077e53.47b600a7.js rel=prefetch><link href=js/chunk-6fb5055b.841a0818.js rel=prefetch><link href=js/chunk-71d9e72b.f6cbfc57.js rel=prefetch><link href=js/chunk-79b0d838.9805521d.js rel=prefetch><link href=js/chunk-7bb169e8.1b6de92b.js rel=prefetch><link href=js/chunk-7ebef5b3.d59e6025.js rel=prefetch><link href=js/chunk-872ed9ae.6c413584.js rel=prefetch><link href=js/chunk-a01687d6.7c4597bf.js rel=prefetch><link href=js/chunk-ab6d529c.d75df545.js rel=prefetch><link href=js/chunk-eaa74a32.b68843ab.js rel=prefetch><link href=js/chunk-f2cea2de.7a62d87e.js rel=prefetch><link href=js/chunk-fcf99900.a9437183.js rel=prefetch><link href=css/app.dc6afa5f.css rel=preload as=style><link href=css/chunk-vendors.635bc84a.css rel=preload as=style><link href=js/app.3dad2139.js rel=preload as=script><link href=js/chunk-vendors.4dbffdb2.js rel=preload as=script><link href=css/chunk-vendors.635bc84a.css rel=stylesheet><link href=css/app.dc6afa5f.css rel=stylesheet></head><body class=damolish><noscript><strong>We're sorry but damolish doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id=app></div><script src=//web-1251519181.file.myqcloud.com/lib-4.0/vue/2.6.10/vue.min.js></script><script src=//web-1251519181.file.myqcloud.com/lib-4.0/vuex/3.0.1/vuex.js></script><script src=//web-1251519181.file.myqcloud.com/lib-4.0/axios/0.19.0/axios.min.js></script><script src=//web-1251519181.file.myqcloud.com/components/pagination.1.0.8.js></script><script src=//web-1251519181.file.myqcloud.com/components/perm-button.1.0.0.js></script><script src=js/chunk-vendors.4dbffdb2.js></script><script src=js/app.3dad2139.js></script></body></html>
\ No newline at end of file
<!DOCTYPE html><html lang=cn><head><meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge"><meta name=viewport content="width=device-width,initial-scale=1"><link rel=icon href=favicon.ico><link rel=stylesheet type=text/css href=//web-1251519181.file.myqcloud.com/custom-element/custom-element.1.0.44.css><link rel=stylesheet type=text/css href=static/fonts/iconfont.css><title>好办</title><link href=css/chunk-0317192b.deef7f81.css rel=prefetch><link href=css/chunk-0611cfcf.def174ec.css rel=prefetch><link href=css/chunk-0a49af1e.60d9c695.css rel=prefetch><link href=css/chunk-0c0353ae.d87d748d.css rel=prefetch><link href=css/chunk-1063f64e.8b943f7b.css rel=prefetch><link href=css/chunk-1685237b.4b82a532.css rel=prefetch><link href=css/chunk-1f4b62da.e94e7d9f.css rel=prefetch><link href=css/chunk-2966b566.cb15c587.css rel=prefetch><link href=css/chunk-2abf9118.d7b89218.css rel=prefetch><link href=css/chunk-3a73956e.4ee9683f.css rel=prefetch><link href=css/chunk-3feed9c7.9c429f6a.css rel=prefetch><link href=css/chunk-4150d7a4.ace8312b.css rel=prefetch><link href=css/chunk-475afdef.36fb71d9.css rel=prefetch><link href=css/chunk-4a7c84a6.1be68573.css rel=prefetch><link href=css/chunk-53e999a8.20904c97.css rel=prefetch><link href=css/chunk-55339910.943c31ad.css rel=prefetch><link href=css/chunk-6751f6be.965cbb9f.css rel=prefetch><link href=css/chunk-6fb5055b.ccd0d92d.css rel=prefetch><link href=css/chunk-79b0d838.eee69b00.css rel=prefetch><link href=css/chunk-7fa3650e.fb87d1f0.css rel=prefetch><link href=css/chunk-9713842e.de0efd8d.css rel=prefetch><link href=css/chunk-a35e9c4c.fe92a385.css rel=prefetch><link href=css/chunk-a66abe70.d7b7c2ef.css rel=prefetch><link href=css/chunk-a92eb3ac.b6cafd6b.css rel=prefetch><link href=css/chunk-d3d2a5be.4d0be1a6.css rel=prefetch><link href=css/chunk-e4785f76.fc90059d.css rel=prefetch><link href=css/chunk-e5af42ea.a6c91992.css rel=prefetch><link href=css/chunk-fcf99900.77b98ef5.css rel=prefetch><link href=js/chunk-0317192b.8de2fcd4.js rel=prefetch><link href=js/chunk-0611cfcf.b24e6f78.js rel=prefetch><link href=js/chunk-0a49af1e.75717ecd.js rel=prefetch><link href=js/chunk-0c0353ae.f3e07e5b.js rel=prefetch><link href=js/chunk-1063f64e.6f181400.js rel=prefetch><link href=js/chunk-1685237b.f0721e5d.js rel=prefetch><link href=js/chunk-1f4b62da.dc8ce0ca.js rel=prefetch><link href=js/chunk-2966b566.b18fffe4.js rel=prefetch><link href=js/chunk-2abf9118.473a3035.js rel=prefetch><link href=js/chunk-3a73956e.12129178.js rel=prefetch><link href=js/chunk-3feed9c7.f1e388ea.js rel=prefetch><link href=js/chunk-4150d7a4.60516fc9.js rel=prefetch><link href=js/chunk-475afdef.9a0fca8a.js rel=prefetch><link href=js/chunk-4a7c84a6.d645108e.js rel=prefetch><link href=js/chunk-53e999a8.d4891aed.js rel=prefetch><link href=js/chunk-55339910.291ec2a1.js rel=prefetch><link href=js/chunk-6751f6be.68b6fe79.js rel=prefetch><link href=js/chunk-6fb5055b.d46de816.js rel=prefetch><link href=js/chunk-79b0d838.f2f0b7d5.js rel=prefetch><link href=js/chunk-7fa3650e.dba916b1.js rel=prefetch><link href=js/chunk-9713842e.f08ef502.js rel=prefetch><link href=js/chunk-a35e9c4c.ec40372e.js rel=prefetch><link href=js/chunk-a66abe70.810c3da1.js rel=prefetch><link href=js/chunk-a92eb3ac.316470b5.js rel=prefetch><link href=js/chunk-d3d2a5be.5746bd4c.js rel=prefetch><link href=js/chunk-e4785f76.a901bf2e.js rel=prefetch><link href=js/chunk-e5af42ea.59e64234.js rel=prefetch><link href=js/chunk-fcf99900.77c291c5.js rel=prefetch><link href=css/app.dc6afa5f.css rel=preload as=style><link href=css/chunk-vendors.635bc84a.css rel=preload as=style><link href=js/app.cb3c3fd9.js rel=preload as=script><link href=js/chunk-vendors.4646af85.js rel=preload as=script><link href=css/chunk-vendors.635bc84a.css rel=stylesheet><link href=css/app.dc6afa5f.css rel=stylesheet></head><body class=damolish><noscript><strong>We're sorry but damolish doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id=app></div><script src=//web-1251519181.file.myqcloud.com/lib-4.0/vue/2.6.10/vue.min.js></script><script src=//web-1251519181.file.myqcloud.com/lib-4.0/vuex/3.0.1/vuex.js></script><script src=//web-1251519181.file.myqcloud.com/lib-4.0/axios/0.19.0/axios.min.js></script><script src=//web-1251519181.file.myqcloud.com/components/pagination.1.0.8.js></script><script src=//web-1251519181.file.myqcloud.com/components/perm-button.1.0.0.js></script><script src=js/chunk-vendors.4646af85.js></script><script src=js/app.cb3c3fd9.js></script></body></html>
\ No newline at end of file
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-0317192b"],{"1cb9":function(t,o,e){"use strict";var n=e("45a4"),a=e.n(n);a.a},"45a4":function(t,o,e){},"71f6":function(t,o,e){"use strict";e.d(o,"a",(function(){return a}));e("ac6a"),e("456d");var n=e("b775");function a(t,o){t=t||{};var e=Object.keys(t);return e.forEach((function(e){var a=t[e];"string"===typeof a&&(a={url:a}),a.url="".concat(o).concat(a.url),t[e]=function(t){return Object(n["a"])(a,t)}})),t}},"7ded":function(t,o,e){"use strict";var n=e("71f6"),a={getLoginQrcode:"/get-login-qrcode",getUserInfo:"/get-login-user",loginOut:{url:"/login-out",method:"post",useFormData:!0}};a=Object(n["a"])(a,"/hb-manage-web/auth"),o["a"]=a},"9ed6":function(t,o,e){"use strict";e.r(o);var n=function(){var t=this,o=t.$createElement,e=t._self._c||o;return e("div",{staticClass:"login-wrap"},[e("section",[e("div",{staticClass:"login-body-top"},[t._m(0),e("div",{staticClass:"login-body-qrcode"},[e("div",{staticClass:"login-qrcode-inner border-box"},[e("div",{staticClass:"qrcode-title font-18 color-303133 m-b-20"},[t._v("企业微信扫码登录")]),e("div",{attrs:{id:"qrcode",title:""}}),e("div",{staticClass:"qrcode-refresh m-t-20"},[e("el-button",{staticClass:"font-12",attrs:{type:"text"}},[t._v("刷新 "),e("span",{staticClass:"color-2f54eb iconfont iconshuaxin"})])],1)])]),e("div",{staticClass:"bg-dot"}),e("div",{staticClass:"bg-dot-center"})]),e("div",{staticClass:"login-body-bottom"})]),e("footer",{staticClass:"p-t-35"},[e("vue-gic-footer")],1)])},a=[function(){var t=this,o=t.$createElement,n=t._self._c||o;return n("div",{staticClass:"login-body-head"},[n("div",{staticClass:"login-body-head_inner border-box flex"},[n("img",{staticClass:"login-body-logo",attrs:{src:e("cf05"),alt:"logo"}}),n("span",{staticClass:"login-body-title p-l-7"},[t._v("好办管理后台")])])])}],i=e("7ded"),c=i["a"].getLoginQrcode,s={name:"login-page",data:function(){return{qrcodeNum:""}},mounted:function(){var t=this;t.getQrcode(),localStorage.getItem("haoBanUser")&&localStorage.removeItem("haoBanUser")},methods:{toRouterView:function(t){var o=this;o.$router.push({path:t.path})},getQrcode:function(){c({}).then((function(t){window.location.href="".concat(t.result)})).catch((function(t){}))}}},r=s,l=(e("1cb9"),e("2877")),d=Object(l["a"])(r,n,a,!1,null,"68f3e50c",null);o["default"]=d.exports},cf05:function(t,o,e){t.exports=e.p+"img/logo.861ef5c7.png"}}]);
\ No newline at end of file
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-0a49af1e","chunk-7fa3650e"],{"0082":function(e,t,n){"use strict";n.r(t);var o=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",[n("ul",{staticClass:"role-menu"},[Array.isArray(e.roleList)&&0!=e.roleList.length?e._e():n("li",{staticClass:"no-data"},[e._v("暂无数据")]),e._l(e.roleList,(function(t){return n("li",{key:t,class:["role-item",{active:e.activeRoleId==t.roleId}],on:{click:function(n){return e.onChangeRole(t)}}},[n("span",{staticClass:"role-name"},[e._v(e._s(t.roleName))]),n("el-dropdown",{attrs:{placement:"bottom-start"}},[n("i",{staticClass:"iconfont icongengduo edit-icon"}),n("el-dropdown-menu",{attrs:{slot:"dropdown"},slot:"dropdown"},[n("el-dropdown-item",{nativeOn:{click:function(n){return e.onEditRole(t)}}},[e._v("编辑")]),e.showDelRoleButton?n("el-dropdown-item",{nativeOn:{click:function(n){return e.onDelRole(t)}}},[e._v("删除")]):e._e()],1)],1)],1)}))],2),n("el-dialog",{attrs:{visible:e.delRole.show,title:"删除角色",width:"600px"},on:{"update:visible":function(t){return e.$set(e.delRole,"show",t)},closed:e.onDelRoleClose}},[n("div",{staticClass:"del-role"},[n("i",{staticClass:"el-icon-warning"}),n("div",{staticClass:"del-role-content"},[n("p",{staticClass:"del-role-tip"},[e._v("确认删除“"+e._s(e.delRole.roleName)+"”角色吗?")]),n("p",{staticClass:"del-role-tip"},[e._v("请在输入框中输入该角色名称,以避免误操作。")]),n("el-input",{staticStyle:{"margin-top":"10px",width:"440px"},model:{value:e.delRole.roleNameInput,callback:function(t){e.$set(e.delRole,"roleNameInput","string"===typeof t?t.trim():t)},expression:"delRole.roleNameInput"}})],1)]),n("template",{slot:"footer"},[n("el-button",{on:{click:function(t){e.delRole.show=!1}}},[e._v("取消")]),n("el-button",{attrs:{type:"primary",loading:e.delRole.loading},on:{click:e.onDelRoleSure}},[e._v("确定")])],1)],2)],1)},i=[],l=(n("c5f6"),n("f286")),a=l["a"].delRole,r={name:"role-list",props:{roleList:{type:Array,default:function(){return[]}},activeRoleId:[String,Number],showDelRoleButton:{type:Boolean,default:!1}},data:function(){return{delRole:{show:!1,loading:!1,roleId:"",roleName:"",roleNameInput:""}}},methods:{onChangeRole:function(e){this.$emit("change-role",e)},onEditRole:function(e){this.$emit("edit-role",e)},onDelRole:function(e){var t=e.roleId,n=e.roleName;Object.assign(this.delRole,{show:!0,roleId:t,roleName:n})},onDelRoleClose:function(){Object.assign(this.delRole,{roleId:"",roleName:"",roleNameInput:""})},onDelRoleSure:function(){var e=this,t=this.delRole,n=t.roleId,o=t.roleName,i=t.roleNameInput;return 0==i.length?this.$message.warning("请输入角色名称!"):o!=i?this.$message.warning("请输入正确的角色名称!"):(this.delRole.loading=!0,void a({roleId:n}).then((function(t){"0000"==t.code&&(e.$message.success("删除成功!"),e.$emit("del-role-succ",n==e.activeRoleId),e.delRole.show=!1)})).finally((function(){return e.delRole.loading=!1})))}}},s=r,c=(n("c760"),n("2877")),u=Object(c["a"])(s,o,i,!1,null,"4a517647",null);t["default"]=u.exports},"386d":function(e,t,n){"use strict";var o=n("cb7c"),i=n("83a1"),l=n("5f1b");n("214f")("search",1,(function(e,t,n,a){return[function(n){var o=e(this),i=void 0==n?void 0:n[t];return void 0!==i?i.call(n,o):new RegExp(n)[t](String(o))},function(e){var t=a(n,e,this);if(t.done)return t.value;var r=o(e),s=String(this),c=r.lastIndex;i(c,0)||(r.lastIndex=0);var u=l(r,s);return i(r.lastIndex,c)||(r.lastIndex=c),null===u?-1:u.index}]}))},"71f6":function(e,t,n){"use strict";n.d(t,"a",(function(){return i}));n("ac6a"),n("456d");var o=n("b775");function i(e,t){e=e||{};var n=Object.keys(e);return n.forEach((function(n){var i=e[n];"string"===typeof i&&(i={url:i}),i.url="".concat(t).concat(i.url),e[n]=function(e){return Object(o["a"])(i,e)}})),e}},"83a1":function(e,t){e.exports=Object.is||function(e,t){return e===t?0!==e||1/e===1/t:e!=e&&t!=t}},"8ed0":function(e,t,n){},a3f4:function(e,t,n){},b34a:function(e,t,n){"use strict";var o=n("a3f4"),i=n.n(o);i.a},c760:function(e,t,n){"use strict";var o=n("8ed0"),i=n.n(o);i.a},db80:function(e,t,n){"use strict";n.r(t);var o=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"admin"},[n("div",{staticClass:"role-list"},[n("div",{staticClass:"add-role"},[n("el-button",{on:{click:function(t){return e.onEditRole()}}},[n("i",{staticClass:"iconfont icontianjiajiahaowubiankuang"}),e._v(" 新建管理角色")])],1),n("role-list",{attrs:{"role-list":e.roleList,"active-role-id":e.activeRoleId,"show-del-role-button":""},on:{"del-role-succ":e.onDelRoleSucc,"edit-role":e.onEditRole,"change-role":e.onChangeRole}})],1),n("div",{staticClass:"admin-list"},[n("h3",{staticClass:"admin-list-title"},[e._v("管理员列表")]),n("el-input",{staticStyle:{width:"277px"},attrs:{placeholder:"请输入姓名/账号/手机号码","prefix-icon":"el-icon-search",clearable:""},on:{change:e.onSearch},model:{value:e.search,callback:function(t){e.search="string"===typeof t?t.trim():t},expression:"search"}}),n("el-button",{staticStyle:{float:"right"},attrs:{type:"primary"},on:{click:e.toEditAdmin}},[e._v("添加管理员")]),n("el-table",{staticStyle:{"margin-top":"20px"},attrs:{data:e.adminList}},[n("el-table-column",{attrs:{label:"姓名",prop:"staffName",formatter:function(e,t,n){return n||"--"}}}),n("el-table-column",{attrs:{label:"账号",prop:"wxUserId",formatter:function(e,t,n){return n||"--"},"show-overflow-tooltip":""}}),n("el-table-column",{attrs:{label:"手机号码",prop:"phoneNumber",formatter:function(e,t,n){return n||"--"}}}),n("el-table-column",{attrs:{label:"操作"},scopedSlots:e._u([{key:"default",fn:function(t){var o=t.row;return[n("el-button",{attrs:{type:"text"},on:{click:function(t){return e.toEditAdmin(o)}}},[e._v("管辖范围")]),n("el-button",{attrs:{type:"text"},on:{click:function(t){return e.onDelAdmin(o)}}},[e._v("删除")])]}}])})],1),e.pager.total>0?n("dm-pagination",{staticStyle:{"text-align":"right"},attrs:{background:"",layout:"total,sizes,prev,pager,next",total:e.pager.total,"page-sizes":e.pager.pageSizes,"page-size":e.pager.pageSize,"current-page":e.pager.currentPage},on:{"size-change":e.onSizeChange,"current-change":e.onCurrentChange}}):e._e()],1)])},i=[],l=(n("386d"),n("0082")),a=n("f286"),r=a["a"].roleList,s=a["a"].roleAdminList,c=a["a"].delAdmin,u={name:"admin-list",components:{RoleList:l["default"]},data:function(){return{activeRoleId:"",roleList:[],search:"",pager:{total:0,pageSizes:[20,40,60,80],pageSize:20,currentPage:1},adminList:[]}},created:function(){this.$emit("showTab","/admin-list"),this.getRoleList()},methods:{getRoleList:function(){var e=this;r({roleType:2}).then((function(t){e.roleList=t.result||[],e.roleList.length>0&&!e.activeRoleId&&(e.activeRoleId=e.roleList[0].roleId,e.getAdminList())}))},onEditRole:function(e){var t=e||{},n=t.roleId;this.$router.push("/edit-role".concat(n?"?roleId=".concat(n):""))},onChangeRole:function(e){this.activeRoleId=e.roleId,this.getAdminList()},onDelRoleSucc:function(e){e&&(this.activeRoleId=""),this.getRoleList()},getAdminList:function(){var e=this,t=this.pager,n=t.currentPage,o=t.pageSize,i={roleId:this.activeRoleId,search:this.search,pageNum:n,pageSize:o};s(i).then((function(t){var n=t.result||{},o=n.totalCount,i=n.result;e.pager.total=o,e.adminList=i||[]}))},onSearch:function(){this.pager.currentPage=1,this.getAdminList()},onSizeChange:function(e){this.pager.pageSize=e,this.onSearch()},onCurrentChange:function(e){this.pager.currentPage=e,this.getAdminList()},toEditAdmin:function(e){var t=e||{},n=t.staffId,o=t.staffName;this.$router.push("/edit-admin?roleId=".concat(this.activeRoleId).concat(o?"&staffName=".concat(o):"").concat(n?"&staffId=".concat(n):""))},onDelAdmin:function(e){var t=this,n=e.staffName,o=e.staffId;this.$confirm("确定删除【 ".concat(n," 】吗?"),"提示",{type:"warning"}).then((function(){var e={staffId:o,roleId:t.activeRoleId};c(e).then((function(e){"0000"==e.code&&(t.$message.success("删除成功!"),t.pager.currentPage>1&&1==t.adminList.length&&t.pager.currentPage--,t.getAdminList())}))}))}}},d=u,f=(n("b34a"),n("2877")),h=Object(f["a"])(d,o,i,!1,null,"4f019531",null);t["default"]=h.exports},f286:function(e,t,n){"use strict";var o=n("71f6"),i={addRole:{url:"/add-role",method:"post",useFormData:!0},delRole:"/role-del",editRole:{url:"/role-edit",method:"post",useFormData:!0},roleDetail:"/role-detail",roleList:"/role-list",menuList:"/menu-list",roleAdminList:"/role-admin-list",delAdmin:"/admin-del",enterpriseList:"/auth-enterprise-list",resourceList:"/resource-list"};t["a"]=Object(o["a"])(i,"/hb-manage-web")}}]);
\ No newline at end of file
This source diff could not be displayed because it is too large. You can view the blob instead.
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-286e5feb"],{"64cb":function(t,o,e){"use strict";var n=e("7337"),a=e.n(n);a.a},"71f6":function(t,o,e){"use strict";e.d(o,"a",(function(){return a}));e("ac6a"),e("456d");var n=e("b775");function a(t,o){t=t||{};var e=Object.keys(t);return e.forEach((function(e){var a=t[e];"string"===typeof a&&(a={url:a}),a.url="".concat(o).concat(a.url),t[e]=function(t){return Object(n["a"])(a,t)}})),t}},7337:function(t,o,e){},"7ded":function(t,o,e){"use strict";var n=e("71f6"),a={getLoginQrcode:"/get-login-qrcode",getUserInfo:"/get-login-user",loginOut:{url:"/login-out",method:"post",useFormData:!0}};a=Object(n["a"])(a,"/hb-manage-web/auth"),o["a"]=a},"9ed6":function(t,o,e){"use strict";e.r(o);var n=function(){var t=this,o=t.$createElement,e=t._self._c||o;return e("div",{staticClass:"login-wrap"},[e("section",[e("div",{staticClass:"login-body-top"},[t._m(0),e("div",{staticClass:"login-body-qrcode"},[e("div",{staticClass:"login-qrcode-inner border-box"},[e("div",{staticClass:"qrcode-title font-18 color-303133 m-b-20"},[t._v("企业微信扫码登录")]),e("div",{attrs:{id:"qrcode",title:""}}),e("div",{staticClass:"qrcode-refresh m-t-20"},[e("el-button",{staticClass:"font-12",attrs:{type:"text"}},[t._v("刷新 "),e("span",{staticClass:"color-2f54eb iconfont iconshuaxin"})])],1)])]),e("div",{staticClass:"bg-dot"}),e("div",{staticClass:"bg-dot-center"})]),e("div",{staticClass:"login-body-bottom"})]),e("footer",{staticClass:"p-t-35"},[e("vue-gic-footer")],1)])},a=[function(){var t=this,o=t.$createElement,n=t._self._c||o;return n("div",{staticClass:"login-body-head"},[n("div",{staticClass:"login-body-head_inner border-box flex"},[n("img",{staticClass:"login-body-logo",attrs:{src:e("cf05"),alt:"logo"}}),n("span",{staticClass:"login-body-title p-l-7"},[t._v("好办管理后台")])])])}],i=e("7ded"),s=i["a"].getLoginQrcode,c={name:"login-page",data:function(){return{qrcodeNum:""}},mounted:function(){var t=this;t.getQrcode(),localStorage.getItem("haoBanUser")&&localStorage.removeItem("haoBanUser")},methods:{toRouterView:function(t){var o=this;o.$router.push({path:t.path})},getQrcode:function(){s({}).then((function(t){window.location.href="".concat(t.result)})).catch((function(t){}))}}},r=c,l=(e("64cb"),e("2877")),d=Object(l["a"])(r,n,a,!1,null,"778e848e",null);o["default"]=d.exports},cf05:function(t,o,e){t.exports=e.p+"img/logo.861ef5c7.png"}}]);
\ No newline at end of file
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-455ce796","chunk-60db2d5e"],{"0082":function(e,t,n){"use strict";n.r(t);var r=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",[n("ul",{staticClass:"role-menu"},[Array.isArray(e.roleList)&&0!=e.roleList.length?e._e():n("li",{staticClass:"no-data"},[e._v("暂无数据")]),e._l(e.roleList,(function(t){return n("li",{key:t,class:["role-item",{active:e.activeRoleId==t.roleId}],on:{click:function(n){return e.onChangeRole(t)}}},[n("span",{staticClass:"role-name"},[e._v(e._s(t.roleName))]),n("el-dropdown",{attrs:{placement:"bottom-start"}},[n("i",{staticClass:"iconfont icongengduo edit-icon"}),n("el-dropdown-menu",{attrs:{slot:"dropdown"},slot:"dropdown"},[n("el-dropdown-item",{nativeOn:{click:function(n){return e.onEditRole(t)}}},[e._v("编辑")]),e.showDelRoleButton?n("el-dropdown-item",{nativeOn:{click:function(n){return e.onDelRole(t)}}},[e._v("删除")]):e._e()],1)],1)],1)}))],2),n("el-dialog",{attrs:{visible:e.delRole.show,title:"删除角色",width:"600px"},on:{"update:visible":function(t){return e.$set(e.delRole,"show",t)},closed:e.onDelRoleClose}},[n("div",{staticClass:"del-role"},[n("i",{staticClass:"el-icon-warning"}),n("div",{staticClass:"del-role-content"},[n("p",{staticClass:"del-role-tip"},[e._v("确认删除“"+e._s(e.delRole.roleName)+"”角色吗?")]),n("p",{staticClass:"del-role-tip"},[e._v("请在输入框中输入该角色名称,以避免误操作。")]),n("el-input",{staticStyle:{"margin-top":"10px",width:"440px"},model:{value:e.delRole.roleNameInput,callback:function(t){e.$set(e.delRole,"roleNameInput","string"===typeof t?t.trim():t)},expression:"delRole.roleNameInput"}})],1)]),n("template",{slot:"footer"},[n("el-button",{on:{click:function(t){e.delRole.show=!1}}},[e._v("取消")]),n("el-button",{attrs:{type:"primary",loading:e.delRole.loading},on:{click:e.onDelRoleSure}},[e._v("确定")])],1)],2)],1)},i=[],o=(n("c5f6"),n("f286")),l=o["a"].delRole,a={name:"role-list",props:{roleList:{type:Array,default:function(){return[]}},activeRoleId:[String,Number],showDelRoleButton:{type:Boolean,default:!1}},data:function(){return{delRole:{show:!1,loading:!1,roleId:"",roleName:"",roleNameInput:""}}},methods:{onChangeRole:function(e){this.$emit("change-role",e)},onEditRole:function(e){this.$emit("edit-role",e)},onDelRole:function(e){var t=e.roleId,n=e.roleName;Object.assign(this.delRole,{show:!0,roleId:t,roleName:n})},onDelRoleClose:function(){Object.assign(this.delRole,{roleId:"",roleName:"",roleNameInput:""})},onDelRoleSure:function(){var e=this,t=this.delRole,n=t.roleId,r=t.roleName,i=t.roleNameInput;return 0==i.length?this.$message.warning("请输入角色名称!"):r!=i?this.$message.warning("请输入正确的角色名称!"):(this.delRole.loading=!0,void l({roleId:n}).then((function(t){"0000"==t.code&&(e.$message.success("删除成功!"),e.$emit("del-role-succ",n==e.activeRoleId),e.delRole.show=!1)})).finally((function(){return e.delRole.loading=!1})))}}},s=a,c=(n("e07d"),n("2877")),d=Object(c["a"])(s,r,i,!1,null,"240bce99",null);t["default"]=d.exports},"13f6":function(e,t,n){},2058:function(e,t,n){"use strict";n.r(t);var r=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"store-admin-list"},[n("div",{staticClass:"store-role-list"},[0==e.roleList.length?n("p",{staticClass:"no-data"},[e._v("暂无数据")]):e._e(),e._l(e.roleList,(function(t){return n("div",{key:t.enterpriseId},[n("h3",{staticClass:"role-title"},[n("i",{staticClass:"iconfont iconshanghu role-title-icon"}),n("p",{staticClass:"role-title-text"},[e._v(e._s(t.enterpriseName))])]),n("role-list",{attrs:{"role-list":t.roleList,"active-role-id":e.activeRoleId},on:{"edit-role":e.onEditRole,"change-role":e.onChangeRole}})],1)}))],2),n("div",{staticClass:"admin-list"},[n("h3",{staticClass:"admin-list-title"},[e._v("门店成员列表")]),n("el-input",{staticStyle:{width:"238px"},attrs:{placeholder:"请输入姓名/账号/手机号码","prefix-icon":"el-icon-search",clearable:""},on:{change:e.onSearch},model:{value:e.search,callback:function(t){e.search="string"===typeof t?t.trim():t},expression:"search"}}),n("el-alert",{staticStyle:{float:"right",width:"720px"},attrs:{type:"info",title:"拥有门店的权限,能进行一些门店日常业务,如打标签,完成话务等。必须是导购账号 ,不可添加删除门店成员。",closable:!1,"show-icon":""}}),n("el-table",{staticStyle:{"margin-top":"20px"},attrs:{data:e.adminList}},[n("el-table-column",{attrs:{label:"姓名",prop:"staffName",formatter:function(e,t,n){return n||"--"}}}),n("el-table-column",{attrs:{label:"账号",prop:"wxUserId",formatter:function(e,t,n){return n||"--"}}}),n("el-table-column",{attrs:{label:"手机号码",prop:"phoneNumber",formatter:function(e,t,n){return n||"--"}}})],1),e.pager.total>0?n("dm-pagination",{staticStyle:{"text-align":"right"},attrs:{background:"",layout:"total,sizes,prev,pager,next",total:e.pager.total,"page-sizes":e.pager.pageSizes,"page-size":e.pager.pageSize,"current-page":e.pager.currentPage},on:{"current-change":e.onCurrentChange,"size-change":e.onSizeChange}}):e._e()],1)])},i=[],o=(n("386d"),n("5df3"),n("ac6a"),n("0082")),l=n("f286"),a=l["a"].enterpriseList,s=l["a"].roleList,c=l["a"].roleAdminList,d={name:"store-admin-list",components:{RoleList:o["default"]},data:function(){return{roleList:[],activeRoleId:"",enterpriseId:"",adminList:[],search:"",pager:{total:0,pageSizes:[20,40,60,80],pageSize:20,currentPage:1}}},created:function(){this.$emit("showTab","/store-admin-list"),this.getRoleList()},methods:{getRoleList:function(){var e=this,t=JSON.parse(localStorage.getItem("haoBanUser")||"{}"),n=t.wxEnterpriseId,r=[];n&&a({wxEnterpriseId:n}).then((function(t){var n=t.result||[];e.roleList=n.map((function(e){var t=e.enterpriseId,n=e.enterpriseName;return{enterpriseId:t,enterpriseName:n,roleList:[]}})),0!=e.roleList.length&&(e.roleList.forEach((function(e){r.push(s({enterpriseId:e.enterpriseId,roleType:1}).then((function(t){e.roleList=t.result||[]})))})),Promise.all(r).then((function(){e.activeRoleId||e.roleList.some((function(t){return t.roleList.length>0&&(e.activeRoleId=t.roleList[0].roleId,e.enterpriseId=t.roleList[0].enterpriseId),t.roleList.length>0})),e.activeRoleId&&e.getAdminList()})))}))},getAdminList:function(){var e=this,t={roleId:this.activeRoleId,enterpriseId:this.enterpriseId,search:this.search,pageNum:this.pager.currentPage,pageSize:this.pager.pageSize};c(t).then((function(t){var n=t.result||{},r=n.totalCount,i=n.result;e.pager.total=r||0,e.adminList=i||[]}))},onChangeRole:function(e){var t=e.roleId,n=e.enterpriseId;this.activeRoleId=t,this.enterpriseId=n,this.search="",this.pager.currentPage=1,this.getAdminList()},onEditRole:function(e){this.$router.push("/edit-store-role?roleId=".concat(e.roleId))},onSearch:function(){this.pager.currentPage=1,this.getAdminList()},onSizeChange:function(e){this.pager.pageSize=e,this.onSearch()},onCurrentChange:function(e){this.pager.currentPage=e,this.getAdminList()}}},u=d,p=(n("93fb"),n("2877")),h=Object(p["a"])(u,r,i,!1,null,"a219aeb6",null);t["default"]=h.exports},"386d":function(e,t,n){"use strict";var r=n("cb7c"),i=n("83a1"),o=n("5f1b");n("214f")("search",1,(function(e,t,n,l){return[function(n){var r=e(this),i=void 0==n?void 0:n[t];return void 0!==i?i.call(n,r):new RegExp(n)[t](String(r))},function(e){var t=l(n,e,this);if(t.done)return t.value;var a=r(e),s=String(this),c=a.lastIndex;i(c,0)||(a.lastIndex=0);var d=o(a,s);return i(a.lastIndex,c)||(a.lastIndex=c),null===d?-1:d.index}]}))},"71f6":function(e,t,n){"use strict";n.d(t,"a",(function(){return i}));n("ac6a"),n("456d");var r=n("b775");function i(e,t){e=e||{};var n=Object.keys(e);return n.forEach((function(n){var i=e[n];"string"===typeof i&&(i={url:i}),i.url="".concat(t).concat(i.url),e[n]=function(e){return Object(r["a"])(i,e)}})),e}},"83a1":function(e,t){e.exports=Object.is||function(e,t){return e===t?0!==e||1/e===1/t:e!=e&&t!=t}},"883f":function(e,t,n){},"93fb":function(e,t,n){"use strict";var r=n("13f6"),i=n.n(r);i.a},e07d:function(e,t,n){"use strict";var r=n("883f"),i=n.n(r);i.a},f286:function(e,t,n){"use strict";var r=n("71f6"),i={addRole:{url:"/add-role",method:"post",useFormData:!0},delRole:"/role-del",editRole:{url:"/role-edit",method:"post",useFormData:!0},roleDetail:"/role-detail",roleList:"/role-list",menuList:"/menu-list",roleAdminList:"/role-admin-list",delAdmin:"/admin-del",enterpriseList:"/auth-enterprise-list",resourceList:"/resource-list"};t["a"]=Object(r["a"])(i,"/hb-manage-web")}}]);
\ No newline at end of file
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-48391fe3"],{"4df2":function(e,n,t){"use strict";var c=t("a761"),a=t.n(c);a.a},a088:function(e,n,t){"use strict";t.r(n);var c=function(){var e=this,n=e.$createElement,t=e._self._c||n;return t("div",{staticClass:"menu-tree"},[t("ul",{staticClass:"first-menu"},[0==e.menuList.length?t("li",{staticClass:"no-data"},[e._v("暂无数据")]):e._e(),e._l(e.menuList,(function(n){return t("li",{key:n.menuId,class:["first-menu-item",{active:n.menuId==e.activeMenuId}],on:{click:function(t){return e.onMenuChange(n)}}},[e._v("\n "+e._s(n.menuName)+"\n ")])}))],2),t("div",{staticClass:"all-menu"},[t("el-tree",{ref:"menuList",attrs:{data:e.treeData,"show-checkbox":"","default-expand-all":"","node-key":"menuId","expand-on-click-node":!1,"check-on-click-node":!0,props:{label:"menuName"},"default-checked-keys":e.checkedId[e.activeMenuId]},on:{"node-click":e.onNodeClick,check:e.onNodeClick}})],1)])},a=[],i=(t("ac6a"),{name:"menu-tree",props:{menuList:Array,checkedId:Object},data:function(){return{activeMenuId:"",treeData:[]}},methods:{onMenuChange:function(e){this.activeMenuId=e?e.menuId:"",this.treeData=e?[e]:[]},onNodeClick:function(){this.onChange(this.$refs.menuList.getCheckedKeys())},getAllMenuId:function(e){var n=this,t=[];return e.forEach((function(e){t.push(e.menuId),Array.isArray(e.children)&&(t=t.concat(n.getAllMenuId(e.children)))})),t},onChange:function(e){var n={};n[this.activeMenuId]=e,this.$emit("change",Object.assign({},this.checkedId,n))}},watch:{checkedId:{deep:!0,handler:function(e){this.$refs.menuList.setCheckedKeys(e[this.activeMenuId]||[])}},menuList:{immediate:!0,handler:function(e){this.onMenuChange(e[0])}}}}),s=i,u=(t("4df2"),t("2877")),d=Object(u["a"])(s,c,a,!1,null,"25c16a3f",null);n["default"]=d.exports},a761:function(e,n,t){}}]);
\ No newline at end of file
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-4a7c84a6"],{a088:function(e,n,t){"use strict";t.r(n);var c=function(){var e=this,n=e.$createElement,t=e._self._c||n;return t("div",{staticClass:"menu-tree"},[t("ul",{staticClass:"first-menu"},[0==e.menuList.length?t("li",{staticClass:"no-data"},[e._v("暂无数据")]):e._e(),e._l(e.menuList,(function(n){return t("li",{key:n.menuId,class:["first-menu-item",{active:n.menuId==e.activeMenuId}],on:{click:function(t){return e.onMenuChange(n)}}},[e._v("\n "+e._s(n.menuName)+"\n ")])}))],2),t("div",{staticClass:"all-menu"},[t("el-tree",{ref:"menuList",attrs:{data:e.treeData,"show-checkbox":"","default-expand-all":"","node-key":"menuId","expand-on-click-node":!1,"check-on-click-node":!0,props:{label:"menuName"},"default-checked-keys":e.checkedId[e.activeMenuId]},on:{"node-click":e.onNodeClick,check:e.onNodeClick}})],1)])},a=[],i=(t("ac6a"),{name:"menu-tree",props:{menuList:Array,checkedId:Object},data:function(){return{activeMenuId:"",treeData:[]}},methods:{onMenuChange:function(e){this.activeMenuId=e?e.menuId:"",this.treeData=e?[e]:[]},onNodeClick:function(){this.onChange(this.$refs.menuList.getCheckedKeys())},getAllMenuId:function(e){var n=this,t=[];return e.forEach((function(e){t.push(e.menuId),Array.isArray(e.children)&&(t=t.concat(n.getAllMenuId(e.children)))})),t},onChange:function(e){var n={};n[this.activeMenuId]=e,this.$emit("change",Object.assign({},this.checkedId,n))}},watch:{checkedId:{deep:!0,handler:function(e){this.$refs.menuList.setCheckedKeys(e[this.activeMenuId]||[])}},menuList:{immediate:!0,handler:function(e){this.onMenuChange(e[0])}}}}),s=i,u=(t("deee"),t("2877")),d=Object(u["a"])(s,c,a,!1,null,"42121058",null);n["default"]=d.exports},c9eb:function(e,n,t){},deee:function(e,n,t){"use strict";var c=t("c9eb"),a=t.n(c);a.a}}]);
\ No newline at end of file
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-63077e53"],{"04c4":function(t,e,n){},"182f":function(t,e,n){"use strict";var a=n("04c4"),r=n.n(a);r.a},3081:function(t,e,n){"use strict";var a=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"common-alert-tip"},[n("div",{style:{"min-width":t.width}},[n("div",{staticClass:"el-alert el-alert--info flex flex-align-start",style:{width:t.width},attrs:{role:"alert"}},[n("i",{staticClass:"el-alert__icon el-icon-info font-12 color-2f54eb"}),n("div",{staticClass:"el-alert__content"},[n("span",{staticClass:"el-alert__title color-606266 font-13"},[t._v("\n "+t._s(t.tipContent)+"\n ")])])])])])},r=[],s={name:"common-alert-tip",components:{},props:{width:{type:String,default:"645px"},tipContent:{type:String,default:""}},data:function(){return{}}},o=s,l=n("2877"),i=Object(l["a"])(o,a,r,!1,null,"43965386",null);e["a"]=i.exports},"71f6":function(t,e,n){"use strict";n.d(e,"a",(function(){return r}));n("ac6a"),n("456d");var a=n("b775");function r(t,e){t=t||{};var n=Object.keys(t);return n.forEach((function(n){var r=t[n];"string"===typeof r&&(r={url:r}),r.url="".concat(e).concat(r.url),t[n]=function(t){return Object(a["a"])(r,t)}})),t}},"9b74":function(t,e,n){"use strict";n.r(e);var a=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"daily-set-wrap "},[n("div",{staticClass:"daily-set-content border-box"},[n("common-alert-tip",{attrs:{tipContent:t.tipContent}}),n("div",{staticClass:"admin-table-body m-t-20"},[n("el-table",{directives:[{name:"loading",rawName:"v-loading",value:t.loading,expression:"loading"}],ref:"multipleTable",staticStyle:{width:"100%"},attrs:{data:t.tableData,"tooltip-effect":"dark"}},[n("el-table-column",{attrs:{label:"姓名"},scopedSlots:t._u([{key:"default",fn:function(e){return[t._v("\n "+t._s(e.row.staffName||"--")+"\n ")]}}])}),n("el-table-column",{attrs:{label:"账号"},scopedSlots:t._u([{key:"default",fn:function(e){return[t._v("\n "+t._s(e.row.wxUserId||"--")+"\n ")]}}])}),n("el-table-column",{attrs:{label:"手机号"},scopedSlots:t._u([{key:"default",fn:function(e){return[t._v("\n "+t._s(e.row.phoneNumber||"--")+"\n ")]}}])})],1)],1)],1)])},r=[],s=n("a30a"),o=n("3081"),l=s["a"].getAdmin,i={name:"super-admin-page",components:{commonAlertTip:o["a"]},data:function(){return{wxEnterpriseId:localStorage.getItem("haoBanUser")?JSON.parse(localStorage.getItem("haoBanUser")).wxEnterpriseId:"",tipContent:"超级管理员不可新增,默认为企业微信所添加的好办应用管理员,拥有好办所有管理权限。",loading:!1,tableData:[]}},mounted:function(){var t=this;t.$emit("showTab","/superAdmin"),document.documentElement.style.backgroundColor="#f0f2f5",t.getData()},destroyed:function(){document.documentElement.style.backgroundColor="#fff"},methods:{changeToggle:function(t){t.expand=!t.expand},getData:function(t){var e=this;e.loading=!0;var n={wxEnterpriseId:e.wxEnterpriseId};l(n).then((function(t){e.loading=!1,e.tableData=t.result||[]})).catch((function(t){e.loading=!1}))}}},c=i,u=(n("182f"),n("2877")),d=Object(u["a"])(c,a,r,!1,null,"3937a662",null);e["default"]=d.exports},a30a:function(t,e,n){"use strict";var a=n("71f6"),r={wxEnterpriseRefresh:"/setting/wx-enterprise-info-flush",wxEnterpriseDetail:"/setting/wx-enterprise-info",getSelfApp:"/setting/secret-list",addSelfApp:{url:"/setting/set-secret",method:"post",useFormData:!0,useIntercept:!1},editSelfApp:{url:"/setting/set-secret",method:"post",useFormData:!0,useIntercept:!1},delSelfApp:{url:"/setting/del-secret",method:"post",useFormData:!0,useIntercept:!1},refreshSelfApp:{url:"/setting/reflush-secret",method:"post",useFormData:!0},getAdmin:"/setting/super-admin-list"};r=Object(a["a"])(r,"/hb-manage-web"),e["a"]=r}}]);
\ No newline at end of file
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-6751f6be"],{"3e67":function(t,e,a){},c4fb:function(t,e,a){"use strict";var n=a("3e67"),i=a.n(n);i.a},ea02:function(t,e,a){"use strict";a.r(e);var n=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{staticClass:"my-customer-wrap common-set-wrap"},[a("vue-office-header",{attrs:{projectName:t.projectName},on:{collapseTag:t.collapseTag,toRouterView:t.toRouterView,leftData:t.leftData}}),a("div",{staticClass:"enterprise-wrap__body"},[a("div",{staticClass:"content",attrs:{id:"content"}},[a("div",{staticClass:"content-body"},[a("div",{staticClass:"right-content border-box",style:{padding:t.showAsideMenu?"20px":"0 20px 20px 20px"}},[a("div",{staticClass:"right-box",staticStyle:{"min-height":"calc(100vh - 86px)"}},[a("div",{staticClass:"apps-content flex",staticStyle:{"min-height":"calc(100vh - 86px)"}},[a("div",{directives:[{name:"show",rawName:"v-show",value:t.showAsideMenu,expression:"showAsideMenu"}],staticClass:"apps-content-left w-157",staticStyle:{"min-height":"calc(100vh - 86px)"}},[a("common-detail-left",{attrs:{tabListData:t.tabListData,activeSelTab:t.activeSelTab},on:{setSelectTab:t.setSelectTab}})],1),a("div",{staticClass:"apps-content-right border-box",style:{width:t.showAsideMenu?"calc(100% - 157px)":"100%",paddingLeft:t.showAsideMenu?"10px":"0"}},[a("transition",{attrs:{name:"fade",mode:"out-in"}},[a("router-view",{attrs:{brandId:t.activeBrand,activeGroupId:t.activeGroup,tabType:t.activeTab},on:{showTab:t.showTab,showAsideMenu:function(e){return t.showAsideMenu=e}}})],1)],1)])])])])])])],1)},i=[],c=(a("ac6a"),a("503e")),o=a("f777"),s={name:"enterprise-set-index",components:{commonDetailLeft:c["a"],vueOfficeHeader:o["a"]},data:function(){return{bgHeight:window.screen.availHeight-288+"px",activeSelTab:"1",activeTab:"1",tabListData:[],activeBrand:"",activeGroup:"",showAsideMenu:!0}},mounted:function(){document.documentElement.style.backgroundColor="#f0f2f5"},destroyed:function(){document.documentElement.style.backgroundColor="#fff"},methods:{toRouterView:function(t){var e=this;e.$router.push({path:t.path})},changeRoute:function(t){this.$router.push(t)},selectBrandId:function(t,e){var a=this;a.activeBrand=t,a.activeGroup=e},setSelectTab:function(t){var e=this;e.activeTab=t.menuUrl,1==t.target?-1!=t.menuUrl.indexOf("http")?window.open(t.menuUrl):window.open("/haoban-4/#".concat(t.menuUrl)):e.$router.push(t.menuUrl)},showTab:function(t){var e=this;e.activeTab=t,e.activeSelTab=t,e.tabListData.forEach((function(e){e.menuUrl==t&&(e.onlyIconActive=!1),e.children&&e.children.forEach((function(a){a.menuUrl==t&&(e.onlyIconActive=!0),a.children&&a.children.forEach((function(a){a.menuUrl==t&&(e.onlyIconActive=!0)}))}))}))},leftData:function(t){var e=this;t[0].children.forEach((function(t,a){t.tabId=a+1,t.tabName=t.menuName,t.children&&t.children.length&&e.setChildData(t,a+1)})),e.tabListData=t[0].children},setChildData:function(t,e){var a=this;t.children.forEach((function(t,n){t.tabId=e+"-"+(n+1),t.tabName=t.menuName,t.children&&t.children.length&&a.setChildData(t,e+"-"+(n+1))}))}},watch:{"$route.path":function(){this.showAsideMenu=!0},activeBrand:function(t,e){var a=this;a.activeBrand=t},activeGroup:function(t,e){var a=this;a.activeGroup=t}}},r=s,u=(a("c4fb"),a("2877")),l=Object(u["a"])(r,n,i,!1,null,"09a5ebc6",null);e["default"]=l.exports}}]);
\ No newline at end of file
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-71d9e72b","chunk-60db2d5e"],{"0082":function(e,t,n){"use strict";n.r(t);var o=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",[n("ul",{staticClass:"role-menu"},[Array.isArray(e.roleList)&&0!=e.roleList.length?e._e():n("li",{staticClass:"no-data"},[e._v("暂无数据")]),e._l(e.roleList,(function(t){return n("li",{key:t,class:["role-item",{active:e.activeRoleId==t.roleId}],on:{click:function(n){return e.onChangeRole(t)}}},[n("span",{staticClass:"role-name"},[e._v(e._s(t.roleName))]),n("el-dropdown",{attrs:{placement:"bottom-start"}},[n("i",{staticClass:"iconfont icongengduo edit-icon"}),n("el-dropdown-menu",{attrs:{slot:"dropdown"},slot:"dropdown"},[n("el-dropdown-item",{nativeOn:{click:function(n){return e.onEditRole(t)}}},[e._v("编辑")]),e.showDelRoleButton?n("el-dropdown-item",{nativeOn:{click:function(n){return e.onDelRole(t)}}},[e._v("删除")]):e._e()],1)],1)],1)}))],2),n("el-dialog",{attrs:{visible:e.delRole.show,title:"删除角色",width:"600px"},on:{"update:visible":function(t){return e.$set(e.delRole,"show",t)},closed:e.onDelRoleClose}},[n("div",{staticClass:"del-role"},[n("i",{staticClass:"el-icon-warning"}),n("div",{staticClass:"del-role-content"},[n("p",{staticClass:"del-role-tip"},[e._v("确认删除“"+e._s(e.delRole.roleName)+"”角色吗?")]),n("p",{staticClass:"del-role-tip"},[e._v("请在输入框中输入该角色名称,以避免误操作。")]),n("el-input",{staticStyle:{"margin-top":"10px",width:"440px"},model:{value:e.delRole.roleNameInput,callback:function(t){e.$set(e.delRole,"roleNameInput","string"===typeof t?t.trim():t)},expression:"delRole.roleNameInput"}})],1)]),n("template",{slot:"footer"},[n("el-button",{on:{click:function(t){e.delRole.show=!1}}},[e._v("取消")]),n("el-button",{attrs:{type:"primary",loading:e.delRole.loading},on:{click:e.onDelRoleSure}},[e._v("确定")])],1)],2)],1)},i=[],l=(n("c5f6"),n("f286")),a=l["a"].delRole,r={name:"role-list",props:{roleList:{type:Array,default:function(){return[]}},activeRoleId:[String,Number],showDelRoleButton:{type:Boolean,default:!1}},data:function(){return{delRole:{show:!1,loading:!1,roleId:"",roleName:"",roleNameInput:""}}},methods:{onChangeRole:function(e){this.$emit("change-role",e)},onEditRole:function(e){this.$emit("edit-role",e)},onDelRole:function(e){var t=e.roleId,n=e.roleName;Object.assign(this.delRole,{show:!0,roleId:t,roleName:n})},onDelRoleClose:function(){Object.assign(this.delRole,{roleId:"",roleName:"",roleNameInput:""})},onDelRoleSure:function(){var e=this,t=this.delRole,n=t.roleId,o=t.roleName,i=t.roleNameInput;return 0==i.length?this.$message.warning("请输入角色名称!"):o!=i?this.$message.warning("请输入正确的角色名称!"):(this.delRole.loading=!0,void a({roleId:n}).then((function(t){"0000"==t.code&&(e.$message.success("删除成功!"),e.$emit("del-role-succ",n==e.activeRoleId),e.delRole.show=!1)})).finally((function(){return e.delRole.loading=!1})))}}},s=r,c=(n("e07d"),n("2877")),d=Object(c["a"])(s,o,i,!1,null,"240bce99",null);t["default"]=d.exports},"386d":function(e,t,n){"use strict";var o=n("cb7c"),i=n("83a1"),l=n("5f1b");n("214f")("search",1,(function(e,t,n,a){return[function(n){var o=e(this),i=void 0==n?void 0:n[t];return void 0!==i?i.call(n,o):new RegExp(n)[t](String(o))},function(e){var t=a(n,e,this);if(t.done)return t.value;var r=o(e),s=String(this),c=r.lastIndex;i(c,0)||(r.lastIndex=0);var d=l(r,s);return i(r.lastIndex,c)||(r.lastIndex=c),null===d?-1:d.index}]}))},"6c7b":function(e,t,n){"use strict";var o=n("a69a"),i=n.n(o);i.a},"71f6":function(e,t,n){"use strict";n.d(t,"a",(function(){return i}));n("ac6a"),n("456d");var o=n("b775");function i(e,t){e=e||{};var n=Object.keys(e);return n.forEach((function(n){var i=e[n];"string"===typeof i&&(i={url:i}),i.url="".concat(t).concat(i.url),e[n]=function(e){return Object(o["a"])(i,e)}})),e}},"83a1":function(e,t){e.exports=Object.is||function(e,t){return e===t?0!==e||1/e===1/t:e!=e&&t!=t}},"883f":function(e,t,n){},a69a:function(e,t,n){},db80:function(e,t,n){"use strict";n.r(t);var o=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"admin"},[n("div",{staticClass:"role-list"},[n("div",{staticClass:"add-role"},[n("el-button",{on:{click:function(t){return e.onEditRole()}}},[n("i",{staticClass:"iconfont icontianjiajiahaowubiankuang"}),e._v(" 新建管理角色")])],1),n("role-list",{attrs:{"role-list":e.roleList,"active-role-id":e.activeRoleId,"show-del-role-button":""},on:{"del-role-succ":e.onDelRoleSucc,"edit-role":e.onEditRole,"change-role":e.onChangeRole}})],1),n("div",{staticClass:"admin-list"},[n("h3",{staticClass:"admin-list-title"},[e._v("管理员列表")]),n("el-input",{staticStyle:{width:"277px"},attrs:{placeholder:"请输入姓名/账号/手机号码","prefix-icon":"el-icon-search",clearable:""},on:{change:e.onSearch},model:{value:e.search,callback:function(t){e.search="string"===typeof t?t.trim():t},expression:"search"}}),n("el-button",{staticStyle:{float:"right"},attrs:{type:"primary"},on:{click:e.toEditAdmin}},[e._v("添加管理员")]),n("el-table",{staticStyle:{"margin-top":"20px"},attrs:{data:e.adminList}},[n("el-table-column",{attrs:{label:"姓名",prop:"staffName",formatter:function(e,t,n){return n||"--"}}}),n("el-table-column",{attrs:{label:"账号",prop:"wxUserId",formatter:function(e,t,n){return n||"--"},"show-overflow-tooltip":""}}),n("el-table-column",{attrs:{label:"手机号码",prop:"phoneNumber",formatter:function(e,t,n){return n||"--"}}}),n("el-table-column",{attrs:{label:"操作"},scopedSlots:e._u([{key:"default",fn:function(t){var o=t.row;return[n("el-button",{attrs:{type:"text"},on:{click:function(t){return e.toEditAdmin(o)}}},[e._v("管辖范围")]),n("el-button",{attrs:{type:"text"},on:{click:function(t){return e.onDelAdmin(o)}}},[e._v("删除")])]}}])})],1),e.pager.total>0?n("dm-pagination",{staticStyle:{"text-align":"right"},attrs:{background:"",layout:"total,sizes,prev,pager,next",total:e.pager.total,"page-sizes":e.pager.pageSizes,"page-size":e.pager.pageSize,"current-page":e.pager.currentPage},on:{"size-change":e.onSizeChange,"current-change":e.onCurrentChange}}):e._e()],1)])},i=[],l=(n("386d"),n("0082")),a=n("f286"),r=a["a"].roleList,s=a["a"].roleAdminList,c=a["a"].delAdmin,d={name:"admin-list",components:{RoleList:l["default"]},data:function(){return{activeRoleId:"",roleList:[],search:"",pager:{total:0,pageSizes:[20,40,60,80],pageSize:20,currentPage:1},adminList:[]}},created:function(){this.$emit("showTab","/admin-list"),this.getRoleList()},methods:{getRoleList:function(){var e=this;r({roleType:2}).then((function(t){e.roleList=t.result||[],e.roleList.length>0&&!e.activeRoleId&&(e.activeRoleId=e.roleList[0].roleId,e.getAdminList())}))},onEditRole:function(e){var t=e||{},n=t.roleId;this.$router.push("/edit-role".concat(n?"?roleId=".concat(n):""))},onChangeRole:function(e){this.activeRoleId=e.roleId,this.getAdminList()},onDelRoleSucc:function(e){e&&(this.activeRoleId=""),this.getRoleList()},getAdminList:function(){var e=this,t=this.pager,n=t.currentPage,o=t.pageSize,i={roleId:this.activeRoleId,search:this.search,pageNum:n,pageSize:o};s(i).then((function(t){var n=t.result||{},o=n.totalCount,i=n.result;e.pager.total=o,e.adminList=i||[]}))},onSearch:function(){this.pager.currentPage=1,this.getAdminList()},onSizeChange:function(e){this.pager.pageSize=e,this.onSearch()},onCurrentChange:function(e){this.pager.currentPage=e,this.getAdminList()},toEditAdmin:function(e){var t=e||{},n=t.staffId,o=t.staffName;this.$router.push("/edit-admin?roleId=".concat(this.activeRoleId).concat(o?"&staffName=".concat(o):"").concat(n?"&staffId=".concat(n):""))},onDelAdmin:function(e){var t=this,n=e.staffName,o=e.staffId;this.$confirm("确定删除【 ".concat(n," 】吗?"),"提示",{type:"warning"}).then((function(){var e={staffId:o,roleId:t.activeRoleId};c(e).then((function(e){"0000"==e.code&&(t.$message.success("删除成功!"),t.pager.currentPage>1&&1==t.adminList.length&&t.pager.currentPage--,t.getAdminList())}))}))}}},u=d,f=(n("6c7b"),n("2877")),h=Object(f["a"])(u,o,i,!1,null,"0c575a8c",null);t["default"]=h.exports},e07d:function(e,t,n){"use strict";var o=n("883f"),i=n.n(o);i.a},f286:function(e,t,n){"use strict";var o=n("71f6"),i={addRole:{url:"/add-role",method:"post",useFormData:!0},delRole:"/role-del",editRole:{url:"/role-edit",method:"post",useFormData:!0},roleDetail:"/role-detail",roleList:"/role-list",menuList:"/menu-list",roleAdminList:"/role-admin-list",delAdmin:"/admin-del",enterpriseList:"/auth-enterprise-list",resourceList:"/resource-list"};t["a"]=Object(o["a"])(i,"/hb-manage-web")}}]);
\ No newline at end of file
This source diff could not be displayed because it is too large. You can view the blob instead.
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-60db2d5e"],{"0082":function(e,t,o){"use strict";o.r(t);var l=function(){var e=this,t=e.$createElement,o=e._self._c||t;return o("div",[o("ul",{staticClass:"role-menu"},[Array.isArray(e.roleList)&&0!=e.roleList.length?e._e():o("li",{staticClass:"no-data"},[e._v("暂无数据")]),e._l(e.roleList,(function(t){return o("li",{key:t,class:["role-item",{active:e.activeRoleId==t.roleId}],on:{click:function(o){return e.onChangeRole(t)}}},[o("span",{staticClass:"role-name"},[e._v(e._s(t.roleName))]),o("el-dropdown",{attrs:{placement:"bottom-start"}},[o("i",{staticClass:"iconfont icongengduo edit-icon"}),o("el-dropdown-menu",{attrs:{slot:"dropdown"},slot:"dropdown"},[o("el-dropdown-item",{nativeOn:{click:function(o){return e.onEditRole(t)}}},[e._v("编辑")]),e.showDelRoleButton?o("el-dropdown-item",{nativeOn:{click:function(o){return e.onDelRole(t)}}},[e._v("删除")]):e._e()],1)],1)],1)}))],2),o("el-dialog",{attrs:{visible:e.delRole.show,title:"删除角色",width:"600px"},on:{"update:visible":function(t){return e.$set(e.delRole,"show",t)},closed:e.onDelRoleClose}},[o("div",{staticClass:"del-role"},[o("i",{staticClass:"el-icon-warning"}),o("div",{staticClass:"del-role-content"},[o("p",{staticClass:"del-role-tip"},[e._v("确认删除“"+e._s(e.delRole.roleName)+"”角色吗?")]),o("p",{staticClass:"del-role-tip"},[e._v("请在输入框中输入该角色名称,以避免误操作。")]),o("el-input",{staticStyle:{"margin-top":"10px",width:"440px"},model:{value:e.delRole.roleNameInput,callback:function(t){e.$set(e.delRole,"roleNameInput","string"===typeof t?t.trim():t)},expression:"delRole.roleNameInput"}})],1)]),o("template",{slot:"footer"},[o("el-button",{on:{click:function(t){e.delRole.show=!1}}},[e._v("取消")]),o("el-button",{attrs:{type:"primary",loading:e.delRole.loading},on:{click:e.onDelRoleSure}},[e._v("确定")])],1)],2)],1)},n=[],i=(o("c5f6"),o("f286")),r=i["a"].delRole,s={name:"role-list",props:{roleList:{type:Array,default:function(){return[]}},activeRoleId:[String,Number],showDelRoleButton:{type:Boolean,default:!1}},data:function(){return{delRole:{show:!1,loading:!1,roleId:"",roleName:"",roleNameInput:""}}},methods:{onChangeRole:function(e){this.$emit("change-role",e)},onEditRole:function(e){this.$emit("edit-role",e)},onDelRole:function(e){var t=e.roleId,o=e.roleName;Object.assign(this.delRole,{show:!0,roleId:t,roleName:o})},onDelRoleClose:function(){Object.assign(this.delRole,{roleId:"",roleName:"",roleNameInput:""})},onDelRoleSure:function(){var e=this,t=this.delRole,o=t.roleId,l=t.roleName,n=t.roleNameInput;return 0==n.length?this.$message.warning("请输入角色名称!"):l!=n?this.$message.warning("请输入正确的角色名称!"):(this.delRole.loading=!0,void r({roleId:o}).then((function(t){"0000"==t.code&&(e.$message.success("删除成功!"),e.$emit("del-role-succ",o==e.activeRoleId),e.delRole.show=!1)})).finally((function(){return e.delRole.loading=!1})))}}},a=s,d=(o("e07d"),o("2877")),c=Object(d["a"])(a,l,n,!1,null,"240bce99",null);t["default"]=c.exports},"71f6":function(e,t,o){"use strict";o.d(t,"a",(function(){return n}));o("ac6a"),o("456d");var l=o("b775");function n(e,t){e=e||{};var o=Object.keys(e);return o.forEach((function(o){var n=e[o];"string"===typeof n&&(n={url:n}),n.url="".concat(t).concat(n.url),e[o]=function(e){return Object(l["a"])(n,e)}})),e}},"883f":function(e,t,o){},e07d:function(e,t,o){"use strict";var l=o("883f"),n=o.n(l);n.a},f286:function(e,t,o){"use strict";var l=o("71f6"),n={addRole:{url:"/add-role",method:"post",useFormData:!0},delRole:"/role-del",editRole:{url:"/role-edit",method:"post",useFormData:!0},roleDetail:"/role-detail",roleList:"/role-list",menuList:"/menu-list",roleAdminList:"/role-admin-list",delAdmin:"/admin-del",enterpriseList:"/auth-enterprise-list",resourceList:"/resource-list"};t["a"]=Object(l["a"])(n,"/hb-manage-web")}}]);
\ No newline at end of file
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-7fa3650e"],{"0082":function(e,t,o){"use strict";o.r(t);var l=function(){var e=this,t=e.$createElement,o=e._self._c||t;return o("div",[o("ul",{staticClass:"role-menu"},[Array.isArray(e.roleList)&&0!=e.roleList.length?e._e():o("li",{staticClass:"no-data"},[e._v("暂无数据")]),e._l(e.roleList,(function(t){return o("li",{key:t,class:["role-item",{active:e.activeRoleId==t.roleId}],on:{click:function(o){return e.onChangeRole(t)}}},[o("span",{staticClass:"role-name"},[e._v(e._s(t.roleName))]),o("el-dropdown",{attrs:{placement:"bottom-start"}},[o("i",{staticClass:"iconfont icongengduo edit-icon"}),o("el-dropdown-menu",{attrs:{slot:"dropdown"},slot:"dropdown"},[o("el-dropdown-item",{nativeOn:{click:function(o){return e.onEditRole(t)}}},[e._v("编辑")]),e.showDelRoleButton?o("el-dropdown-item",{nativeOn:{click:function(o){return e.onDelRole(t)}}},[e._v("删除")]):e._e()],1)],1)],1)}))],2),o("el-dialog",{attrs:{visible:e.delRole.show,title:"删除角色",width:"600px"},on:{"update:visible":function(t){return e.$set(e.delRole,"show",t)},closed:e.onDelRoleClose}},[o("div",{staticClass:"del-role"},[o("i",{staticClass:"el-icon-warning"}),o("div",{staticClass:"del-role-content"},[o("p",{staticClass:"del-role-tip"},[e._v("确认删除“"+e._s(e.delRole.roleName)+"”角色吗?")]),o("p",{staticClass:"del-role-tip"},[e._v("请在输入框中输入该角色名称,以避免误操作。")]),o("el-input",{staticStyle:{"margin-top":"10px",width:"440px"},model:{value:e.delRole.roleNameInput,callback:function(t){e.$set(e.delRole,"roleNameInput","string"===typeof t?t.trim():t)},expression:"delRole.roleNameInput"}})],1)]),o("template",{slot:"footer"},[o("el-button",{on:{click:function(t){e.delRole.show=!1}}},[e._v("取消")]),o("el-button",{attrs:{type:"primary",loading:e.delRole.loading},on:{click:e.onDelRoleSure}},[e._v("确定")])],1)],2)],1)},n=[],i=(o("c5f6"),o("f286")),r=i["a"].delRole,s={name:"role-list",props:{roleList:{type:Array,default:function(){return[]}},activeRoleId:[String,Number],showDelRoleButton:{type:Boolean,default:!1}},data:function(){return{delRole:{show:!1,loading:!1,roleId:"",roleName:"",roleNameInput:""}}},methods:{onChangeRole:function(e){this.$emit("change-role",e)},onEditRole:function(e){this.$emit("edit-role",e)},onDelRole:function(e){var t=e.roleId,o=e.roleName;Object.assign(this.delRole,{show:!0,roleId:t,roleName:o})},onDelRoleClose:function(){Object.assign(this.delRole,{roleId:"",roleName:"",roleNameInput:""})},onDelRoleSure:function(){var e=this,t=this.delRole,o=t.roleId,l=t.roleName,n=t.roleNameInput;return 0==n.length?this.$message.warning("请输入角色名称!"):l!=n?this.$message.warning("请输入正确的角色名称!"):(this.delRole.loading=!0,void r({roleId:o}).then((function(t){"0000"==t.code&&(e.$message.success("删除成功!"),e.$emit("del-role-succ",o==e.activeRoleId),e.delRole.show=!1)})).finally((function(){return e.delRole.loading=!1})))}}},a=s,d=(o("c760"),o("2877")),c=Object(d["a"])(a,l,n,!1,null,"4a517647",null);t["default"]=c.exports},"71f6":function(e,t,o){"use strict";o.d(t,"a",(function(){return n}));o("ac6a"),o("456d");var l=o("b775");function n(e,t){e=e||{};var o=Object.keys(e);return o.forEach((function(o){var n=e[o];"string"===typeof n&&(n={url:n}),n.url="".concat(t).concat(n.url),e[o]=function(e){return Object(l["a"])(n,e)}})),e}},"8ed0":function(e,t,o){},c760:function(e,t,o){"use strict";var l=o("8ed0"),n=o.n(l);n.a},f286:function(e,t,o){"use strict";var l=o("71f6"),n={addRole:{url:"/add-role",method:"post",useFormData:!0},delRole:"/role-del",editRole:{url:"/role-edit",method:"post",useFormData:!0},roleDetail:"/role-detail",roleList:"/role-list",menuList:"/menu-list",roleAdminList:"/role-admin-list",delAdmin:"/admin-del",enterpriseList:"/auth-enterprise-list",resourceList:"/resource-list"};t["a"]=Object(l["a"])(n,"/hb-manage-web")}}]);
\ No newline at end of file
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-872ed9ae"],{c389:function(t,e,a){},ea02:function(t,e,a){"use strict";a.r(e);var n=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{staticClass:"my-customer-wrap common-set-wrap"},[a("vue-office-header",{attrs:{projectName:t.projectName},on:{collapseTag:t.collapseTag,toRouterView:t.toRouterView,leftData:t.leftData}}),a("div",{staticClass:"enterprise-wrap__body"},[a("div",{staticClass:"content",attrs:{id:"content"}},[a("div",{staticClass:"content-body"},[a("div",{staticClass:"right-content border-box",style:{padding:t.showAsideMenu?"20px":"0 20px 20px 20px"}},[a("div",{staticClass:"right-box",staticStyle:{"min-height":"calc(100vh - 86px)"}},[a("div",{staticClass:"apps-content flex",staticStyle:{"min-height":"calc(100vh - 86px)"}},[a("div",{directives:[{name:"show",rawName:"v-show",value:t.showAsideMenu,expression:"showAsideMenu"}],staticClass:"apps-content-left w-157",staticStyle:{"min-height":"calc(100vh - 86px)"}},[a("common-detail-left",{attrs:{tabListData:t.tabListData,activeSelTab:t.activeSelTab},on:{setSelectTab:t.setSelectTab}})],1),a("div",{staticClass:"apps-content-right border-box",style:{width:t.showAsideMenu?"calc(100% - 157px)":"100%",paddingLeft:t.showAsideMenu?"10px":"0"}},[a("transition",{attrs:{name:"fade",mode:"out-in"}},[a("router-view",{attrs:{brandId:t.activeBrand,activeGroupId:t.activeGroup,tabType:t.activeTab},on:{showTab:t.showTab,showAsideMenu:function(e){return t.showAsideMenu=e}}})],1)],1)])])])])])])],1)},i=[],c=(a("ac6a"),a("503e")),o=a("f777"),s={name:"enterprise-set-index",components:{commonDetailLeft:c["a"],vueOfficeHeader:o["a"]},data:function(){return{bgHeight:window.screen.availHeight-288+"px",activeSelTab:"1",activeTab:"1",tabListData:[],activeBrand:"",activeGroup:"",showAsideMenu:!0}},mounted:function(){document.documentElement.style.backgroundColor="#f0f2f5"},destroyed:function(){document.documentElement.style.backgroundColor="#fff"},methods:{toRouterView:function(t){var e=this;e.$router.push({path:t.path})},changeRoute:function(t){this.$router.push(t)},selectBrandId:function(t,e){var a=this;a.activeBrand=t,a.activeGroup=e},setSelectTab:function(t){var e=this;e.activeTab=t.menuUrl,1==t.target?-1!=t.menuUrl.indexOf("http")?window.open(t.menuUrl):window.open("/haoban-4/#".concat(t.menuUrl)):e.$router.push(t.menuUrl)},showTab:function(t){var e=this;e.activeTab=t,e.activeSelTab=t,e.tabListData.forEach((function(e){e.menuUrl==t&&(e.onlyIconActive=!1),e.children&&e.children.forEach((function(a){a.menuUrl==t&&(e.onlyIconActive=!0),a.children&&a.children.forEach((function(a){a.menuUrl==t&&(e.onlyIconActive=!0)}))}))}))},leftData:function(t){var e=this;t[0].children.forEach((function(t,a){t.tabId=a+1,t.tabName=t.menuName,t.children&&t.children.length&&e.setChildData(t,a+1)})),e.tabListData=t[0].children},setChildData:function(t,e){var a=this;t.children.forEach((function(t,n){t.tabId=e+"-"+(n+1),t.tabName=t.menuName,t.children&&t.children.length&&a.setChildData(t,e+"-"+(n+1))}))}},watch:{"$route.path":function(){this.showAsideMenu=!0},activeBrand:function(t,e){var a=this;a.activeBrand=t},activeGroup:function(t,e){var a=this;a.activeGroup=t}}},r=s,u=(a("f504"),a("2877")),d=Object(u["a"])(r,n,i,!1,null,"06bfccc4",null);e["default"]=d.exports},f504:function(t,e,a){"use strict";var n=a("c389"),i=a.n(n);i.a}}]);
\ No newline at end of file
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-9713842e","chunk-7fa3650e"],{"0082":function(e,t,n){"use strict";n.r(t);var r=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",[n("ul",{staticClass:"role-menu"},[Array.isArray(e.roleList)&&0!=e.roleList.length?e._e():n("li",{staticClass:"no-data"},[e._v("暂无数据")]),e._l(e.roleList,(function(t){return n("li",{key:t,class:["role-item",{active:e.activeRoleId==t.roleId}],on:{click:function(n){return e.onChangeRole(t)}}},[n("span",{staticClass:"role-name"},[e._v(e._s(t.roleName))]),n("el-dropdown",{attrs:{placement:"bottom-start"}},[n("i",{staticClass:"iconfont icongengduo edit-icon"}),n("el-dropdown-menu",{attrs:{slot:"dropdown"},slot:"dropdown"},[n("el-dropdown-item",{nativeOn:{click:function(n){return e.onEditRole(t)}}},[e._v("编辑")]),e.showDelRoleButton?n("el-dropdown-item",{nativeOn:{click:function(n){return e.onDelRole(t)}}},[e._v("删除")]):e._e()],1)],1)],1)}))],2),n("el-dialog",{attrs:{visible:e.delRole.show,title:"删除角色",width:"600px"},on:{"update:visible":function(t){return e.$set(e.delRole,"show",t)},closed:e.onDelRoleClose}},[n("div",{staticClass:"del-role"},[n("i",{staticClass:"el-icon-warning"}),n("div",{staticClass:"del-role-content"},[n("p",{staticClass:"del-role-tip"},[e._v("确认删除“"+e._s(e.delRole.roleName)+"”角色吗?")]),n("p",{staticClass:"del-role-tip"},[e._v("请在输入框中输入该角色名称,以避免误操作。")]),n("el-input",{staticStyle:{"margin-top":"10px",width:"440px"},model:{value:e.delRole.roleNameInput,callback:function(t){e.$set(e.delRole,"roleNameInput","string"===typeof t?t.trim():t)},expression:"delRole.roleNameInput"}})],1)]),n("template",{slot:"footer"},[n("el-button",{on:{click:function(t){e.delRole.show=!1}}},[e._v("取消")]),n("el-button",{attrs:{type:"primary",loading:e.delRole.loading},on:{click:e.onDelRoleSure}},[e._v("确定")])],1)],2)],1)},i=[],o=(n("c5f6"),n("f286")),l=o["a"].delRole,a={name:"role-list",props:{roleList:{type:Array,default:function(){return[]}},activeRoleId:[String,Number],showDelRoleButton:{type:Boolean,default:!1}},data:function(){return{delRole:{show:!1,loading:!1,roleId:"",roleName:"",roleNameInput:""}}},methods:{onChangeRole:function(e){this.$emit("change-role",e)},onEditRole:function(e){this.$emit("edit-role",e)},onDelRole:function(e){var t=e.roleId,n=e.roleName;Object.assign(this.delRole,{show:!0,roleId:t,roleName:n})},onDelRoleClose:function(){Object.assign(this.delRole,{roleId:"",roleName:"",roleNameInput:""})},onDelRoleSure:function(){var e=this,t=this.delRole,n=t.roleId,r=t.roleName,i=t.roleNameInput;return 0==i.length?this.$message.warning("请输入角色名称!"):r!=i?this.$message.warning("请输入正确的角色名称!"):(this.delRole.loading=!0,void l({roleId:n}).then((function(t){"0000"==t.code&&(e.$message.success("删除成功!"),e.$emit("del-role-succ",n==e.activeRoleId),e.delRole.show=!1)})).finally((function(){return e.delRole.loading=!1})))}}},s=a,c=(n("c760"),n("2877")),d=Object(c["a"])(s,r,i,!1,null,"4a517647",null);t["default"]=d.exports},2058:function(e,t,n){"use strict";n.r(t);var r=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"store-admin-list"},[n("div",{staticClass:"store-role-list"},[0==e.roleList.length?n("p",{staticClass:"no-data"},[e._v("暂无数据")]):e._e(),e._l(e.roleList,(function(t){return n("div",{key:t.enterpriseId},[n("h3",{staticClass:"role-title"},[n("i",{staticClass:"iconfont iconshanghu role-title-icon"}),n("p",{staticClass:"role-title-text"},[e._v(e._s(t.enterpriseName))])]),n("role-list",{attrs:{"role-list":t.roleList,"active-role-id":e.activeRoleId},on:{"edit-role":e.onEditRole,"change-role":e.onChangeRole}})],1)}))],2),n("div",{staticClass:"admin-list"},[n("h3",{staticClass:"admin-list-title"},[e._v("门店成员列表")]),n("el-input",{staticStyle:{width:"238px"},attrs:{placeholder:"请输入姓名/账号/手机号码","prefix-icon":"el-icon-search",clearable:""},on:{change:e.onSearch},model:{value:e.search,callback:function(t){e.search="string"===typeof t?t.trim():t},expression:"search"}}),n("el-alert",{staticStyle:{float:"right",width:"720px"},attrs:{type:"info",title:"拥有门店的权限,能进行一些门店日常业务,如打标签,完成话务等。必须是导购账号 ,不可添加删除门店成员。",closable:!1,"show-icon":""}}),n("el-table",{staticStyle:{"margin-top":"20px"},attrs:{data:e.adminList}},[n("el-table-column",{attrs:{label:"姓名",prop:"staffName",formatter:function(e,t,n){return n||"--"}}}),n("el-table-column",{attrs:{label:"账号",prop:"wxUserId",formatter:function(e,t,n){return n||"--"}}}),n("el-table-column",{attrs:{label:"手机号码",prop:"phoneNumber",formatter:function(e,t,n){return n||"--"}}})],1),e.pager.total>0?n("dm-pagination",{staticStyle:{"text-align":"right"},attrs:{background:"",layout:"total,sizes,prev,pager,next",total:e.pager.total,"page-sizes":e.pager.pageSizes,"page-size":e.pager.pageSize,"current-page":e.pager.currentPage},on:{"current-change":e.onCurrentChange,"size-change":e.onSizeChange}}):e._e()],1)])},i=[],o=(n("386d"),n("5df3"),n("ac6a"),n("0082")),l=n("f286"),a=l["a"].enterpriseList,s=l["a"].roleList,c=l["a"].roleAdminList,d={name:"store-admin-list",components:{RoleList:o["default"]},data:function(){return{roleList:[],activeRoleId:"",enterpriseId:"",adminList:[],search:"",pager:{total:0,pageSizes:[20,40,60,80],pageSize:20,currentPage:1}}},created:function(){this.$emit("showTab","/store-admin-list"),this.getRoleList()},methods:{getRoleList:function(){var e=this,t=JSON.parse(localStorage.getItem("haoBanUser")||"{}"),n=t.wxEnterpriseId,r=[];n&&a({wxEnterpriseId:n}).then((function(t){var n=t.result||[];e.roleList=n.map((function(e){var t=e.enterpriseId,n=e.enterpriseName;return{enterpriseId:t,enterpriseName:n,roleList:[]}})),0!=e.roleList.length&&(e.roleList.forEach((function(e){r.push(s({enterpriseId:e.enterpriseId,roleType:1}).then((function(t){e.roleList=t.result||[]})))})),Promise.all(r).then((function(){e.activeRoleId||e.roleList.some((function(t){return t.roleList.length>0&&(e.activeRoleId=t.roleList[0].roleId,e.enterpriseId=t.roleList[0].enterpriseId),t.roleList.length>0})),e.activeRoleId&&e.getAdminList()})))}))},getAdminList:function(){var e=this,t={roleId:this.activeRoleId,enterpriseId:this.enterpriseId,search:this.search,pageNum:this.pager.currentPage,pageSize:this.pager.pageSize};c(t).then((function(t){var n=t.result||{},r=n.totalCount,i=n.result;e.pager.total=r||0,e.adminList=i||[]}))},onChangeRole:function(e){var t=e.roleId,n=e.enterpriseId;this.activeRoleId=t,this.enterpriseId=n,this.search="",this.pager.currentPage=1,this.getAdminList()},onEditRole:function(e){this.$router.push("/edit-store-role?roleId=".concat(e.roleId))},onSearch:function(){this.pager.currentPage=1,this.getAdminList()},onSizeChange:function(e){this.pager.pageSize=e,this.onSearch()},onCurrentChange:function(e){this.pager.currentPage=e,this.getAdminList()}}},u=d,p=(n("a67f"),n("2877")),h=Object(p["a"])(u,r,i,!1,null,"1aaf1301",null);t["default"]=h.exports},"386d":function(e,t,n){"use strict";var r=n("cb7c"),i=n("83a1"),o=n("5f1b");n("214f")("search",1,(function(e,t,n,l){return[function(n){var r=e(this),i=void 0==n?void 0:n[t];return void 0!==i?i.call(n,r):new RegExp(n)[t](String(r))},function(e){var t=l(n,e,this);if(t.done)return t.value;var a=r(e),s=String(this),c=a.lastIndex;i(c,0)||(a.lastIndex=0);var d=o(a,s);return i(a.lastIndex,c)||(a.lastIndex=c),null===d?-1:d.index}]}))},"671d":function(e,t,n){},"71f6":function(e,t,n){"use strict";n.d(t,"a",(function(){return i}));n("ac6a"),n("456d");var r=n("b775");function i(e,t){e=e||{};var n=Object.keys(e);return n.forEach((function(n){var i=e[n];"string"===typeof i&&(i={url:i}),i.url="".concat(t).concat(i.url),e[n]=function(e){return Object(r["a"])(i,e)}})),e}},"83a1":function(e,t){e.exports=Object.is||function(e,t){return e===t?0!==e||1/e===1/t:e!=e&&t!=t}},"8ed0":function(e,t,n){},a67f:function(e,t,n){"use strict";var r=n("671d"),i=n.n(r);i.a},c760:function(e,t,n){"use strict";var r=n("8ed0"),i=n.n(r);i.a},f286:function(e,t,n){"use strict";var r=n("71f6"),i={addRole:{url:"/add-role",method:"post",useFormData:!0},delRole:"/role-del",editRole:{url:"/role-edit",method:"post",useFormData:!0},roleDetail:"/role-detail",roleList:"/role-list",menuList:"/menu-list",roleAdminList:"/role-admin-list",delAdmin:"/admin-del",enterpriseList:"/auth-enterprise-list",resourceList:"/resource-list"};t["a"]=Object(r["a"])(i,"/hb-manage-web")}}]);
\ No newline at end of file
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-a35e9c4c"],{3081:function(t,e,n){"use strict";var a=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"common-alert-tip"},[n("div",{style:{"min-width":t.width}},[n("div",{staticClass:"el-alert el-alert--info flex flex-align-start",style:{width:t.width},attrs:{role:"alert"}},[n("i",{staticClass:"el-alert__icon el-icon-info font-12 color-2f54eb"}),n("div",{staticClass:"el-alert__content"},[n("span",{staticClass:"el-alert__title color-606266 font-13"},[t._v("\n "+t._s(t.tipContent)+"\n ")])])])])])},r=[],s={name:"common-alert-tip",components:{},props:{width:{type:String,default:"645px"},tipContent:{type:String,default:""}},data:function(){return{}}},o=s,l=n("2877"),i=Object(l["a"])(o,a,r,!1,null,"43965386",null);e["a"]=i.exports},"71f6":function(t,e,n){"use strict";n.d(e,"a",(function(){return r}));n("ac6a"),n("456d");var a=n("b775");function r(t,e){t=t||{};var n=Object.keys(t);return n.forEach((function(n){var r=t[n];"string"===typeof r&&(r={url:r}),r.url="".concat(e).concat(r.url),t[n]=function(t){return Object(a["a"])(r,t)}})),t}},"9b74":function(t,e,n){"use strict";n.r(e);var a=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"daily-set-wrap "},[n("div",{staticClass:"daily-set-content border-box"},[n("common-alert-tip",{attrs:{tipContent:t.tipContent}}),n("div",{staticClass:"admin-table-body m-t-20"},[n("el-table",{directives:[{name:"loading",rawName:"v-loading",value:t.loading,expression:"loading"}],ref:"multipleTable",staticStyle:{width:"100%"},attrs:{data:t.tableData,"tooltip-effect":"dark"}},[n("el-table-column",{attrs:{label:"姓名"},scopedSlots:t._u([{key:"default",fn:function(e){return[t._v("\n "+t._s(e.row.staffName||"--")+"\n ")]}}])}),n("el-table-column",{attrs:{label:"账号"},scopedSlots:t._u([{key:"default",fn:function(e){return[t._v("\n "+t._s(e.row.wxUserId||"--")+"\n ")]}}])}),n("el-table-column",{attrs:{label:"手机号"},scopedSlots:t._u([{key:"default",fn:function(e){return[t._v("\n "+t._s(e.row.phoneNumber||"--")+"\n ")]}}])})],1)],1)],1)])},r=[],s=n("a30a"),o=n("3081"),l=s["a"].getAdmin,i={name:"super-admin-page",components:{commonAlertTip:o["a"]},data:function(){return{wxEnterpriseId:localStorage.getItem("haoBanUser")?JSON.parse(localStorage.getItem("haoBanUser")).wxEnterpriseId:"",tipContent:"超级管理员不可新增,默认为企业微信所添加的好办应用管理员,拥有好办所有管理权限。",loading:!1,tableData:[]}},mounted:function(){var t=this;t.$emit("showTab","/superAdmin"),document.documentElement.style.backgroundColor="#f0f2f5",t.getData()},destroyed:function(){document.documentElement.style.backgroundColor="#fff"},methods:{getData:function(){var t=this;t.loading=!0;var e={wxEnterpriseId:t.wxEnterpriseId};l(e).then((function(e){t.loading=!1,t.tableData=e.result||[]})).catch((function(e){t.loading=!1}))}}},c=i,u=(n("fd7e"),n("2877")),d=Object(u["a"])(c,a,r,!1,null,"6e4274b6",null);e["default"]=d.exports},a30a:function(t,e,n){"use strict";var a=n("71f6"),r={wxEnterpriseRefresh:"/setting/wx-enterprise-info-flush",wxEnterpriseDetail:"/setting/wx-enterprise-info",getSelfApp:"/setting/secret-list",addSelfApp:{url:"/setting/set-secret",method:"post",useFormData:!0,useIntercept:!1},editSelfApp:{url:"/setting/set-secret",method:"post",useFormData:!0,useIntercept:!1},delSelfApp:{url:"/setting/del-secret",method:"post",useFormData:!0,useIntercept:!1},refreshSelfApp:{url:"/setting/reflush-secret",method:"post",useFormData:!0},getAdmin:"/setting/super-admin-list"};r=Object(a["a"])(r,"/hb-manage-web"),e["a"]=r},d0b5:function(t,e,n){},fd7e:function(t,e,n){"use strict";var a=n("d0b5"),r=n.n(a);r.a}}]);
\ No newline at end of file
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-e4785f76"],{"21f4":function(t,e,a){"use strict";var n=a("71f6"),r={getAuthEnterprise:"/auth-enterprise-list",getGroupList:"/department-list",getStoreList:"/store-list",getAuthDetail:"/enterprise-auth-detail",getAuditLog:"/enterprise-auth-audit-list",cancelAudit:{url:"/enterprise-auth-audit",method:"post",useFormData:!0,useIntercept:!1},getAuditLogDetail:"/enterprise-auth-audit-range-detail",getEnterprise:"/enterprise-search",getGicAdmin:"/gic-manage-list",postEnterpriseAuth:{url:"/enterprise-auth",method:"post",useFormData:!0,useIntercept:!1},getEnterpriseDetail:"/gic-enterprise-detail"};r=Object(n["a"])(r,"/hb-manage-web"),e["a"]=r},"29b6":function(t,e,a){"use strict";var n=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{staticClass:"navwrap border-box"},[a("el-breadcrumb",{attrs:{"separator-class":"el-icon-arrow-right"}},[t._l(t.navpath,(function(e,n){return[e.path?[a("el-breadcrumb-item",{key:"nav"+n,attrs:{to:{path:e.path}},on:{click:function(a){return t.changeRoute(e.path,e.relocation)}}},[a("span",{staticClass:"el-breadcrumb__inner is-link",on:{click:function(a){return t.changeRoute(e.path,e.relocation)}}},[t._v("\n "+t._s(e.name)+"\n ")])])]:[a("el-breadcrumb-item",{key:"nav"+n},[t._v(t._s(e.name))])]]}))],2)],1)},r=[],o={name:"nav-path",props:{navpath:{type:Array,default:function(){return[]}},slotFlag:{type:Boolean,default:!1},navtip:{type:Boolean,default:!1},subNavText:{type:String,default:""}},data:function(){return{projectName:"member"}},methods:{changeRoute:function(t,e){var a=this;e?window.location.href=t:a.$router.push(t)}}},s=o,i=(a("6d5c"),a("2877")),l=Object(i["a"])(s,n,r,!1,null,"b492602c",null);e["a"]=l.exports},"56b3":function(t,e,a){"use strict";a.r(e);var n=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"my-customer-wrap common-set-wrap"},[n("nav-crumb",{attrs:{navpath:t.navpath}}),n("div",{staticClass:"right-content"},[n("div",{staticClass:"right-box",staticStyle:{"min-height":"calc(100vh - 104px)"}},[n("div",{staticClass:"apps-content flex",staticStyle:{"min-height":"calc(100vh - 104px)"}},[n("div",{staticClass:"apps-content-right"},[n("div",{staticClass:"flex flex-space-between"},[n("div",{staticStyle:{width:"643px"}},[n("div",{staticClass:"el-alert el-alert--info flex flex-align-start",staticStyle:{width:"643px"},attrs:{role:"alert"}},[n("i",{staticClass:"el-alert__icon el-icon-info font-12 color-2f54eb"}),n("div",{staticClass:"el-alert__content"},[n("span",{staticClass:"el-alert__title color-606266 font-14"},[t._v("提示:授权的商户,需在同一个微信开放平台主体下;最多授权10个商户。 ")]),n("el-button",{attrs:{type:"text"},on:{click:t.openUrl}},[t._v("主体查询方法")])],1)])]),n("el-button",{attrs:{type:"primary"},on:{click:function(e){return t.changeRoute("/newAuthMerchant")}}},[t._v("新建GIC商户授权")])],1),n("div",{staticClass:"m-t-20"},[n("el-table",{ref:"multipleTable",staticClass:"select-table",style:{width:"100%",minHeight:t.tableH},attrs:{data:t.tableData,"tooltip-effect":"dark"}},[n("el-table-column",{attrs:{prop:"",label:"商户列表",width:"238"},scopedSlots:t._u([{key:"default",fn:function(e){return[n("div",{staticClass:"ul-li-cell flex"},[n("div",{staticClass:"cell-img"},[e.row.enterpriseLogo?n("img",{attrs:{src:e.row.enterpriseLogo,alt:"img"}}):n("img",{attrs:{src:a("6ce2"),alt:"img"}})]),n("div",{staticClass:"cell-info"},[n("div",{staticClass:"cell-info-name font-14 color-303133"},[n("span",{staticClass:"gic-name"},[t._v(t._s(e.row.enterpriseName))]),n("span",{staticClass:"gic-version"},[t._v(t._s(e.row.version))])])])])]}}])}),n("el-table-column",{attrs:{prop:"",label:"绑定门店","show-overflow-tooltip":""},scopedSlots:t._u([{key:"default",fn:function(e){return[t._v("\n "+t._s(e.row.bindRange||"--")+"\n ")]}}])},[n("template",{slot:"header"},[n("el-tooltip",{staticClass:"item",attrs:{effect:"dark",placement:"right"}},[n("div",{attrs:{slot:"content"},slot:"content"},[t._v("\n 绑定门店拥有门店资源管理权限。能查看数据,绑定导购账号,管理门店等\n ")]),n("span",{staticClass:"common-bottom-border"},[t._v("绑定门店")])])],1)],2),n("el-table-column",{attrs:{prop:"",label:"共享门店","show-overflow-tooltip":""},scopedSlots:t._u([{key:"default",fn:function(e){return[t._v("\n "+t._s(e.row.shareRange||"--")+"\n ")]}}])},[n("template",{slot:"header"},[n("el-tooltip",{staticClass:"item",attrs:{effect:"dark",placement:"right"}},[n("div",{attrs:{slot:"content"},slot:"content"},[t._v("\n 共享门店拥有门店资源查看权限。仅能授权查看数据,"),n("br"),t._v("如会员数据,任务数据等,但无法操作及进行导购账号绑定\n ")]),n("span",{staticClass:"common-bottom-border"},[t._v("共享门店")])])],1)],2),n("el-table-column",{attrs:{prop:"",label:"提交人","show-overflow-tooltip":""},scopedSlots:t._u([{key:"default",fn:function(e){return[t._v(t._s(e.row.referStaffName||"--"))]}}])}),n("el-table-column",{attrs:{prop:"",label:"授权时间","show-overflow-tooltip":""},scopedSlots:t._u([{key:"default",fn:function(e){return[n("div",{staticClass:"line-18"},[t._v(t._s(t._f("timeStampToYmd")(e.row.createTime)))]),n("div",{staticClass:"line-18"},[t._v(t._s(t._f("timeStampToHms")(e.row.createTime)))])]}}])}),n("el-table-column",{attrs:{prop:"",label:"更新时间","show-overflow-tooltip":""},scopedSlots:t._u([{key:"default",fn:function(e){return[n("div",{staticClass:"line-18"},[t._v(t._s(t._f("timeStampToYmd")(e.row.updateTime)))]),n("div",{staticClass:"line-18"},[t._v(t._s(t._f("timeStampToHms")(e.row.updateTime)))])]}}])}),n("el-table-column",{attrs:{prop:"",label:"操作",width:"203"},scopedSlots:t._u([{key:"default",fn:function(e){return[n("el-button",{attrs:{type:"text"},on:{click:function(a){return t.toEdit(e.$index,e.row)}}},[t._v("编辑授权设置")]),n("el-button",{attrs:{type:"text"},on:{click:function(a){return t.toAuditLog(e.$index,e.row)}}},[t._v("审核日志")])]}}])})],1)],1)])])])])],1)},r=[],o=a("29b6"),s=a("21f4"),i=s["a"].getAuthEnterprise,l={name:"auth-merchant",components:{navCrumb:o["a"]},data:function(){return{navpath:[{name:"通讯录",path:"/contactsList"},{name:"授权商户",path:""}],wxEnterpriseId:localStorage.getItem("haoBanUser")?JSON.parse(localStorage.getItem("haoBanUser")).wxEnterpriseId:"",currentPage:1,pageSize:20,total:0,tableData:[]}},mounted:function(){var t=this;t.getTableList(),document.documentElement.style.backgroundColor="#f0f2f5"},destroyed:function(){document.documentElement.style.backgroundColor="#fff"},methods:{toEdit:function(t,e){var a=this;a.changeRoute("/newAuthMerchant?enterpriseId=".concat(e.enterpriseId))},toAuditLog:function(t,e){var a=this;a.changeRoute("/auditLog?enterpriseId=".concat(e.enterpriseId))},openUrl:function(){window.open("https://developers.weixin.qq.com/community/develop/doc/00046610a9cbb0fd80f9a7dd354c09")},changeRoute:function(t){this.$router.push(t)},handleSizeChange:function(t){var e=this;e.currentPage=1,e.pageSize=t,e.getTableList()},handleCurrentChange:function(t){var e=this;e.currentPage=t,e.getTableList()},getTableList:function(){var t=this,e={wxEnterpriseId:t.wxEnterpriseId};i(e).then((function(e){t.tableData=e.result||[]})).catch((function(t){}))}}},c=l,u=(a("ca0f"),a("2877")),p=Object(u["a"])(c,n,r,!1,null,"73666e5e",null);e["default"]=p.exports},"6ce2":function(t,e,a){t.exports=a.p+"img/member.1eda5d6c.png"},"6d5c":function(t,e,a){"use strict";var n=a("caa5"),r=a.n(n);r.a},"71f6":function(t,e,a){"use strict";a.d(e,"a",(function(){return r}));a("ac6a"),a("456d");var n=a("b775");function r(t,e){t=t||{};var a=Object.keys(t);return a.forEach((function(a){var r=t[a];"string"===typeof r&&(r={url:r}),r.url="".concat(e).concat(r.url),t[a]=function(t){return Object(n["a"])(r,t)}})),t}},"97b9":function(t,e,a){},ca0f:function(t,e,a){"use strict";var n=a("97b9"),r=a.n(n);r.a},caa5:function(t,e,a){}}]);
\ No newline at end of file
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-eaa74a32"],{"21f4":function(t,e,a){"use strict";var n=a("71f6"),r={getAuthEnterprise:"/auth-enterprise-list",getGroupList:"/department-list",getStoreList:"/store-list",getAuthDetail:"/enterprise-auth-detail",getAuditLog:"/enterprise-auth-audit-list",cancelAudit:{url:"/enterprise-auth-audit",method:"post",useFormData:!0,useIntercept:!1},getAuditLogDetail:"/enterprise-auth-audit-range-detail",getEnterprise:"/enterprise-search",getGicAdmin:"/gic-manage-list",postEnterpriseAuth:{url:"/enterprise-auth",method:"post",useFormData:!0,useIntercept:!1},getEnterpriseDetail:"/gic-enterprise-detail"};r=Object(n["a"])(r,"/hb-manage-web"),e["a"]=r},"247c":function(t,e,a){},"29b6":function(t,e,a){"use strict";var n=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{staticClass:"navwrap border-box"},[a("el-breadcrumb",{attrs:{"separator-class":"el-icon-arrow-right"}},[t._l(t.navpath,(function(e,n){return[e.path?[a("el-breadcrumb-item",{key:"nav"+n,attrs:{to:{path:e.path}},on:{click:function(a){return t.changeRoute(e.path,e.relocation)}}},[a("span",{staticClass:"el-breadcrumb__inner is-link",on:{click:function(a){return t.changeRoute(e.path,e.relocation)}}},[t._v("\n "+t._s(e.name)+"\n ")])])]:[a("el-breadcrumb-item",{key:"nav"+n},[t._v(t._s(e.name))])]]}))],2)],1)},r=[],o={name:"nav-path",props:{navpath:{type:Array,default:function(){return[]}},slotFlag:{type:Boolean,default:!1},navtip:{type:Boolean,default:!1},subNavText:{type:String,default:""}},data:function(){return{projectName:"member"}},methods:{changeRoute:function(t,e){var a=this;e?window.location.href=t:a.$router.push(t)}}},s=o,i=(a("6d5c"),a("2877")),l=Object(i["a"])(s,n,r,!1,null,"b492602c",null);e["a"]=l.exports},"56b3":function(t,e,a){"use strict";a.r(e);var n=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"my-customer-wrap common-set-wrap"},[n("nav-crumb",{attrs:{navpath:t.navpath}}),n("div",{staticClass:"right-content"},[n("div",{staticClass:"right-box",staticStyle:{"min-height":"calc(100vh - 104px)"}},[n("div",{staticClass:"apps-content flex",staticStyle:{"min-height":"calc(100vh - 104px)"}},[n("div",{staticClass:"apps-content-right"},[n("div",{staticClass:"flex flex-space-between"},[n("div",{staticStyle:{width:"643px"}},[n("div",{staticClass:"el-alert el-alert--info flex flex-align-start",staticStyle:{width:"643px"},attrs:{role:"alert"}},[n("i",{staticClass:"el-alert__icon el-icon-info font-12 color-2f54eb"}),n("div",{staticClass:"el-alert__content"},[n("span",{staticClass:"el-alert__title color-606266 font-14"},[t._v("提示:授权的商户,需在同一个微信开放平台主体下;最多授权10个商户。 ")]),n("el-button",{attrs:{type:"text"},on:{click:t.openUrl}},[t._v("主体查询方法")])],1)])]),n("el-button",{attrs:{type:"primary"},on:{click:function(e){return t.changeRoute("/newAuthMerchant")}}},[t._v("新建GIC商户授权")])],1),n("div",{staticClass:"m-t-20"},[n("el-table",{ref:"multipleTable",staticClass:"select-table",style:{width:"100%",minHeight:t.tableH},attrs:{data:t.tableData,"tooltip-effect":"dark"}},[n("el-table-column",{attrs:{prop:"",label:"商户列表",width:"238"},scopedSlots:t._u([{key:"default",fn:function(e){return[n("div",{staticClass:"ul-li-cell flex"},[n("div",{staticClass:"cell-img"},[e.row.enterpriseLogo?n("img",{attrs:{src:e.row.enterpriseLogo,alt:"img"}}):n("img",{attrs:{src:a("6ce2"),alt:"img"}})]),n("div",{staticClass:"cell-info"},[n("div",{staticClass:"cell-info-name font-14 color-303133"},[n("span",{staticClass:"gic-name"},[t._v(t._s(e.row.enterpriseName))]),n("span",{staticClass:"gic-version"},[t._v(t._s(e.row.version))])])])])]}}])}),n("el-table-column",{attrs:{prop:"",label:"绑定门店","show-overflow-tooltip":""},scopedSlots:t._u([{key:"default",fn:function(e){return[t._v("\n "+t._s(e.row.bindRange||"--")+"\n ")]}}])},[n("template",{slot:"header"},[n("el-tooltip",{staticClass:"item",attrs:{effect:"dark",placement:"right"}},[n("div",{attrs:{slot:"content"},slot:"content"},[t._v("\n 绑定门店拥有门店资源管理权限。能查看数据,绑定导购账号,管理门店等\n ")]),n("span",{staticClass:"common-bottom-border"},[t._v("绑定门店")])])],1)],2),n("el-table-column",{attrs:{prop:"",label:"共享门店","show-overflow-tooltip":""},scopedSlots:t._u([{key:"default",fn:function(e){return[t._v("\n "+t._s(e.row.shareRange||"--")+"\n ")]}}])},[n("template",{slot:"header"},[n("el-tooltip",{staticClass:"item",attrs:{effect:"dark",placement:"right"}},[n("div",{attrs:{slot:"content"},slot:"content"},[t._v("\n 共享门店拥有门店资源查看权限。仅能授权查看数据,"),n("br"),t._v("如会员数据,任务数据等,但无法操作及进行导购账号绑定\n ")]),n("span",{staticClass:"common-bottom-border"},[t._v("共享门店")])])],1)],2),n("el-table-column",{attrs:{prop:"",label:"提交人","show-overflow-tooltip":""},scopedSlots:t._u([{key:"default",fn:function(e){return[t._v(t._s(e.row.referStaffName||"--"))]}}])}),n("el-table-column",{attrs:{prop:"",label:"授权时间","show-overflow-tooltip":""},scopedSlots:t._u([{key:"default",fn:function(e){return[n("div",{staticClass:"line-18"},[t._v(t._s(t._f("timeStampToYmd")(e.row.createTime)))]),n("div",{staticClass:"line-18"},[t._v(t._s(t._f("timeStampToHms")(e.row.createTime)))])]}}])}),n("el-table-column",{attrs:{prop:"",label:"更新时间","show-overflow-tooltip":""},scopedSlots:t._u([{key:"default",fn:function(e){return[n("div",{staticClass:"line-18"},[t._v(t._s(t._f("timeStampToYmd")(e.row.updateTime)))]),n("div",{staticClass:"line-18"},[t._v(t._s(t._f("timeStampToHms")(e.row.updateTime)))])]}}])}),n("el-table-column",{attrs:{prop:"",label:"操作",width:"203"},scopedSlots:t._u([{key:"default",fn:function(e){return[n("el-button",{attrs:{type:"text"},on:{click:function(a){return t.toEdit(e.$index,e.row)}}},[t._v("编辑授权设置")]),n("el-button",{attrs:{type:"text"},on:{click:function(a){return t.toAuditLog(e.$index,e.row)}}},[t._v("审核日志")])]}}])})],1)],1)])])])])],1)},r=[],o=a("29b6"),s=a("21f4"),i=s["a"].getAuthEnterprise,l={name:"auth-merchant",components:{navCrumb:o["a"]},data:function(){return{navpath:[{name:"通讯录",path:"/contactsList"},{name:"授权商户",path:""}],wxEnterpriseId:localStorage.getItem("haoBanUser")?JSON.parse(localStorage.getItem("haoBanUser")).wxEnterpriseId:"",currentPage:1,pageSize:20,total:0,tableData:[]}},mounted:function(){var t=this;t.getTableList(),document.documentElement.style.backgroundColor="#f0f2f5"},destroyed:function(){document.documentElement.style.backgroundColor="#fff"},methods:{toEdit:function(t,e){var a=this;a.changeRoute("/newAuthMerchant?enterpriseId=".concat(e.enterpriseId))},toAuditLog:function(t,e){var a=this;a.changeRoute("/auditLog?enterpriseId=".concat(e.enterpriseId))},openUrl:function(){window.open("https://developers.weixin.qq.com/community/develop/doc/00046610a9cbb0fd80f9a7dd354c09")},changeRoute:function(t){this.$router.push(t)},handleSizeChange:function(t){var e=this;e.currentPage=1,e.pageSize=t,e.getTableList()},handleCurrentChange:function(t){var e=this;e.currentPage=t,e.getTableList()},getTableList:function(t){var e=this,a={wxEnterpriseId:e.wxEnterpriseId};i(a).then((function(t){e.tableData=t.result||[]})).catch((function(t){}))}}},c=l,u=(a("d5ac"),a("2877")),p=Object(u["a"])(c,n,r,!1,null,"1425dc6c",null);e["default"]=p.exports},"6ce2":function(t,e,a){t.exports=a.p+"img/member.1eda5d6c.png"},"6d5c":function(t,e,a){"use strict";var n=a("caa5"),r=a.n(n);r.a},"71f6":function(t,e,a){"use strict";a.d(e,"a",(function(){return r}));a("ac6a"),a("456d");var n=a("b775");function r(t,e){t=t||{};var a=Object.keys(t);return a.forEach((function(a){var r=t[a];"string"===typeof r&&(r={url:r}),r.url="".concat(e).concat(r.url),t[a]=function(t){return Object(n["a"])(r,t)}})),t}},caa5:function(t,e,a){},d5ac:function(t,e,a){"use strict";var n=a("247c"),r=a.n(n);r.a}}]);
\ No newline at end of file
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -19,6 +19,6 @@ const api = {
delAdmin: '/admin-del', // 删除管理员
enterpriseList: '/auth-enterprise-list', // 获取授权的商户列表
resourceList: '/resource-list', // 获取资源范围列表
}
};
export default getFetch(api, '/hb-manage-web');
......@@ -38,7 +38,7 @@ let api = {
getGicGroup: '/gic-department-list', // 获取gic部门(暂无用)
getGicStore: '/get-store-list', // 获取gic门店(暂无用)
}
};
api = getFetch(api, '/hb-manage-web');
......
......@@ -18,7 +18,7 @@ let api = {
useFormData: true,
useIntercept: false
}
}
};
api = getFetch(api, '/hb-manage-web');
......
......@@ -36,7 +36,7 @@ let api = {
useFormData: true
},
getAdmin: '/setting/super-admin-list', // 获取超级管理员
}
};
api = getFetch(api, '/hb-manage-web');
......
import { request } from '@/utils/request.js';
export default function getFetch (api, baseUrl) {
export default function getFetch(api, baseUrl) {
api = api || {};
let keys = Object.keys(api);
keys.forEach(key => {
......@@ -8,6 +8,6 @@ export default function getFetch (api, baseUrl) {
if (typeof opt === 'string') opt = { url: opt };
opt.url = `${baseUrl}${opt.url}`;
api[key] = params => request(opt, params);
})
});
return api;
}
......@@ -16,7 +16,7 @@ let api = {
method: 'post',
useFormData: true
}
}
};
api = getFetch(api, '/hb-manage-web/auth');
......
......@@ -11,7 +11,7 @@ import getFetch from './get-fetch.js';
let api = {
getRoleMenu: '/list-staff-role-menu', // 获取权限菜单
}
};
api = getFetch(api, '/hb-manage-web');
......
......@@ -30,7 +30,7 @@ let api = {
useIntercept: false
},
getEnterpriseDetail: '/gic-enterprise-detail' // 获取商户详情
}
};
api = getFetch(api, '/hb-manage-web');
......
......@@ -31,7 +31,7 @@ let api = {
useIntercept: false
},
getAuditDetail: '/audit/batch-log-list', // 同意详情
}
};
api = getFetch(api, '/hb-manage-web');
......
......@@ -4,17 +4,17 @@
* @Author: 无尘
* @Date: 2019-12-05 09:56:10
* @LastEditors: 无尘
* @LastEditTime: 2020-08-14 10:04:51
* @LastEditTime: 2020-08-17 15:51:06
*/
// 防抖
export function _debounce(fn, delay) {
var delay = delay || 200;
var timer;
export function _debounce(fn, delays) {
let delay = delays || 200;
let timer;
// console.log(fn)
return function() {
var that = this;
var args = arguments;
let that = this;
let args = arguments;
if (timer) {
clearTimeout(timer);
}
......@@ -25,14 +25,14 @@ export function _debounce(fn, delay) {
};
}
// 节流
export function _throttle(fn, interval) {
var last;
var timer;
var interval = interval || 200;
export function _throttle(fn, intervals) {
let last;
let timer;
let interval = intervals || 200;
return function() {
var that = this;
var args = arguments;
var now = +new Date();
let that = this;
let args = arguments;
let now = +new Date();
if (last && now - last < interval) {
clearTimeout(timer);
timer = setTimeout(function() {
......@@ -49,6 +49,7 @@ export function _throttle(fn, interval) {
/**
* 手机号格式化
* @param {String} phone
* @returns {String}
*/
export function formatPhone(phone) {
phone = phone.toString();
......@@ -57,6 +58,7 @@ export function formatPhone(phone) {
/**
* 时间戳格式化
* @param {Number} num
*/
function formatDig(num) {
......@@ -76,11 +78,13 @@ export function formatDate(time) {
/**
* 千位分割
* @param {Number} num
* @returns {Number}
*/
export function formatNum(num) {
let number = num.toString().split('.'); // 分隔小数点
let dot = '0.' + (number[1] || 0);
var reg = /\d{1,3}(?=(\d{3})+$)/g;
let reg = /\d{1,3}(?=(\d{3})+$)/g;
return (
(number[0] + '').replace(reg, '$&,') +
'.' +
......@@ -93,6 +97,7 @@ export function formatNum(num) {
/**
* 表情过滤
* @param {String} str
*/
/* eslint-disable */
export function emojiToStr(str) {
......
......@@ -4,16 +4,14 @@
* @Author: 无尘
* @Date: 2018-10-10 14:44:45
* @LastEditors: 无尘
* @LastEditTime: 2018-10-10 14:44:45
*/
/**
* 判断字符长度
* @param: str
* @LastEditTime: 2020-08-17 17:16:41
*/
export default {
/**
* 一个汉字算两个字符,一个英文字母或数字算一个字符
* @param {String} val
* @returns {Number}
*/
getByteLen: function(val) {
let valStr = val == '' || val == null ? '' : val;
......@@ -30,6 +28,8 @@ export default {
},
/**
* 一个汉字算一个字,一个英文字母或数字算半个字
* @param {String} val
* @returns {Number}
*/
getZhLen: function(val) {
let valStr = val == '' || val == null ? '' : val;
......@@ -45,26 +45,36 @@ export default {
return Math.ceil(len);
},
/*暂无用*/
/**
*
* 暂无用
* @param {String} str
* @param {Number} len
* @param {Number} type
* @returns {String}
*/
cutStr: function(str, len, type) {
let char_length = 0;
let charLength = 0;
for (let i = 0; i < str.length; i++) {
let son_str = str.charAt(i);
let sonStr = str.charAt(i);
if (type == 1) {
encodeURI(son_str).length > 2 ? (char_length += 1) : (char_length += 0.5);
encodeURI(sonStr).length > 2 ? (charLength += 1) : (charLength += 0.5);
}
if (type == 2) {
char_length += 1;
charLength += 1;
}
if (char_length >= len) {
let sub_len = char_length == len ? i + 1 : i;
return str.substr(0, sub_len);
if (charLength >= len) {
let subLen = charLength == len ? i + 1 : i;
return str.substr(0, subLen);
}
}
},
/**
* 限制字数用, 一个汉字算一个字,两个英文/字母算一个字
* @param {String} val
* @param {Number} max
* @returns {String}
*/
getByteVal: function(val, max) {
let valStr = val == '' || val == null ? '' : val;
......@@ -81,6 +91,9 @@ export default {
/**
* 限制字符数用, 一个汉字算两个字符,一个英文/字母算一个字符
* @param {String} val
* @param {Number} max
* @returns {String}
*/
getCharVal: function(val, max) {
let valStr = val == '' || val == null ? '' : val;
......@@ -97,6 +110,8 @@ export default {
/**
* 正则校验,校验非负数字
* @param {String} v
* @returns {Boolean}
*/
regPos: function(v) {
let regTest = /^\d+(\.\d+)?$/;
......
......@@ -4,7 +4,7 @@
* @Author: 无尘
* @Date: 2019-03-20 14:36:37
* @LastEditors: 无尘
* @LastEditTime: 2020-08-17 09:34:31
* @LastEditTime: 2020-08-17 17:18:04
-->
<!--
应用公共左侧菜单:
......@@ -52,14 +52,14 @@ export default {
},
// 刷新时候传入的选中 menuUrl
activeSelTab: {
type: [String, Number],
type: [ String, Number ],
default() {
return '';
}
},
// 传入的 tabListData
tabListData: {
type: [Array, Object],
type: [ Array, Object ],
default() {
return [];
}
......@@ -87,10 +87,13 @@ export default {
},
/**
* 选择后触发方法,返回 menuUrl
* @param {Object} item
* @param {Boolean} flag
* @param {Number} index
* @returns {Boolean}
*/
selectTab(item, flag, index) {
const that = this;
console.log(item)
if (!!flag) {
that.tabData[index].onlyIconActive = true;
} else {
......@@ -105,7 +108,7 @@ export default {
if (item.hasOwnProperty('children') && !!item.children.length) {
that.tabData[index].onlyIconActive = true;
if (!!item.children[0] && item.children[0].hasOwnProperty('children') &&item.children[0].children.length ) {
if (!!item.children[0] && item.children[0].hasOwnProperty('children') && item.children[0].children.length ) {
that.activeTab = item.children[0].children[0].menuUrl;
that.$emit('setSelectTab', item.children[0].children[0]);
return false;
......@@ -115,7 +118,6 @@ export default {
return false;
}
that.activeTab = item.menuUrl;
console.log(that.activeTab)
that.$emit('setSelectTab', item);
}
},
......
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