From a1cb31695b2ace129f33389d002ffe7c5125649d Mon Sep 17 00:00:00 2001
From: Tomas <tomasysh@gmail.com>
Date: 星期二, 28 十二月 2021 14:15:32 +0800
Subject: [PATCH] Merge branch 'master' of https://dev.pollex.com.tw:8443/r/pcalife/PAM

---
 PAMapp/components/singleSelectBtn.vue |    7 +------
 1 files changed, 1 insertions(+), 6 deletions(-)

diff --git a/PAMapp/components/singleSelectBtn.vue b/PAMapp/components/singleSelectBtn.vue
index 85e67a1..b7a4a55 100644
--- a/PAMapp/components/singleSelectBtn.vue
+++ b/PAMapp/components/singleSelectBtn.vue
@@ -20,7 +20,7 @@
 
 <script lang="ts">
   import { Component, Prop, PropSync, Vue } from "nuxt-property-decorator";
-
+  import { OptionBtnDto } from "~/shared/models/optionBtnDto.model";
   import * as _ from 'lodash';
 
   @Component
@@ -37,10 +37,5 @@
       // 銝餉�圾瘙箸����甈∟��嚗暺������
       this.syncSingleSelected = _.isEqual(this.syncSingleSelected, value) ? "" : value;
     }
-  }
-  export interface OptionBtnDto {
-    title    : string,
-    subTitle?: string,
-    label    : string | number,
   }
 </script>

--
Gitblit v1.8.0