|
@@ -141,10 +141,10 @@ const toDetail = (row: any = {}) => {
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
<el-table-column prop="deptName" label="科室" min-width="120" />
|
|
|
- <el-table-column prop="groupName" label="科室主任" min-width="150">
|
|
|
+ <el-table-column prop="userName" label="科室主任" min-width="150">
|
|
|
<template #default="{ row }">
|
|
|
<el-button type="primary" link @click="toDetail(row)">
|
|
|
- {{ row.groupName }}
|
|
|
+ {{ row.userName }}
|
|
|
</el-button>
|
|
|
</template>
|
|
|
</el-table-column>
|