แก้ fixname
This commit is contained in:
parent
842d6247da
commit
8d3b845f0f
1 changed files with 1 additions and 3 deletions
|
|
@ -134,7 +134,6 @@ const columns = ref<any["columns"]>([
|
|||
const rows = ref<any>([]);
|
||||
const visibleColumns = ref<string[]>([
|
||||
"order",
|
||||
"fixname",
|
||||
"name",
|
||||
"organizationOrganization",
|
||||
"positionEmployeePosition",
|
||||
|
|
@ -177,7 +176,6 @@ const fecthlistprofile = async (id: string) => {
|
|||
id: e.id,
|
||||
profileId: e.profileId,
|
||||
order: e.order,
|
||||
fixname: e.prefix,
|
||||
name: e.fullName,
|
||||
organizationOrganization: e.organizationOrganization,
|
||||
positionEmployeePosition: e.positionEmployeePosition,
|
||||
|
|
@ -564,7 +562,7 @@ const paginationLabel = (start: number, end: number, total: number) => {
|
|||
>
|
||||
<q-td key="order" :props="props">{{ props.row.order }} </q-td>
|
||||
<q-td key="name" :props="props">{{
|
||||
props.row.fixname + props.row.name
|
||||
props.row.name
|
||||
}}</q-td>
|
||||
<q-td
|
||||
class="table_ellipsis"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue