提交 2dbfd130 编写于 作者: jq's avatar jq

提交测试test

上级 85bd6ea5
...@@ -100,7 +100,7 @@ ...@@ -100,7 +100,7 @@
? 'status-cll-user-finish' ? 'status-cll-user-finish'
: 'status-cll-user-answer' : 'status-cll-user-answer'
" "
>{{ doctorCallStatus }}</span> >{{ doctorCallStatus }}测试</span>
</div> </div>
<div <div
class="line-btn" class="line-btn"
...@@ -182,7 +182,7 @@ ...@@ -182,7 +182,7 @@
? 'status-cll-user-finish' ? 'status-cll-user-finish'
: 'status-cll-user-answer' : 'status-cll-user-answer'
" "
>{{ userCallStatus }}</span> >{{ userCallStatus }}测试2</span>
</div> </div>
<div <div
class="line-btn" class="line-btn"
......
...@@ -23,7 +23,7 @@ export const DIAGNOS_LIST_NEW = [ ...@@ -23,7 +23,7 @@ export const DIAGNOS_LIST_NEW = [
{ {
prop: 'statusRemark', prop: 'statusRemark',
label: '状态备注', label: '状态备注',
showtooltip: false, showtooltip: true,
}, },
{ {
prop: 'toFollowReason', prop: 'toFollowReason',
...@@ -65,7 +65,7 @@ export const DIAGNOS_LIST_NEW = [ ...@@ -65,7 +65,7 @@ export const DIAGNOS_LIST_NEW = [
{ {
prop: 'assistantRemark', prop: 'assistantRemark',
label: '助诊备注', label: '助诊备注',
showtooltip: false, showtooltip: true,
}, },
{ {
prop: 'department', prop: 'department',
...@@ -80,7 +80,7 @@ export const DIAGNOS_LIST_NEW = [ ...@@ -80,7 +80,7 @@ export const DIAGNOS_LIST_NEW = [
{ {
prop: 'triageRemark', prop: 'triageRemark',
label: '分诊备注', label: '分诊备注',
showtooltip: false, showtooltip: true,
}, },
{ {
prop: 'doctorName', prop: 'doctorName',
...@@ -116,7 +116,7 @@ export const DIAGNOS_LIST_NEW = [ ...@@ -116,7 +116,7 @@ export const DIAGNOS_LIST_NEW = [
{ {
prop: 'illnessDetail', prop: 'illnessDetail',
label: '病情描述', label: '病情描述',
showtooltip: false, showtooltip: true,
}, },
{ {
prop: 'idCard', prop: 'idCard',
......
...@@ -668,6 +668,7 @@ ...@@ -668,6 +668,7 @@
}, },
// tab切换 // tab切换
handleClick(val) { handleClick(val) {
console.log('changeTableDatachangeTableData', val);
console.log('this.fromType', this.fromType); console.log('this.fromType', this.fromType);
for (let i = 0; i < this.tabpaneList.length; i++) { for (let i = 0; i < this.tabpaneList.length; i++) {
if (this.tabpaneList[i].active == val.paneName) { if (this.tabpaneList[i].active == val.paneName) {
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册