|
@@ -5,7 +5,7 @@
|
|
|
<ion-buttons slot="start">
|
|
|
<ion-icon :icon="arrowBackOutline()" @click="onBack"></ion-icon>
|
|
|
</ion-buttons>
|
|
|
- <ion-title>打卡签到</ion-title>
|
|
|
+ <ion-title>外出走访签到</ion-title>
|
|
|
</ion-toolbar>
|
|
|
</ion-header>
|
|
|
<ion-content>
|
|
@@ -15,8 +15,8 @@
|
|
|
<div id='signInMap' style=' width: 100%; height: 200px; z-index: 100'></div>
|
|
|
<div class="bw-vue-form">
|
|
|
<div class="form-select">
|
|
|
- <ion-label>打卡类型<span class="danger">*</span></ion-label>
|
|
|
- <ion-select interface="action-sheet" placeholder="请选择打卡类型" cancel-text="取消"
|
|
|
+ <ion-label>外出类型<span class="danger">*</span></ion-label>
|
|
|
+ <ion-select interface="action-sheet" placeholder="请选择外出类型" cancel-text="取消"
|
|
|
id="signinType" v-model="dataModel.signinType" @change="signinTypeChange()">
|
|
|
<ion-select-option v-for="(record,key) in signinTypeList" :key="key"
|
|
|
v-model:value="record.value">
|
|
@@ -42,7 +42,7 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="btn-box">
|
|
|
- <ion-button @click="onSave">确定打卡</ion-button>
|
|
|
+ <ion-button @click="onSave">确定签到</ion-button>
|
|
|
</div>
|
|
|
</ion-content>
|
|
|
|