提交 8aa3de7b 作者: 毛细亚

更新 组件 name

上级 89b3ae84
......@@ -9,7 +9,7 @@
<script>
import devModeManager from '@/utils/devMode'
export default {
name: 'Debug',
name: 'debug',
methods: {
handleDevModeClick() {
devModeManager.handleClick()
......
......@@ -32,6 +32,7 @@
<script>
export default {
name: 'inputTagsAlias',
props: {
rowInfo: {
type: Array,
......
......@@ -58,6 +58,7 @@
<script>
import Alias from './alias.vue'
export default {
name: 'inputTags',
props: {
inputSelectList: {
type: Array,
......
......@@ -7,6 +7,7 @@
<script>
export default {
name: 'loading',
data() {
return {
}
......
......@@ -17,6 +17,7 @@
import { selectSearch } from '@/api/game'
import { searchcondition } from '@/api/pigeon'
export default {
name: 'mainGame',
// gameType:存在的时候取信鸽的游戏列表接口 gameDefaultList 编辑的时候 如果没有当前的游戏 id 主动加上去
props: ['defaultValue', 'width', 'label', 'disabled','gameType','gameDefaultList','isResize'],
data() {
......
......@@ -14,7 +14,7 @@
<script>
export default {
name: 'NoContent',
name: 'noContent',
props: {
// 主标题
title: {
......
......@@ -14,7 +14,7 @@
<script type="text/javascript">
export default {
name: 'page',
name: 'pageNum',
props: ['pageInfo'],
data() {
return {}
......
......@@ -105,6 +105,7 @@
<script type="text/javascript">
import { searchTags } from '@/api/works'
export default {
name: 'selectTag',
components: {
},
// checkList 选中的标签 checkbox 是否显示 在当前主体不同客服号同步进行打标
......
......@@ -45,6 +45,7 @@
<script>
import { base64toFile } from '@/utils/index'
export default {
name: 'textEditor',
props: ['remark', 'contenteditable', 'domid'], // remark 原来的图文内容 contenteditable 是否可编辑 domid 编辑器的 DomId resultReamrk 方法吐出最后的编辑好的内容
data() {
return {
......
......@@ -79,6 +79,7 @@
import { uploadImageBefore } from '@/utils/index'
// import imageCropper from './imageCorpper.vue'
export default {
name: 'uploadMultiple',
components: {
// imageCropper
},
......
......@@ -18,7 +18,7 @@ import AreaTransferApply from './components/ApplyRecords/AreaTransferApply.vue'
import errorHandle from './components/ApplyRecords/errorHandle.vue'
import TerminalTransfer from './components/ApplyRecords/TerminaTranfer.vue'
export default {
name: 'GiftTab',
name: 'applyRecord',
components: {
AreaTransferApply,
errorHandle,
......
......@@ -245,6 +245,7 @@ import shenpi4 from '@/assets/icon/shenpi4.svg'
import shenpi5 from '@/assets/icon/shenpi5.svg'
import noContent from '@/components/noContent.vue'
export default {
name: 'AreaTransferApply',
computed: {
...mapState('game', ['accountSelect']),
...mapState('user', ['userInfo'])
......
......@@ -225,7 +225,7 @@ import { searchcondition, transfer_server_request_add } from '@/api/game'
import textEditor from '@/components/textEditor.vue'
import mainGameSelect from '@/components/mainGame.vue'
export default {
name: 'AreaTransferDialog',
name: 'areaTransferDialog',
components: {
textEditor,
mainGameSelect
......
......@@ -178,6 +178,7 @@ import shenpi5 from '@/assets/icon/shenpi5.svg'
import shenpi6 from '@/assets/icon/shenpi6.svg'
import noContent from '@/components/noContent.vue'
export default {
name: 'terminaTranfer',
computed: {
...mapState('game', ['accountSelect']),
...mapState('user', ['userInfo'])
......
......@@ -141,7 +141,7 @@ import { searchcondition, approval_group_flow_list, approval_group_flow_user, ap
import textEditor from '@/components/textEditor.vue'
export default {
name: 'TerminalTransferDialog',
name: 'terminalTransferDialog',
components: {
textEditor
},
......
......@@ -119,6 +119,7 @@
import { mapMutations, mapActions, mapState } from 'vuex'
import textEditor from '@/components/textEditor.vue'
export default {
name: 'addErrorHandle',
components: { searchSelect, uploadMultiple, textEditor },
props: ['show', 'width', 'title', 'info'],
computed: {
......
......@@ -108,6 +108,7 @@ import { memberView, misoperationIndex, searchcondition } from '@/api/game'
import addErrorHandle from './addErrorHandle.vue'
import noContent from '@/components/noContent.vue'
export default {
name: 'errorHandle',
components: {
searchSelect,
addErrorHandle,
......
......@@ -186,6 +186,7 @@
import { mapMutations, mapActions, mapState } from 'vuex'
import page from '@/components/page/pageNum.vue'
export default {
name: 'addUser',
components: {
userTable,
page
......
......@@ -33,6 +33,7 @@ import { getToken,removeToken } from '@/utils/auth'
// 更新代码
export default {
name: 'bindUserList',
components: {
addUser
},
......
......@@ -54,6 +54,7 @@
<script>
export default {
name: 'userTable',
props: ['list'],
data() {
return {
......
......@@ -73,6 +73,7 @@
import roleTimeRecharge from './giftDetails/roleTimeRecharge.vue'
import { debounce } from '@/utils/index'
export default {
name: 'applyGift',
components: {
roleRecharge, // 角色累充
oneDayCharge, // 单日累充
......
......@@ -66,6 +66,7 @@
import { giftBagApply } from '@/api/game'
import { mapState } from 'vuex'
export default {
name: 'confirmLayer',
// type 3:image 4:video
props: ['show', 'width', 'title', 'activeInfo', 'remark'],
data() {
......
......@@ -142,6 +142,7 @@ import { removeDp, debounce } from '@/utils/index'
import applyGift from './applyGift.vue'
import selectDate from '@/components/selectDate.vue'
export default {
name: 'emailGift',
components: {
selectDate,
applyGift
......
......@@ -135,6 +135,7 @@ import { giftBagApply } from '@/api/game'
import { mapState, mapMutations, mapActions } from 'vuex'
import confirmLayer from '../confirmLayer'
export default {
name: 'oneDay',
// type 3:image 4:video
components: {
confirmLayer
......
......@@ -67,6 +67,7 @@ import { giftBagApply } from '@/api/game'
import confirmLayer from '../confirmLayer'
import { mapState } from 'vuex'
export default {
name: 'roleRecharge',
// type 3:image 4:video
components: {
confirmLayer
......
......@@ -261,6 +261,7 @@ import { giftBagApply, checkRoleReceivedBag } from '@/api/game'
import { mapState, mapMutations, mapActions } from 'vuex'
import confirmLayer from '../confirmLayer'
export default {
name: 'roleTimeRecharge',
// type 3:image 4:video
components: {
confirmLayer
......
......@@ -31,7 +31,7 @@ import Clipboard from 'clipboard'
import { debounce,copyText,sendChatMessage } from '@/utils/index'
import { mapState } from 'vuex'
export default {
name: 'WxGift',
name: 'wxGift',
data() {
return {
loading: false,
......
......@@ -61,6 +61,7 @@
import { refundRequest } from '@/api/game'
import textEditor from '@/components/textEditor.vue'
export default {
name: 'orderRefund',
components: { textEditor },
props: ['show', 'title', 'info'],
data() {
......
......@@ -231,6 +231,7 @@
import orderRefund from './orderRefund.vue'
import noContent from '@/components/noContent.vue'
export default {
name: 'refundLog',
components: {
searchSelect,
orderRefund,
......
......@@ -35,6 +35,7 @@
import { roleList } from '@/api/game'
import { mapState } from 'vuex'
export default {
name: 'searchUser',
// uid 默认选择的uid
props: ['placeholder', 'selectWord', 'value', 'width', 'defaultValue', 'disabled', 'accountChange'],
data() {
......
......@@ -206,6 +206,7 @@ import sendSelectChannel from './sendGame/sendSelectChannel.vue'
import gameLogMixin from '@/mixins/gameLogMixin'
export default {
name: 'sendGame',
mixins: [gameLogMixin],
components: {
createChannel,
......
......@@ -136,6 +136,7 @@
import { getZqCserGroup,getZqCserWxBelong } from '@/api/works'
import mainGameSelect from './mainGame.vue'
export default {
name: 'createChannel',
components: {
mainGameSelect
},
......
......@@ -20,15 +20,16 @@
<script>
import { selectSearch } from '@/api/game'
export default {
props: ['defaultValue', 'width', 'label'],
data() {
name: 'mainGame',
props: ['defaultValue', 'width', 'label'],
data() {
return {
loading: false,
reg_game_id: '',
regGameList: []
}
},
watch: {
},
watch: {
defaultValue(newVal) {
if (newVal) {
this.reg_game_id = this.defaultValue
......@@ -36,12 +37,12 @@ watch: {
}
}
},
mounted() {
},
mounted() {
this.reg_game_id = this.defaultValue
this.requestRegGameList()
},
methods: {
},
methods: {
requestRegGameList() {
const data = {
type: 'gameListWithType',
......@@ -68,7 +69,7 @@ methods: {
})
this.$emit('result', this.reg_game_id, label)
}
}
}
}
</script>
<style lang="scss" scoped>
......
......@@ -55,6 +55,7 @@ import { zyouGetMemberLink } from '@/api/works'
import gameLogMixin from '@/mixins/gameLogMixin'
export default {
name: 'selectChannel',
mixins: [gameLogMixin],
props: ['show', 'channelInfoList', 'chatUser'],
data() {
......
......@@ -9,6 +9,7 @@ import { throttle } from '@/utils/index'
import gameLogMixin from '@/mixins/gameLogMixin'
export default {
name: 'sendSelectChannel',
mixins: [gameLogMixin],
props: ['show', 'channelInfoList', 'chatUser'],
data() {
......
......@@ -103,6 +103,7 @@
import { passwardEncryption,createVipUrl } from '@/api/game'
import { giftCodeList, sendGiftCode, getZyouAuthLink } from '@/api/works'
export default {
name: 'vipTools',
data() {
return {
disabled: true,
......
......@@ -252,6 +252,7 @@
import noContent from "@/components/noContent.vue";
import watchMember from '@/mixins/watchMember'
export default {
name: 'approval',
computed: {
...mapState('game', ['accountSelect']),
...mapState('user', ['userInfo'])
......
......@@ -284,6 +284,7 @@
import shenpi5 from '@/assets/icon/shenpi5.svg'
import noContent from '@/components/noContent.vue'
export default {
name: 'report',
computed: {
...mapState('game', ['accountSelect']),
...mapState('user', ['cser_id','cser_name'])
......
......@@ -122,6 +122,7 @@
import appeal from './layer/appeal.vue'
import watchMember from '@/mixins/watchMember'
export default {
name: 'roleInfo',
components: {
noContent,
appeal
......
......@@ -232,7 +232,7 @@ import debounce from '@/directive/debounce/index'
import loadingChat from '@/directive/loading/index'
import { getCorpBetaConfig, getAiResponse, Aihistory, answerComment, calAnswerClickTime, getQuoteData } from '@/api/skill'
export default {
name: 'AiLibrary',
name: 'aiLibrary',
directives: {
debounce,
loadingChat
......
......@@ -58,6 +58,7 @@ import { mapState, mapMutations, mapActions } from 'vuex'
import { throttle, copyToClipboard } from '@/utils/index'
import {getMediaId} from '@/api/works'
export default {
name: 'skillCompany',
components: {},
props: {
activeName: {
......
......@@ -62,6 +62,7 @@ import { mapState, mapMutations, mapActions } from 'vuex'
import { throttle, debounce, copyToClipboard,sendChatMessage } from '@/utils/index'
import noContent from '@/components/noContent.vue'
export default {
name: 'skillLibrary',
components: {
noContent
},
......
......@@ -58,6 +58,7 @@ import {getMediaId} from '@/api/works'
import { mapState, mapMutations, mapActions } from 'vuex'
import { debounce, copyToClipboard } from '@/utils/index'
export default {
name: 'skillPersonal',
components: {},
props: {
activeName: {
......
......@@ -15,7 +15,7 @@ import EmailGift from './components/giftRecord/emailGift.vue'
import WxGift from './components/giftRecord/wxGift.vue'
import { mapActions } from 'vuex'
export default {
name: 'GiftTab',
name: 'giftRecord',
components: {
EmailGift,
WxGift
......
......@@ -48,6 +48,7 @@ import { mapMutations, mapState } from 'vuex'
import { getToken, setToken } from '@/utils/auth'
import jsApiList from '@/utils/jsApiList'
export default {
name: 'login',
components: {
},
data() {
......
......@@ -166,7 +166,7 @@ import { debounce } from '@/utils/index'
import searchSelectUser from '@/components/searchSelectUser.vue'
export default {
name: 'MailList',
name: 'mailList',
components: {
searchSelectUser
},
......
......@@ -177,6 +177,7 @@ import { throttle } from '@/utils'
import sanjiaoxing from '@/assets/icon/sanjiaoxing.svg'
import noContent from '@/components/noContent.vue'
export default {
name: 'orderList',
components: {
searchSelect,
refundLog,
......
......@@ -53,6 +53,7 @@ import skillPersonal from './components/skill/skillPersonal.vue'
import skillLibrary from './components/skill/skillLibrary.vue'
import { mapActions } from 'vuex'
export default {
name: 'quickReply',
components: {
skillCompany,
skillPersonal,
......
......@@ -24,6 +24,7 @@ import vipTools from './components/quickSendGame/vipTools.vue'
import sendGame from './components/quickSendGame/sendGame.vue'
import { mapActions } from 'vuex'
export default {
name: 'quickSendGame',
components: {
vipTools,
sendGame,
......
......@@ -20,6 +20,7 @@ import report from './components/roleInfo/report.vue'
import approval from './components/roleInfo/approval.vue'
import { mapState } from 'vuex'
export default {
name: 'roleInfo',
components: {
roleInfo,
approval,
......
......@@ -197,6 +197,7 @@ import { mapState } from 'vuex'
import textEditor from '@/components/textEditor.vue'
import NoContent from '@/components/noContent.vue'
export default {
name: 'taskRecord',
components: {
textEditor,
NoContent
......
......@@ -208,7 +208,7 @@ import watchMember from '@/mixins/watchMember'
import { memberBindCser,editUser,zyouUnBind } from '@/api/works'
import selectTag from '@/components/selectTag.vue'
export default {
name: 'UserDetailsPanel',
name: 'info',
components: {
gameDetails,
changePhone,
......
......@@ -15,6 +15,7 @@
import { bindMobile } from '@/api/game'
import { mapState } from 'vuex'
export default {
name: 'changePhone',
components: {
},
props: ['show', 'width', 'title', 'body', 'phone'],
......
......@@ -220,6 +220,7 @@
import ZyouTag from './ZyouTag.vue'
import { debounce } from '@/utils'
export default {
name: 'gameUserInfo',
components: {
ZyouTag
},
......
......@@ -56,7 +56,7 @@
import { shareInfoUpsert, shareInfoDel } from '@/api/works'
import { mapState } from 'vuex'
export default {
name: 'ShareInfo',
name: 'shareInfo',
props: ['chatUserDetails'],
data() {
return {
......
......@@ -24,7 +24,7 @@ import violationRecord from '@/views/ViolationRecord.vue'
import { mapState, mapMutations } from 'vuex'
export default {
name: 'UserInfo',
name: 'userInfo',
components: {
Info,
roleInfo,
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论