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