瀏覽代碼

6月28日检验检查

yq1 8 月之前
父節點
當前提交
9bd0a5dc30
共有 1 個文件被更改,包括 3 次插入1 次删除
  1. 3 1
      src/pages/doctorAdvice/components/new_Inspection.vue

+ 3 - 1
src/pages/doctorAdvice/components/new_Inspection.vue 查看文件

@@ -12,7 +12,9 @@
12 12
           label="检验项目"
13 13
           width="">
14 14
           <template slot-scope="scope">
15
-            <div @click="row_name(scope.row)">{{ scope.row.name }}</div>
15
+            <div @click="row_name(scope.row)">
16
+              <span style="color: #409eff;">{{ scope.row.name }}</span>
17
+            </div>
16 18
           </template>
17 19
         </el-table-column>
18 20
         <el-table-column