提交 29dce8b9 编写于 作者: jq's avatar jq

logo测试

上级 4bd9c579
......@@ -234,7 +234,10 @@
showAdvice: (state) => state.showAdvice,
}),
doctorCallStatus() {
console.log(typeof this.item, '测试类型item');
console.log(this.item, '测试类型item');
console.log(typeof this.item.doctorCallStatus, '测试类型');
console.log(this.item.doctorCallStatus, '测试类型doctorCallStatus');
switch (this.item.doctorCallStatus) {
case 1:
return '未拨打';
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册