feat: 통합 세력 장수/암행부 페이지 #213

Merged
Hide_D merged 31 commits from vue_general_list into devel 2022-04-08 02:28:58 +09:00
Showing only changes of commit f04845f7dd - Show all commits
+2 -1
View File
@@ -503,6 +503,7 @@ const columnRawDefs = ref<Partial<Record<headerType, GenColDef | GenColGroupDef>
return `<img src="${getIconPath(gen.imgsvr, gen.picture)}" width="64">`;
},
pinned: "left",
cellClass: [props.availableGeneralClick?'clickable-cell':'', ...defaultCellClass],
lockPosition: true,
},
name: {
@@ -522,7 +523,7 @@ const columnRawDefs = ref<Partial<Record<headerType, GenColDef | GenColGroupDef>
return style as CellStyle;
},
filterValueGetter: ({ data }) => convertSearch초성(data.name),
cellClass: ['clickable-cell', ...defaultCellClass],
cellClass: [props.availableGeneralClick?'clickable-cell':'', ...defaultCellClass],
filter: true,
hide: false,
lockVisible: true,