提交 068acec9 编写于 作者: qian.jie's avatar qian.jie

修改字段列表名称

上级 2ebbea5b
...@@ -382,6 +382,12 @@ ...@@ -382,6 +382,12 @@
if (newVal.userTrtcEntryStatus == 2) { if (newVal.userTrtcEntryStatus == 2) {
this.isUserChat = false; this.isUserChat = false;
} }
if (newVal.doctorCallStatus !== oldVal.doctorCallStatus) {
this.isManuacall = false;
}
if (newVal.userCallStatus !== oldVal.userCallStatus) {
this.isManuacallType = false;
}
} }
}, },
}, },
......
...@@ -22,7 +22,7 @@ export const DIAGNOS_LIST_NEW = [ ...@@ -22,7 +22,7 @@ export const DIAGNOS_LIST_NEW = [
}, },
{ {
prop: 'refundRemark', prop: 'refundRemark',
label: '订单状态', label: '外呼状态',
showtooltip: false, showtooltip: false,
}, },
{ {
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册