Update Screen 16, 22 #13

Merged
dev merged 2 commits from dev-trungvq7-2207 into dev 2025-07-29 11:30:57 +09:00
14 changed files with 337 additions and 512 deletions
Showing only changes of commit 710714116e - Show all commits

View File

@ -62,9 +62,7 @@
<v-btn v-if="!searchParam.isMulti" :ripple="false" @click="search()">검색</v-btn> -->
<!-- as-is 봐도 초기화가 하는 기능을 모르겠음.. -->
</v-col>
<v-col cols="2" class="text-right"><a-button class="expand-btn" :ripple="false" @click="btnTreeExpand()"
style="color: #000000E0;fill:#000000E0">
<!-- {{ treeExpand }} -->
<v-col cols="2" class="text-right"><a-button class="expand-btn" :ripple="false" @click="btnTreeExpand()">
<v-icon small>$icoExpandAlt</v-icon>
Expand All
</a-button></v-col>