Compare commits

...

5 Commits

Author SHA1 Message Date
dev
bcea171273 Merge pull request 'Update default pagination' (#93) from dev-nghiantt-fix-bugs into dev
Reviewed-on: #93
2025-08-25 12:42:33 +09:00
08d2918a6d Update color of pagination ellipsis 2025-08-25 12:22:31 +09:00
2dde396442 Update default pagination 2025-08-25 11:59:01 +09:00
dev
4a20707c62 Merge pull request 'Update 0729' (#92) from dev-trungvq7-0729 into dev
Reviewed-on: #92
2025-08-21 18:24:20 +09:00
dev
f35924aac8 Update 0729 2025-08-21 18:18:44 +09:00
11 changed files with 14 additions and 55 deletions

View File

@ -22,6 +22,10 @@
background-color: transparent !important;
}
.ant-pagination-item-ellipsis {
color: map-deep-get($config, #{$theme}, "paging-text") !important;
}
.ant-pagination-item,
.ant-pagination-prev,
.ant-pagination-next {

View File

@ -34,7 +34,7 @@ export default {
},
itemsPerPageArray: {
type: Array,
default: () => [20, 50, 100],
default: () => [10, 20, 50],
},
},
data() {

View File

@ -117,7 +117,7 @@ export default {
// rowGridOrigin: [],
detailList: myDetail,
itemsPerPage: 20,
itemsPerPageArray: [10, 20, 30],
itemsPerPageArray: [10, 20, 50],
limit: 20,
page: 1,
totalCount: 0,

View File

@ -295,7 +295,7 @@ export default {
selectedRowKey: null,
selectedRowData: null,
itemsPerPage: 10,
itemsPerPageArray: [10, 20, 30],
itemsPerPageArray: [10, 20, 50],
limit: 20,
page: 1,
totalCount: 0,

View File

@ -134,7 +134,7 @@ export default {
// rowGridOrigin: [],
detailList: myDetail,
itemsPerPage: 10,
itemsPerPageArray: [10, 20, 30],
itemsPerPageArray: [10, 20, 50],
limit: 20,
page: 1,
totalCount: 0,

View File

@ -63,7 +63,7 @@
<v-tabs-items v-model="tab" style="height: calc(100% - 65px);" class="pt-6 py-2">
<v-tab-item v-for="(item, idx) in items" :key="item.id">
<component v-if="item.id == 'readPlcBaseInfoTab'" :is="'Form'" :parentPrgmId="myPrgmId"
:detailList="f" :bindingData="gridName"
:detailList="detailList" :bindingData="gridName"
@gridEditingFinish="gridEditingFinish" />
<ReadPlcAddInfoTab v-if="item.id == 'readPlcAddInfoTab'" :parentPrgmId="myPrgmId"
:innerTabGridInfo="{ tab, idx }" />
@ -923,51 +923,6 @@ const defaultData = {
},
};
const sampleData = [
{
readPlcNm: '서울 본사',
plcKind: '본사',
useFg: '사용',
_children: [
{
readPlcNm: '서울 본사 - 1층',
plcKind: '층',
useFg: '사용',
},
{
readPlcNm: '서울 본사 - 2층',
plcKind: '층',
useFg: '미사용',
},
],
},
{
readPlcNm: '부산 지사',
plcKind: '지사',
useFg: '사용',
_children: [
{
readPlcNm: '부산 지사 - A동',
plcKind: '건물',
useFg: '사용',
_children: [
{
readPlcNm: '부산 지사 - A동 1층',
plcKind: '층',
useFg: '사용',
},
],
},
],
},
{
readPlcNm: '대전 창고',
plcKind: '창고',
useFg: '미사용',
},
];
const myDetail = [
{
type: 'InputText',

View File

@ -117,7 +117,7 @@ export default {
formFg: false,
},
itemsPerPage: 10,
itemsPerPageArray: [10, 20, 30],
itemsPerPageArray: [10, 20, 50],
limit: 20,
page: 1,
totalCount: 0,

View File

@ -167,7 +167,7 @@ export default {
gridName: "rowGrid",
loadGrid: false,
itemsPerPage: 10,
itemsPerPageArray: [10, 20, 30],
itemsPerPageArray: [10, 20, 50],
limit: 20,
page: 1,
totalCount: 0,

View File

@ -153,7 +153,7 @@ export default {
detailList: myDetail,
alrmFg: null,
itemsPerPage: 10,
itemsPerPageArray: [10, 20, 30],
itemsPerPageArray: [10, 20, 50],
limit: 20,
page: 1,
totalCount: 0,

View File

@ -159,7 +159,7 @@ export default {
eqpmGdIdxFlag: false,
fabFlag: false,
itemsPerPage: 10,
itemsPerPageArray: [10, 20, 30],
itemsPerPageArray: [10, 20, 50],
limit: 20,
page: 1,
routeData: {},

View File

@ -110,7 +110,7 @@ export default {
rowKey: null,
edtingFinishFlag: 'Y',
itemsPerPage: 10,
itemsPerPageArray: [10, 20, 30],
itemsPerPageArray: [10, 20, 50],
limit: 20,
page: 1,
totalCount: 0,