รายการลา สิทธ์
This commit is contained in:
parent
3dec9ee381
commit
c198d3d153
5 changed files with 48 additions and 31 deletions
|
|
@ -13,7 +13,7 @@ import http from "@/plugins/http";
|
|||
import config from "@/app.config";
|
||||
import keycloak from "@/plugins/keycloak";
|
||||
import moment from "moment";
|
||||
|
||||
import { checkPermission } from "@/utils/permissions";
|
||||
/** importType*/
|
||||
import type {
|
||||
DataDateMonthObject,
|
||||
|
|
@ -292,11 +292,11 @@ const monthYearThai = (val: DataDateMonthObject) => {
|
|||
<template v-slot:eventContent="arg">
|
||||
<div
|
||||
class="row col-12 items-center no-wrap"
|
||||
:style="`background: + ${arg.event.color}`"
|
||||
:style="checkPermission($route)?.attrIsGet ? `background: + ${arg.event.color}`:`background: + ${arg.event.color};pointer-events: none;cursor: auto;`"
|
||||
>
|
||||
<div
|
||||
class="textHover col-10"
|
||||
@click="redirectToDetail(arg.event.id)"
|
||||
@click="checkPermission($route)?.attrIsGet ? redirectToDetail(arg.event.id):''"
|
||||
>
|
||||
{{ arg.event.title }}
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue