sc
This commit is contained in:
@@ -127,6 +127,11 @@
|
||||
</el-col>
|
||||
</el-row>
|
||||
<el-row :gutter="20">
|
||||
<el-col :span="12">
|
||||
<el-form-item label="微信号" prop="wxAlias">
|
||||
<el-input v-model="formData.wxAlias" placeholder="请输入微信号" />
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
<el-col :span="24">
|
||||
<el-form-item label="备注">
|
||||
<el-input v-model="formData.remark" placeholder="请输入内容" type="textarea" />
|
||||
@@ -243,7 +248,8 @@ const resetForm = () => {
|
||||
hireDate: formatDate(new Date(), 'YYYY-MM-DD'),
|
||||
retireDate: undefined,
|
||||
attendanceSettingId: undefined,
|
||||
instanceIds: []
|
||||
instanceIds: [],
|
||||
wxAlias: ''
|
||||
}
|
||||
formRef.value?.resetFields()
|
||||
}
|
||||
|
||||
@@ -33,6 +33,7 @@
|
||||
<el-table-column label="姓名" prop="name" />
|
||||
<el-table-column label="职位" prop="post" />
|
||||
<el-table-column label="手机号码" prop="mobile" width="120" />
|
||||
<el-table-column label="微信号" prop="wxAlias" width="120" />
|
||||
<el-table-column label="考勤方案" prop="attendanceSettingName" />
|
||||
<el-table-column label="已开通系统" prop="instanceName" />
|
||||
<el-table-column label="在职状态" key="status" width="150">
|
||||
|
||||
Reference in New Issue
Block a user