保誠-保戶業務員媒合平台
Tomas
2021-11-17 51ad8fa1584f5159bc9afe750ada3f42cb6b6728
PAMapp/components/Client/ClientCard.vue
@@ -55,10 +55,9 @@
                <p>職業:{{client.job}}</p>
                <p>需求:{{client.requirement.replace(',', '、')}}</p>
                <p v-for="(item, index) in hopeContactTime" :key="index">連絡時段{{index + 1 | formatNumber}}:{{item}}</p>
                </div>
                <div class="mt-30 text--center" v-if="isReserved">
                    <el-button @click="markAppointment">標註為已連絡</el-button>
                </div>
            </div>
        </Ui-Dialog>
    </div>
@@ -197,8 +196,11 @@
    .dialogTxt {
        font-size: 20px;
        overflow:scroll;
        height:400px;
    }
    .text-right {
        text-align: right;
    }