Commit 647e6668 by 无尘

fix: 修改name

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