diff --git a/src/components/TableHistory.vue b/src/components/TableHistory.vue index 9b85a17..69733c1 100644 --- a/src/components/TableHistory.vue +++ b/src/components/TableHistory.vue @@ -160,8 +160,9 @@ const pagination = ref({ v-if="props.row.statusEdit === 'edit'" outline icon="edit" + size="12px" label="ขอแก้ไข" - color="info" + color="cyan-6" @click="openPopup(props.row)" />