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',
|
personnelSelector3: 'Agent',
|
||||||
personnelSelector4: 'Agency',
|
personnelSelector4: 'Agency',
|
||||||
|
|
||||||
personnelStatTitle: 'Summary of data'
|
personnelStatTitle: 'Summary data of '
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -135,11 +135,11 @@ const selectorList = [
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<!-- stat -->
|
<!-- stat -->
|
||||||
<AppBox bordered class="column full-width" style="overflow-x: auto">
|
<AppBox bordered class="column full-width">
|
||||||
<span class="text-weight-bold text-subtitle1">
|
<span class="q-pb-lg text-weight-bold text-subtitle1">
|
||||||
{{ $t('personnelStatTitle') + selectorLabel }}
|
{{ $t('personnelStatTitle') + $t(selectorLabel) }}
|
||||||
</span>
|
</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" />
|
<stat-card-componet :branch="branchStat" class="no-wrap" />
|
||||||
</div>
|
</div>
|
||||||
</AppBox>
|
</AppBox>
|
||||||
|
|
@ -148,7 +148,6 @@ const selectorList = [
|
||||||
<!-- main -->
|
<!-- main -->
|
||||||
<AppBox bordered style="width: 100%; height: 580px; overflow-y: auto">
|
<AppBox bordered style="width: 100%; height: 580px; overflow-y: auto">
|
||||||
<!-- <PersonCard :list="person" class="q-mb-md" /> -->
|
<!-- <PersonCard :list="person" class="q-mb-md" /> -->
|
||||||
|
|
||||||
<div class="column" style="height: 100%">
|
<div class="column" style="height: 100%">
|
||||||
<div class="col-1 self-end">
|
<div class="col-1 self-end">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue