log -> 등록,수정자로 변경

This commit is contained in:
yoon 2025-03-27 13:55:52 +09:00
parent fdf439246e
commit 913146393f

View File

@ -63,7 +63,7 @@
</div>
</div>
</div>
<button type="button" class="btn ms-auto text-white" :style="`background-color: ${projctColor} !important;`" @click.stop="openModal">log</button>
<button type="button" class="btn ms-auto text-white" :style="`background-color: ${projctColor} !important;`" @click.stop="openModal"><i class='bx bx-child'></i></button>
</div>
</div>
</div>
@ -71,7 +71,7 @@
<!-- 로그 모달 -->
<CenterModal :display="isModalOpen" @close="closeModal">
<template #title> Log </template>
<template #title> 등록·수정자 </template>
<template #body>
<div v-if="logData.length > 0">
<div