fix: Personnel => selector i18n
This commit is contained in:
parent
ef7a95b6b3
commit
8ad4d81171
2 changed files with 5 additions and 6 deletions
|
|
@ -9,5 +9,5 @@ export default {
|
|||
personnelSelector3: 'Agent',
|
||||
personnelSelector4: 'Agency',
|
||||
|
||||
personnelStatTitle: 'Summary of data'
|
||||
personnelStatTitle: 'Summary data of '
|
||||
};
|
||||
|
|
|
|||
|
|
@ -135,11 +135,11 @@ const selectorList = [
|
|||
/>
|
||||
|
||||
<!-- stat -->
|
||||
<AppBox bordered class="column full-width" style="overflow-x: auto">
|
||||
<span class="text-weight-bold text-subtitle1">
|
||||
{{ $t('personnelStatTitle') + selectorLabel }}
|
||||
<AppBox bordered class="column full-width">
|
||||
<span class="q-pb-lg text-weight-bold text-subtitle1">
|
||||
{{ $t('personnelStatTitle') + $t(selectorLabel) }}
|
||||
</span>
|
||||
<div class="row q-pt-lg">
|
||||
<div class="row col full-width" style="overflow-x: auto">
|
||||
<stat-card-componet :branch="branchStat" class="no-wrap" />
|
||||
</div>
|
||||
</AppBox>
|
||||
|
|
@ -148,7 +148,6 @@ const selectorList = [
|
|||
<!-- main -->
|
||||
<AppBox bordered style="width: 100%; height: 580px; overflow-y: auto">
|
||||
<!-- <PersonCard :list="person" class="q-mb-md" /> -->
|
||||
|
||||
<div class="column" style="height: 100%">
|
||||
<div class="col-1 self-end">
|
||||
<div class="row">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue