From aecf75c1e7da37fa23629701e83ad812193a8468 Mon Sep 17 00:00:00 2001 From: "DESKTOP-1R2VSQH\\Lenovo ThinkPad E490" Date: Wed, 30 Apr 2025 10:44:23 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B8=9B=E0=B8=A3=E0=B8=B1=E0=B8=9A=20TableVie?= =?UTF-8?q?w=20=E0=B8=97=E0=B8=B0=E0=B9=80=E0=B8=9A=E0=B8=B5=E0=B8=A2?= =?UTF-8?q?=E0=B8=99=E0=B8=9B=E0=B8=A3=E0=B8=B0=E0=B8=A7=E0=B8=B1=E0=B8=95?= =?UTF-8?q?=E0=B8=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Achievement/01_ProfessionalLicense.vue | 14 +- .../detail/Achievement/02_Train.vue | 24 ++-- .../detail/Achievement/03_Insignia.vue | 36 ++--- .../Achievement/04_DeclarationHonor.vue | 36 ++--- .../Achievement/05_ResultsPerformance.vue | 39 +++--- .../GovernmentInformation/02_Discipline.vue | 129 ++++++------------ .../detail/GovernmentInformation/03_Leave.vue | 98 +++++-------- .../04_PerformSpecialWork.vue | 103 +++++--------- .../detail/Other/01_OtherInformation.vue | 79 +++++------ .../PersonalInformation/05_Education.vue | 99 ++------------ .../PersonalInformation/06_SpecialSkill.vue | 42 ++---- .../detail/Salary/02_NotReceiveSalary.vue | 29 ++-- 12 files changed, 254 insertions(+), 474 deletions(-) diff --git a/src/modules/04_registryPerson/components/detail/Achievement/01_ProfessionalLicense.vue b/src/modules/04_registryPerson/components/detail/Achievement/01_ProfessionalLicense.vue index 74a1ebe7c..bd9629db9 100644 --- a/src/modules/04_registryPerson/components/detail/Achievement/01_ProfessionalLicense.vue +++ b/src/modules/04_registryPerson/components/detail/Achievement/01_ProfessionalLicense.vue @@ -399,7 +399,6 @@ onMounted(() => { { { { v-model:pagination="pagination" :grid="modeView === 'card'" :visible-columns="visibleColumns" - :card-container-class="modeView === 'card' ? 'q-col-gutter-md' : ''" > diff --git a/src/modules/04_registryPerson/components/detail/Achievement/04_DeclarationHonor.vue b/src/modules/04_registryPerson/components/detail/Achievement/04_DeclarationHonor.vue index 7a5583e19..00b74a3e1 100644 --- a/src/modules/04_registryPerson/components/detail/Achievement/04_DeclarationHonor.vue +++ b/src/modules/04_registryPerson/components/detail/Achievement/04_DeclarationHonor.vue @@ -479,7 +479,6 @@ onMounted(() => { { :grid="modeView === 'card'" v-model:pagination="pagination" :visible-columns="visibleColumns" - :card-container-class="modeView === 'card' ? 'q-col-gutter-md' : ''" > diff --git a/src/modules/04_registryPerson/components/detail/Achievement/05_ResultsPerformance.vue b/src/modules/04_registryPerson/components/detail/Achievement/05_ResultsPerformance.vue index d1267fcb7..d151a27d9 100644 --- a/src/modules/04_registryPerson/components/detail/Achievement/05_ResultsPerformance.vue +++ b/src/modules/04_registryPerson/components/detail/Achievement/05_ResultsPerformance.vue @@ -557,6 +557,7 @@ onMounted(async () => { hideLoader(); }); + { v-model:pagination="pagination" :grid="modeView === 'card'" :visible-columns="visibleColumns" - :card-container-class="modeView === 'card' ? 'q-col-gutter-md' : ''" > diff --git a/src/modules/04_registryPerson/components/detail/GovernmentInformation/02_Discipline.vue b/src/modules/04_registryPerson/components/detail/GovernmentInformation/02_Discipline.vue index 62dbb8150..bad5dd130 100644 --- a/src/modules/04_registryPerson/components/detail/GovernmentInformation/02_Discipline.vue +++ b/src/modules/04_registryPerson/components/detail/GovernmentInformation/02_Discipline.vue @@ -495,7 +495,6 @@ onMounted(() => { { { diff --git a/src/modules/04_registryPerson/components/detail/GovernmentInformation/03_Leave.vue b/src/modules/04_registryPerson/components/detail/GovernmentInformation/03_Leave.vue index 8a3a31d27..2baf29a57 100644 --- a/src/modules/04_registryPerson/components/detail/GovernmentInformation/03_Leave.vue +++ b/src/modules/04_registryPerson/components/detail/GovernmentInformation/03_Leave.vue @@ -508,7 +508,6 @@ onMounted(() => { { flat bordered dense - :card-container-class="mode === 'card' ? 'q-col-gutter-md' : ''" :columns="columns" :rows="rows" :grid="mode === 'card'" @@ -612,69 +610,47 @@ onMounted(() => { diff --git a/src/modules/04_registryPerson/components/detail/GovernmentInformation/04_PerformSpecialWork.vue b/src/modules/04_registryPerson/components/detail/GovernmentInformation/04_PerformSpecialWork.vue index e20012766..fae201801 100644 --- a/src/modules/04_registryPerson/components/detail/GovernmentInformation/04_PerformSpecialWork.vue +++ b/src/modules/04_registryPerson/components/detail/GovernmentInformation/04_PerformSpecialWork.vue @@ -452,6 +452,7 @@ onMounted(() => { fetchData(profileId.value); }); + { flat bordered dense - :card-container-class="mode === 'card' ? 'q-col-gutter-md' : ''" :columns="columns" :rows="rows" :grid="mode === 'card'" @@ -594,76 +593,44 @@ onMounted(() => { diff --git a/src/modules/04_registryPerson/components/detail/Other/01_OtherInformation.vue b/src/modules/04_registryPerson/components/detail/Other/01_OtherInformation.vue index 0051c3db2..f65e8de2a 100644 --- a/src/modules/04_registryPerson/components/detail/Other/01_OtherInformation.vue +++ b/src/modules/04_registryPerson/components/detail/Other/01_OtherInformation.vue @@ -246,6 +246,7 @@ onMounted(() => { getData(); }); + { bordered v-model:pagination="pagination" flat - :card-container-class="mode === 'card' ? 'q-col-gutter-md' : ''" :grid="mode === 'card'" :visible-columns="visibleColumns" > @@ -371,50 +370,44 @@ onMounted(() => { diff --git a/src/modules/04_registryPerson/components/detail/PersonalInformation/05_Education.vue b/src/modules/04_registryPerson/components/detail/PersonalInformation/05_Education.vue index 222fa2033..e27628e6b 100644 --- a/src/modules/04_registryPerson/components/detail/PersonalInformation/05_Education.vue +++ b/src/modules/04_registryPerson/components/detail/PersonalInformation/05_Education.vue @@ -635,7 +635,6 @@ onMounted(async () => { { @@ -1316,10 +1251,6 @@ onMounted(async () => { border: 1px solid #d0d0d0; } -.label-color { - color: #747474cc; -} - .bg-color { background-color: #fafafa; } diff --git a/src/modules/04_registryPerson/components/detail/PersonalInformation/06_SpecialSkill.vue b/src/modules/04_registryPerson/components/detail/PersonalInformation/06_SpecialSkill.vue index 35d7bd696..ff65f9f40 100644 --- a/src/modules/04_registryPerson/components/detail/PersonalInformation/06_SpecialSkill.vue +++ b/src/modules/04_registryPerson/components/detail/PersonalInformation/06_SpecialSkill.vue @@ -439,7 +439,6 @@ onMounted(() => { v-model="visibleColumns" multiple outlined - v-if="mode === 'table'" dense options-dense :display-value="$q.lang.table.columns" @@ -550,9 +549,7 @@ onMounted(() => { @@ -795,10 +787,6 @@ onMounted(() => {