sc
This commit is contained in:
@@ -41,7 +41,7 @@
|
||||
:tree-props="{ children: 'userSalaryGrantRespVOList', hasChildren: 'hasChildren' }"
|
||||
:span-method="spanMethod"
|
||||
>
|
||||
<el-table-column label="姓名" min-width="90px">
|
||||
<el-table-column label="姓名" min-width="90px" fixed="left">
|
||||
<template #default="{ row }">
|
||||
<span v-if="row.userSalaryGrantRespVOList && row.userSalaryGrantRespVOList.length">
|
||||
<span>{{ row.period }}</span>
|
||||
|
||||
Reference in New Issue
Block a user