ปรับ ui วินัย กรรมการ
This commit is contained in:
parent
bc2d7b8ebf
commit
ce3ad087de
8 changed files with 590 additions and 120 deletions
|
|
@ -19,7 +19,7 @@ import DialogAddPersonal from "@/components/Dialogs/AddPersonal.vue";
|
|||
|
||||
const $q = useQuasar();
|
||||
const fileDocDataUpload = ref<File[]>([]);
|
||||
const channelOptions = ref<DataOption[]>([]);
|
||||
const channelOptions = ref<DataOption[]>([]);
|
||||
/** เรียกใช้ store */
|
||||
const mixin = useCounterMixin();
|
||||
const mainStore = useDisciplineMainStore();
|
||||
|
|
@ -522,6 +522,7 @@ onMounted(() => {
|
|||
</div>
|
||||
<div v-else-if="col.name == 'info'">
|
||||
<router-link
|
||||
target="_blank"
|
||||
:to="`/registry/${props.row.personId}`"
|
||||
><q-icon name="info" color="info" size="sm"
|
||||
><q-tooltip
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue