保誠-保戶業務員媒合平台
Tomas
2021-12-21 1d787d91e9ef23794a6ec648123bb8bfeaa00d44
PAMapp/components/Consultant/ConsultantList.vue
@@ -25,14 +25,13 @@
<script lang="ts">
import { Vue, Component, Prop, namespace } from 'nuxt-property-decorator';
import { Consultant } from '~/assets/ts/models/consultant.model';
import { Role } from '~/assets/ts/models/enum/Role';
const roleStorage = namespace('localStorage');
@Component
export default class ConsultantList extends Vue {
    @Prop() agents!: Consultant[];
    @Prop() title! : string;
    @Prop() title! : string;
    @roleStorage.Getter isUserLogin!:boolean;
    get agentList(){