Commit 2dd1a102 by Sixong.Zhu

style

parent a47216cc
......@@ -18,19 +18,17 @@
<el-button
class="button"
@click="startReception"
round
size="small"
v-if="!isChatMember"
type="primary"
>我要接待</el-button
>
<el-button class="button" @click="showAddMember" round size="small"
<el-button class="button" @click="showAddMember" size="small"
>添加客服</el-button
>
<el-button
class="button"
@click="finishReception"
round
size="small"
v-if="isChatMember && operatorType > 25"
type="warning"
......@@ -39,7 +37,6 @@
<el-button
class="button"
@click="exitChat"
round
size="small"
v-if="isChatMember"
type="danger"
......
......@@ -146,6 +146,7 @@
[dto.MessageType.Voice, "audio-message"],
[dto.MessageType.Text, "text-message"],
[dto.MessageType.Withdraw, "withdraw-message"],
[dto.MessageType.GeneralOrderMsg, "text-message"],
]);
@Component({
......
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 sign in to comment