fix: information/laboratory 增加技术负责人
This commit is contained in:
parent
c91a444d01
commit
e59038b66e
|
@ -25,6 +25,9 @@
|
|||
<template slot-scope="scope">{{ scope.row.email }}</template>
|
||||
</el-table-column>
|
||||
<el-table-column label="技术负责人">
|
||||
<template slot-scope="scope">{{ scope.row.head_technology }}</template>
|
||||
</el-table-column>
|
||||
<el-table-column label="技术负责电话">
|
||||
<template slot-scope="scope">{{ scope.row.tel_technology }}</template>
|
||||
</el-table-column>
|
||||
<el-table-column label="技术负责人邮箱">
|
||||
|
|
Loading…
Reference in New Issue