Commit 647e6668 by 无尘

fix: 修改name

parent b8257ba8
......@@ -4,7 +4,7 @@
* @Author: 无尘
* @Date: 2019-03-20 14:36:37
* @LastEditors: 无尘
* @LastEditTime: 2020-08-17 17:18:04
* @LastEditTime: 2020-08-18 18:25:39
-->
<!--
应用公共左侧菜单:
......@@ -42,7 +42,7 @@
</template>
<script>
export default {
name: 'common-detail-left',
name: 'CommonDetailLeft',
props: {
appName: {
type: String,
......
......@@ -4,7 +4,7 @@
* @Author: 无尘
* @Date: 2019-03-20 14:36:37
* @LastEditors: 无尘
* @LastEditTime: 2020-08-17 17:20:48
* @LastEditTime: 2020-08-18 18:25:32
-->
<!--
应用公共头部:
......@@ -31,7 +31,7 @@
</template>
<script>
export default {
name: 'common-detail-top',
name: 'CommonDetailTop',
props: {
topMenuData: {
type: Array,
......
......@@ -3,7 +3,7 @@
* @Author : 无尘
* @Date : 2020-02-13 14:02:40
* @LastEditors: 无尘
* @LastEditTime: 2020-07-28 10:32:54
* @LastEditTime: 2020-08-18 18:25:12
* @FilePath : j:\公司\haoban-4\src\components\common\common-alert-tip.vue
-->
<!--
......@@ -27,7 +27,7 @@
</template>
<script>
export default {
name: 'common-alert-tip',
name: 'CommonAlertTip',
components: {
},
props: {
......
......@@ -29,7 +29,7 @@
import fetch from '@/api/contact.js';
const { getNationCode } = fetch;
export default {
name: 'country-mobile',
name: 'CountryMobile',
props: {
// 传入 input value
value: {
......
......@@ -4,7 +4,7 @@
* @Author: 无尘
* @Date: 2020-02-08 10:27:21
* @LastEditors: 无尘
* @LastEditTime: 2020-08-18 09:49:23
* @LastEditTime: 2020-08-18 18:25:01
-->
<!--
选择门店分组组件:
......@@ -57,7 +57,7 @@ import fetch from '@/api/contact.js';
const { getGicGroup } = fetch;
import { _debounce } from '@/common/js/public';
export default {
name: 'gic-select-group-mult',
name: 'GicSelectGroupMult',
props: {
width: {
type: String,
......
......@@ -57,7 +57,7 @@ import fetch from '@/api/contact.js';
const { getGicGroup } = fetch;
import { _debounce } from '@/common/js/public';
export default {
name: 'gic-select-group',
name: 'GicSelectGroup',
props: {
width: {
type: String,
......
......@@ -4,7 +4,7 @@
* @Author: 无尘
* @Date: 2020-02-08 10:27:21
* @LastEditors: 无尘
* @LastEditTime: 2020-08-17 17:28:08
* @LastEditTime: 2020-08-18 18:24:49
-->
<!--
选择门店分组组件:
......@@ -57,7 +57,7 @@ import fetch from '@/api/contact.js';
const { getGicStore } = fetch;
import { _debounce } from '@/common/js/public';
export default {
name: 'gic-select-store',
name: 'GicSelectStore',
props: {
width: {
type: String,
......
......@@ -3,7 +3,7 @@
* @Author : 无尘
* @Date : 2020-02-13 16:13:59
* @LastEditors: 无尘
* @LastEditTime: 2020-08-17 16:37:32
* @LastEditTime: 2020-08-18 18:24:40
* @FilePath :\haoban-4\src\components\company\add-member.vue
-->
<!--
......@@ -60,7 +60,7 @@ const { getStaffDetail } = fetch;
// import showMsg from '@/common/js/showmsg';
import PhoneNumber from 'awesome-phonenumber';
export default {
name: 'add-member',
name: 'AddMember',
components: {
},
props: {
......
......@@ -57,7 +57,7 @@ const { addStaffRelation, delStaffRelation, getClerkRelation } = fetch;
import showMsg from '@/common/js/showmsg';
import { _debounce } from '@/common/js/public';
export default {
name: 'add-relate',
name: 'AddRelate',
components: {
},
props: {
......
......@@ -3,7 +3,7 @@
* @Author : 无尘
* @Date : 2020-02-13 14:02:40
* @LastEditors: 无尘
* @LastEditTime: 2020-08-18 16:33:50
* @LastEditTime: 2020-08-18 18:24:25
* @FilePath : j:\公司\haoban-4\src\components\company\auth-commit-success.vue
-->
<!--
......@@ -24,7 +24,7 @@
</template>
<script>
export default {
name: 'auth-commit-success',
name: 'AuthCommitSuccess',
components: {
},
props: {
......
......@@ -42,7 +42,7 @@ import commonAlertTip from '@/components/common/common-alert-tip.vue';
import limitTextarea from '@/components/limit-textarea.vue';
import { _throttle } from '@/common/js/public';
export default {
name: 'auth-commit',
name: 'AuthCommit',
components: {
commonAlertTip,
limitTextarea
......
......@@ -3,7 +3,7 @@
* @Author : 无尘
* @Date : 2020-02-13 16:13:59
* @LastEditors: 无尘
* @LastEditTime: 2020-08-17 09:37:03
* @LastEditTime: 2020-08-18 18:24:13
* @FilePath : j:\公司\haoban-4\src\components\company\auth-step.vue
-->
<!--
......@@ -24,7 +24,7 @@
</template>
<script>
export default {
name: 'auth-step',
name: 'AuthStep',
components: {},
props: {
activeStep: {
......
......@@ -33,7 +33,7 @@
</template>
<script>
export default {
name: 'auth-tip',
name: 'AuthTip',
data() {
return {
......
......@@ -4,7 +4,7 @@
* @Author: 无尘
* @Date: 2020-04-14 09:50:16
* @LastEditors: 无尘
* @LastEditTime: 2020-04-14 14:04:11
* @LastEditTime: 2020-08-18 18:24:02
-->
<!--
<contact-sync-dialog :syncData="syncData"></contact-sync-dialog>
......@@ -26,7 +26,7 @@
</template>
<script>
export default {
name: 'contact-sync-dialog',
name: 'ContactSyncDialog',
props: {
syncData: {
type: Object,
......
......@@ -22,7 +22,7 @@
</template>
<script>
export default {
name: 'expired-dialog',
name: 'ExpiredDialog',
props: {
syncData: {
type: Object,
......
......@@ -58,7 +58,7 @@ import fetch from '@/api/contact.js';
const { getSyncFailDetail } = fetch;
// import { _debounce } from '@/common/js/public';
export default {
name: 'fail-log',
name: 'FailLog',
props: {
taskId: {
type: String,
......
......@@ -22,7 +22,7 @@
</template>
<script>
export default {
name: 'help-dialog',
name: 'HelpDialog',
data() {
return {
dialogVisible: true
......
......@@ -4,7 +4,7 @@
* @Author: 无尘
* @Date: 2020-04-14 09:50:16
* @LastEditors: 无尘
* @LastEditTime: 2020-07-24 09:39:03
* @LastEditTime: 2020-08-18 18:23:24
-->
<!--
帮助提示
......@@ -23,7 +23,7 @@
</template>
<script>
export default {
name: 'help-tip',
name: 'HelpTip',
data() {
return {
dialogVisible: true
......
......@@ -3,7 +3,7 @@
* @Author : 无尘
* @Date : 2020-02-13 14:02:40
* @LastEditors: 无尘
* @LastEditTime: 2020-08-17 17:17:53
* @LastEditTime: 2020-08-18 18:23:17
* @FilePath : \Hapi-demoj:\公司\haoban-3\src\components\company\new-depart-member.vue
-->
<!--
......@@ -95,7 +95,7 @@ import addMember from '@/components/company/add-member.vue';
import relatedTable from '@/components/company/related-table.vue';
import helpTip from '@/components/company/help-tip.vue';
export default {
name: 'depart-list',
name: 'DepartList',
components: {
addMember,
relatedTable,
......
......@@ -59,7 +59,7 @@ const { getStaffRelation, delStaffRelation } = fetch;
import showMsg from '@/common/js/showmsg';
// import { _debounce } from '@/common/js/public';
export default {
name: 'related-table',
name: 'RelatedTable',
components: {
addRelate
},
......
......@@ -38,7 +38,7 @@ import fetch from '@/api/merchant-auth.js';
const { getAuditLogDetail } = fetch;
// import { _debounce } from '@/common/js/public';
export default {
name: 'store-auth-detail',
name: 'StoreAuthDetail',
props: {
storeRangeAuditId: {
type: String,
......
......@@ -4,7 +4,7 @@
* @Author: 无尘
* @Date: 2020-07-21 10:10:57
* @LastEditors: 无尘
* @LastEditTime: 2020-08-17 09:38:53
* @LastEditTime: 2020-08-18 18:22:53
-->
<!--
授权选择门店绑定弹窗
......@@ -41,7 +41,7 @@ import storeAuthStore from '@/components/company/store-auth-store.vue';
import { _debounce} from '@/common/js/public';
import showMsg from '@/common/js/showmsg';
export default {
name: 'store-auth-dialog',
name: 'StoreAuthDialog',
components: {
storeAuthGroup,
storeAuthStore
......
......@@ -4,7 +4,7 @@
* @Author: 无尘
* @Date: 2020-07-21 10:10:57
* @LastEditors: 无尘
* @LastEditTime: 2020-08-17 17:14:18
* @LastEditTime: 2020-08-18 18:22:43
-->
<!--
门店绑定-选择分组
......@@ -31,7 +31,7 @@ import fetch from '@/api/merchant-auth.js';
const { getGroupList } = fetch;
import showMsg from '@/common/js/showmsg';
export default {
name: 'store-auth-group',
name: 'StoreAuthGroup',
props: {
companyId: {
type: String,
......
......@@ -4,7 +4,7 @@
* @Author: 无尘
* @Date: 2020-07-21 10:10:57
* @LastEditors: 无尘
* @LastEditTime: 2020-08-17 17:13:46
* @LastEditTime: 2020-08-18 18:22:36
-->
<!--
门店绑定-选择门店(限制50个)
......@@ -42,7 +42,7 @@ import fetch from '@/api/merchant-auth.js';
const { getStoreList } = fetch;
import showMsg from '@/common/js/showmsg';
export default {
name: 'store-auth-store',
name: 'StoreAuthStore',
props: {
companyId: {
type: String,
......
......@@ -26,7 +26,7 @@
</template>
<script>
export default {
name: 'sync-dialog',
name: 'SyncDialog',
props: {
syncData: {
type: Object,
......
......@@ -4,7 +4,7 @@
* @Author: 无尘
* @Date: 2020-04-14 09:50:16
* @LastEditors: 无尘
* @LastEditTime: 2020-04-16 14:03:44
* @LastEditTime: 2020-08-18 18:22:22
-->
<!--
<sync-success :syncData="syncData"></sync-success>
......@@ -25,7 +25,7 @@
</template>
<script>
export default {
name: 'sync-success',
name: 'SyncSuccess',
props: {
syncData: {
type: Object,
......
......@@ -30,7 +30,7 @@
<script>
import strLength from '@/common/js/strlen';
export default {
name: 'limit-input-blur',
name: 'LimitInputBlur',
props: {
// 传入 input value
inputValue: {
......
......@@ -4,7 +4,7 @@
* @Author: 无尘
* @Date: 2018-12-06 13:44:22
* @LastEditors: 无尘
* @LastEditTime: 2020-08-17 09:30:26
* @LastEditTime: 2020-08-18 18:20:27
-->
<!--
限制输入框组件
......@@ -30,7 +30,7 @@
<script>
import strLength from '@/common/js/strlen';
export default {
name: 'limit-input',
name: 'LimitInput',
props: {
// 传入 input value
inputValue: {
......
......@@ -4,7 +4,7 @@
* @Author: 无尘
* @Date: 2018-12-06 17:25:22
* @LastEditors: 无尘
* @LastEditTime: 2020-08-17 09:30:08
* @LastEditTime: 2020-08-18 18:20:18
-->
<!--
限制文本框组件
......@@ -29,7 +29,7 @@
<script>
import strLength from '@/common/js/strlen';
export default {
name: 'limit-textarea',
name: 'LimitTextarea',
props: {
inputValue: {
// 传入 input value
......
......@@ -4,7 +4,7 @@
* @Author: 无尘
* @Date: 2018-10-10 14:44:45
* @LastEditors: 无尘
* @LastEditTime: 2020-08-18 16:41:06
* @LastEditTime: 2020-08-18 18:22:13
-->
<template>
<div class="navwrap border-box flex flex-space-between">
......@@ -37,7 +37,7 @@
import fetch from '@/api/review.js';
const { getWxEnterprise } = fetch;
export default {
name: 'nav-app-path',
name: 'NavAppPath',
props: {
navpath: {
type: Array,
......
......@@ -27,7 +27,7 @@
<script>
export default {
name: 'nav-path',
name: 'NavPath',
props: {
navpath: {
type: Array,
......
......@@ -4,7 +4,7 @@
* @Author: 无尘
* @Date: 2019-10-21 14:27:29
* @LastEditors: 无尘
* @LastEditTime: 2020-08-17 16:17:32
* @LastEditTime: 2020-08-18 18:21:59
-->
<!--
......@@ -71,7 +71,7 @@ import reviewResultDetail from '@/components/review/review-result-detail.vue'
import fetch from '@/api/review.js';
const { getAuditDetail } = fetch;
export default {
name: 'review-result-detail',
name: 'ReviewResultDetail',
props: {
detailShow: {
type: Boolean,
......
......@@ -4,7 +4,7 @@
* @Author: 无尘
* @Date: 2019-02-19 12:20:38
* @LastEditors: 无尘
* @LastEditTime: 2020-08-17 09:33:28
* @LastEditTime: 2020-08-18 18:21:52
-->
<template>
<div class="custom-dialog-wrap">
......@@ -42,7 +42,7 @@
</template>
<script>
export default {
name: 'store-change-dialog',
name: 'StoreChangeDialog',
props: {
value: {
type: Boolean,
......
......@@ -40,7 +40,7 @@ import fetch from '@/api/enterprise.js';
const { addSelfApp } = fetch;
import showMsg from '@/common/js/showmsg';
export default {
name: 'add-self-app',
name: 'AddSelfApp',
props: {
editRow: {
type: Object,
......
......@@ -4,7 +4,7 @@
* @Author: 无尘
* @Date: 2020-07-21 10:10:57
* @LastEditors: 无尘
* @LastEditTime: 2020-08-17 09:32:37
* @LastEditTime: 2020-08-18 18:21:38
-->
<!--
授权选择门店绑定弹窗
......@@ -75,7 +75,7 @@ import showMsg from '@/common/js/showmsg';
import api from '@/api/merchant-auth.js';
const { getAuthDetail } = api;
export default {
name: 'select-admin-store',
name: 'SelectAdminStore',
components: {
storeAuthGroup,
storeAuthStore,
......
......@@ -4,7 +4,7 @@
* @Author: 无尘
* @Date: 2020-07-21 10:10:57
* @LastEditors: 无尘
* @LastEditTime: 2020-08-17 18:09:17
* @LastEditTime: 2020-08-18 18:21:30
-->
<!--
选择管理员
......@@ -48,7 +48,7 @@ import fetch from '@/api/edit-admin.js';
const { getAdminList, getSearchAdminList } = fetch;
import showMsg from '@/common/js/showmsg';
export default {
name: 'select-admin',
name: 'SelectAdmin',
props: {
showAdminFlag: {
type: Boolean,
......
......@@ -4,7 +4,7 @@
* @Author: 无尘
* @Date: 2020-07-21 10:10:57
* @LastEditors: 无尘
* @LastEditTime: 2020-08-17 17:11:49
* @LastEditTime: 2020-08-18 18:21:12
-->
<!--
门店绑定-选择分组(仅展示)
......@@ -31,6 +31,7 @@ import fetch from '@/api/merchant-auth.js';
const { getGroupList } = fetch;
// import showMsg from '@/common/js/showmsg';
export default {
name: 'StoreAuthGroupPage',
props: {
companyId: {
type: String,
......
......@@ -4,7 +4,7 @@
* @Author: 无尘
* @Date: 2020-07-21 10:10:57
* @LastEditors: 无尘
* @LastEditTime: 2020-08-17 16:56:15
* @LastEditTime: 2020-08-18 18:20:39
-->
<!--
门店绑定-选择门店(仅展示)
......@@ -41,7 +41,7 @@ import fetch from '@/api/merchant-auth.js';
const { getStoreList } = fetch;
import showMsg from '@/common/js/showmsg';
export default {
name: 'store-auth-store',
name: 'StoreAuthStore',
props: {
companyId: {
type: String,
......
......@@ -4,7 +4,7 @@
* @Author: 无尘
* @Date: 2019-10-10 17:21:32
* @LastEditors: 无尘
* @LastEditTime: 2020-08-17 16:40:31
* @LastEditTime: 2020-08-18 18:20:11
-->
<template>
<div class="nav-header">
......@@ -48,7 +48,7 @@ const { getRoleMenu } = fetch;
const { getUserInfo, loginOut } = api;
export default {
name: 'vue-office-header',
name: 'VueOfficeHeader',
components: {
// setTip
},
......
......@@ -4,7 +4,7 @@
* @Author: 无尘
* @Date: 2019-03-20 14:36:37
* @LastEditors: 无尘
* @LastEditTime: 2020-08-17 16:53:47
* @LastEditTime: 2020-08-18 18:20:01
-->
<template>
<div class="my-customer-wrap common-set-wrap">
......@@ -109,7 +109,7 @@ import api from '@/api/merchant-auth.js';
const { getAuditLog, cancelAudit, getEnterpriseDetail } = api;
import showMsg from '@/common/js/showmsg';
export default {
name: 'audit-log',
name: 'AuditLog',
components: {
navCrumb,
storeAuthDetail,
......
......@@ -4,7 +4,7 @@
* @Author: 无尘
* @Date: 2019-03-20 14:36:37
* @LastEditors: 无尘
* @LastEditTime: 2020-08-17 16:43:02
* @LastEditTime: 2020-08-18 18:19:54
-->
<template>
<div class="my-customer-wrap common-set-wrap">
......@@ -107,7 +107,7 @@ import fetch from '@/api/merchant-auth.js';
const { getAuthEnterprise } = fetch;
// import { _debounce } from '@/common/js/public';
export default {
name: 'auth-merchant',
name: 'AuthMerchant',
components: {
navCrumb
},
......
......@@ -4,7 +4,7 @@
* @Author: 无尘
* @Date: 2019-03-20 14:36:37
* @LastEditors: 无尘
* @LastEditTime: 2020-08-17 16:42:03
* @LastEditTime: 2020-08-18 18:19:47
-->
<template>
<div class="contacts-wrap common-set-wrap">
......@@ -59,7 +59,7 @@ import fetch from '@/api/contact.js';
const { getSyncCheck, refreshWx, getCompanyDepartList } = fetch;
import { _debounce } from '@/common/js/public';
export default {
name: 'contacts-page',
name: 'ContactsPage',
components: {
// navCrumb,
contactTree,
......
......@@ -24,7 +24,7 @@
<script>
import vueOfficeHeader from '@/components/vue-office-header.vue';
export default {
name: 'enterprise-page',
name: 'EnterprisePage',
components: {
vueOfficeHeader
},
......
......@@ -4,7 +4,7 @@
* @Author: 无尘
* @Date: 2019-03-20 14:36:37
* @LastEditors: 无尘
* @LastEditTime: 2020-08-17 17:10:02
* @LastEditTime: 2020-08-18 18:19:33
-->
<template>
<div class="my-customer-wrap common-set-wrap">
......@@ -89,7 +89,7 @@ import api from '@/api/merchant-auth.js';
const { getAuthDetail, getEnterprise, getEnterpriseDetail, getGicAdmin, postEnterpriseAuth } = api;
import { emojiToStr } from '@/common/js/public';
export default {
name: 'new-auth-merchant',
name: 'NewAuthMerchant',
components: {
navCrumb,
authStep,
......
......@@ -4,7 +4,7 @@
* @Author: 无尘
* @Date: 2019-03-20 14:36:37
* @LastEditors: 无尘
* @LastEditTime: 2020-08-17 16:28:03
* @LastEditTime: 2020-08-18 18:19:24
-->
<template>
<div class="my-customer-wrap common-set-wrap">
......@@ -149,7 +149,7 @@ import fetch from '@/api/contact.js';
const { getBindLog, getRefreshLog, getWxEnterprise } = fetch;
import { _debounce } from '@/common/js/public';
export default {
name: 'sync-log',
name: 'SyncLog',
components: {
navCrumb,
failLog,
......
......@@ -69,7 +69,7 @@ import api from '@/api/admin-list.js';
const { roleList, roleAdminList, delAdmin } = api;
export default {
name: 'admin-list',
name: 'AdminList',
components: { RoleList },
data() {
return {
......
......@@ -37,7 +37,7 @@ import api from '@/api/admin-list.js';
const { delRole } = api;
export default {
name: 'role-list',
name: 'RoleList',
props: {
roleList: {
type: Array,
......
......@@ -4,7 +4,7 @@
* @Author: 无尘
* @Date: 2019-03-20 14:36:37
* @LastEditors: 无尘
* @LastEditTime: 2020-08-17 17:00:30
* @LastEditTime: 2020-08-18 18:18:48
-->
<template>
<div class="my-customer-wrap common-set-wrap">
......@@ -81,7 +81,7 @@ const { getRoleRange, addAdmin } = fetch;
// import { _debounce } from '@/common/js/public';
import showMsg from '@/common/js/showmsg';
export default {
name: 'edit-admin-page',
name: 'EditAdminPage',
components: {
navCrumb,
selectAdmin,
......
......@@ -44,7 +44,7 @@ import api from '@/api/admin-list';
const { menuList, addRole, editRole, roleDetail } = api;
export default {
name: 'edit-role',
name: 'EditRole',
components: { navCrumb, MenuTree },
data() {
const valiMenuIds = (rules, value, callback) => {
......
......@@ -27,7 +27,7 @@
<script>
export default {
name: 'menu-tree',
name: 'MenuTree',
props: {
menuList: Array,
checkedId: Object
......
......@@ -49,7 +49,7 @@ import api from '@/api/admin-list';
const { resourceList, menuList, editRole, roleDetail } = api;
export default {
name: 'edit-store-role',
name: 'EditStoreRole',
components: { navCrumb, MenuTree },
data() {
const valiMenuIds = (rules, value, callback) => {
......
......@@ -4,7 +4,7 @@
* @Author: 无尘
* @Date: 2019-03-20 14:36:37
* @LastEditors: 无尘
* @LastEditTime: 2020-08-18 16:39:48
* @LastEditTime: 2020-08-18 18:18:21
-->
<template>
<div class="daily-set-wrap ">
......@@ -80,7 +80,7 @@ const { wxEnterpriseRefresh, wxEnterpriseDetail, getSelfApp, delSelfApp, refresh
// import { _debounce } from '@/common/js/public';
import showMsg from '@/common/js/showmsg';
export default {
name: 'enterprise-set-page',
name: 'EnterpriseSetPage',
components: {
addSelfApp
},
......
......@@ -4,7 +4,7 @@
* @Author: 无尘
* @Date: 2019-03-20 14:36:37
* @LastEditors: 无尘
* @LastEditTime: 2020-08-17 16:33:29
* @LastEditTime: 2020-08-18 18:17:13
-->
<template>
<div class="my-customer-wrap common-set-wrap">
......@@ -39,7 +39,7 @@ import vueOfficeHeader from '@/components/vue-office-header.vue';
/* import fetch from '@/api/menu-auth.js';
const { getRoleMenu } = fetch; */
export default {
name: 'enterprise-set-index',
name: 'EnterpriseSetIndex',
components: {
commonDetailLeft,
vueOfficeHeader
......
......@@ -59,7 +59,7 @@ import api from '@/api/admin-list.js';
const { enterpriseList, roleList, roleAdminList } = api;
export default {
name: 'store-admin-list',
name: 'StoreAdminList',
components: { RoleList },
data() {
return {
......
......@@ -4,7 +4,7 @@
* @Author: 无尘
* @Date: 2020-03-16 09:59:39
* @LastEditors: 无尘
* @LastEditTime: 2020-08-17 16:16:28
* @LastEditTime: 2020-08-18 18:16:58
-->
<template>
<div class="daily-set-wrap ">
......@@ -37,7 +37,7 @@ import fetch from '@/api/enterprise.js';
const { getAdmin } = fetch;
import commonAlertTip from '@/components/common/common-alert-tip.vue';
export default {
name: 'super-admin-page',
name: 'SuperAdminPage',
components: { commonAlertTip },
data() {
return {
......
......@@ -16,7 +16,7 @@
import imgSrc from '@/assets/403_images/error_403.svg';
export default {
name: 'forbid-page',
name: 'ForbidPage',
data() {
return {
imgSrc
......
......@@ -16,7 +16,7 @@
import imgSrc from '@/assets/404_images/error_404.svg';
export default {
name: 'no-found-page',
name: 'NoFoundPage',
data() {
return {
imgSrc
......
......@@ -16,7 +16,7 @@
import imgSrc from '@/assets/500_images/error_500.svg';
export default {
name: 'serve-no-page',
name: 'ServeNoPage',
data() {
return {
imgSrc
......
......@@ -4,7 +4,7 @@
* @Author: 无尘
* @Date: 2019-10-28 09:32:04
* @LastEditors: 无尘
* @LastEditTime: 2020-07-22 15:42:06
* @LastEditTime: 2020-08-18 18:16:28
-->
<template>
<div style="background: #f0f2f5; margin-top: -20px; height: 100vh;">
......@@ -24,7 +24,7 @@
import imgError from '@/assets/gic-error.png';
export default {
name: 'page-no-auth',
name: 'PageNoAuth',
data() {
return {
imgError
......
......@@ -4,7 +4,7 @@
* @Author: 无尘
* @Date: 2018-10-10 14:44:45
* @LastEditors: 无尘
* @LastEditTime: 2020-08-18 16:37:00
* @LastEditTime: 2020-08-18 18:16:20
-->
<template>
<div style="background: #f0f2f5; margin-top: -20px; height: 100vh;">
......@@ -26,7 +26,7 @@ import imgNoFound from '@/assets/404_images/error_404.svg';
import imgNoServe from '@/assets/500_images/error_500.svg';
export default {
name: 'err-page',
name: 'ErrPage',
data() {
return {
imgSrc: '',
......
......@@ -4,7 +4,7 @@
* @Author: 无尘
* @Date: 2018-10-10 14:44:45
* @LastEditors: 无尘
* @LastEditTime: 2020-08-17 09:12:04
* @LastEditTime: 2020-08-18 18:16:11
-->
<template>
<div id="index">
......@@ -127,7 +127,7 @@
import vueOfficeHeader from '@/components/vue-office-header.vue';
import showMsg from '@/common/js/showmsg';
export default {
name: 'index-page',
name: 'IndexPage',
components: {
vueOfficeHeader
},
......
......@@ -4,7 +4,7 @@
* @Author: 无尘
* @Date: 2020-07-16 10:44:45
* @LastEditors: 无尘
* @LastEditTime: 2020-08-18 16:32:10
* @LastEditTime: 2020-08-18 18:16:01
-->
<template>
<div class="login-wrap">
......@@ -40,7 +40,7 @@ import fetch from '@/api/login.js';
const { getLoginQrcode } = fetch;
export default {
name: 'login-page',
name: 'LoginPage',
data() {
return {
qrcodeNum: '', // 二维码数据
......
......@@ -4,7 +4,7 @@
* @Author: 无尘
* @Date: 2018-10-10 14:44:45
* @LastEditors: 无尘
* @LastEditTime: 2020-08-17 16:31:46
* @LastEditTime: 2020-08-18 18:10:09
-->
<template>
<div class="review-wrap">
......@@ -34,7 +34,7 @@ import commonDetailLeft from '@/components/app/app-detail-left.vue';
import fetch from '@/api/menu-auth.js';
const { getRoleMenu } = fetch;
export default {
name: 'review-center',
name: 'ReviewCenter',
components: {
vueOfficeHeader,
commonDetailLeft
......
......@@ -4,7 +4,7 @@
* @Author: 无尘
* @Date: 2018-10-10 14:44:45
* @LastEditors: 无尘
* @LastEditTime: 2020-08-17 15:34:01
* @LastEditTime: 2020-08-18 18:15:07
-->
<template>
<div class="reviewed-wrap common-set-wrap">
......@@ -140,7 +140,7 @@ const { getStaffDetail } = api;
const { getReview, getWxEnterprise } = fetch;
import { _debounce } from '@/common/js/public';
export default {
name: 'reviewed-page',
name: 'ReviewedPage',
components: {
storeChange
},
......
......@@ -4,7 +4,7 @@
* @Author: 无尘
* @Date: 2018-10-10 14:44:45
* @LastEditors: 无尘
* @LastEditTime: 2020-08-17 17:00:10
* @LastEditTime: 2020-08-18 18:15:52
-->
<template>
<div class="unreview-wrap common-set-wrap">
......@@ -148,7 +148,7 @@ import api from '@/api/contact.js';
const { getStaffDetail } = api;
const { getReview, getWxEnterprise, postAudit, postBatchApprove, postRefuse, getAuditDetail } = fetch;
export default {
name: 'unreview-page',
name: 'UnreviewPage',
components: {
storeChange,
reviewResultDetail
......
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