|
@@ -53,7 +53,7 @@ async function handleSave(){
|
|
|
<span>{{row.CountryCode}}-{{row.Mobile}}</span>
|
|
|
</template>
|
|
|
<template #DepartmentName="{ row }">
|
|
|
- <span>{{row.Position}}-{{row.DepartmentName}}</span>
|
|
|
+ <span>{{row.Position}}{{row.Position&&row.DepartmentName?' - ':''}}{{row.DepartmentName}}</span>
|
|
|
</template>
|
|
|
<template #PositionStatus="{ row }">
|
|
|
<t-tag
|