diff --git a/src/components/NormalTable/index.vue b/src/components/NormalTable/index.vue index eff284a..542f4a9 100644 --- a/src/components/NormalTable/index.vue +++ b/src/components/NormalTable/index.vue @@ -318,6 +318,7 @@ .follow-link { color: #3d7eff; cursor: pointer; + text-decoration: underline; &:hover { color: #04395e; diff --git a/src/components/NormalTable/index.vue b/src/components/NormalTable/index.vue index eff284a..542f4a9 100644 --- a/src/components/NormalTable/index.vue +++ b/src/components/NormalTable/index.vue @@ -318,6 +318,7 @@ .follow-link { color: #3d7eff; cursor: pointer; + text-decoration: underline; &:hover { color: #04395e; diff --git a/src/views/business/taskMeasure/myTask/list.vue b/src/views/business/taskMeasure/myTask/list.vue index a836321..cf75304 100644 --- a/src/views/business/taskMeasure/myTask/list.vue +++ b/src/views/business/taskMeasure/myTask/list.vue @@ -509,10 +509,10 @@ else if (type === 'lab') { dialogTitle.value = '扫描增加实验室任务' if (deviceType === 'scanner') { - QRcodeDeviceDialogRef.value.initDialog('3', '3') + QRcodeDeviceDialogRef.value.initDialog('4', '1') } else { - scanSampleRef.value.initDialog(false, '3', '3') + scanSampleRef.value.initDialog(false, '4', '1') } } }