Commit 93d0ecbc authored by sixiaofeng's avatar sixiaofeng

Merge remote-tracking branch 'origin/ls_tev'

parents efd544b4 eaad93f3
......@@ -31,13 +31,15 @@
<c-cell
title="手机号"
v-model="tel"
:content="tel"
placeholder="请输入手机号"
class="mt-4"
type="input"
/>
<c-cell
title="员工编号"
v-model="digit"
:content="digit"
placeholder="请输入员工编号"
type="input"
/>
<c-cell
dot
......@@ -87,8 +89,8 @@ export default Vue.extend({
return {
name: '',//姓名
position:'',
tel: '12312345678',//电话号码
digit: '12',//员工编号
tel: '',//电话号码
digit: '',//员工编号
date: '请选择入职时间',//入职时间
show:false,//日期弹窗
}
......
......@@ -49,17 +49,9 @@
</template>
<script lang="ts">
import Vue from 'vue'
import { Field, Toast } from 'vant';
import { Icon } from 'vant';
import { Image } from 'vant';
Vue.use(Image);
Vue.use(Icon);
Vue.use(Field);
export default Vue.extend({
name: 'Two-code',
components: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment