Commit eaad93f3 authored by lshan's avatar lshan

lishan

parent c22db44d
......@@ -29,14 +29,16 @@
/>
<!-- 手机号/员工编号/入职时间 -->
<c-cell
title="手机号"
v-model="tel"
title="手机号"
v-model="tel"
placeholder="请输入手机号"
class="mt-4"
type="input"
/>
<c-cell
title="员工编号"
v-model="digit"
v-model="digit"
placeholder="请输入员工编号"
type="input"
/>
<c-cell
......@@ -87,8 +89,8 @@ export default Vue.extend({
return {
name: '',//姓名
position:'',
tel: '12312345678',//电话号码
digit: '12',//员工编号
tel: '',//电话号码
digit: '',//员工编号
date: '请选择入职时间',//入职时间
show:false,//日期弹窗
}
......
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