Browse Source

6月28日检验检查

yq1 8 months ago
parent
commit
9bd0a5dc30
1 changed files with 3 additions and 1 deletions
  1. 3 1
      src/pages/doctorAdvice/components/new_Inspection.vue

+ 3 - 1
src/pages/doctorAdvice/components/new_Inspection.vue View File

12
           label="检验项目"
12
           label="检验项目"
13
           width="">
13
           width="">
14
           <template slot-scope="scope">
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
           </template>
18
           </template>
17
         </el-table-column>
19
         </el-table-column>
18
         <el-table-column
20
         <el-table-column