| | |
| | | /> |
| | | </ProFormItemV2> |
| | | </ProFormColItem> |
| | | </ProFormCol> |
| | | <ProFormCol> |
| | | <ProFormColItem :span="8" v-if="!isEdit"> |
| | | <ProFormItemV2 |
| | | label="密码:" |
| | |
| | | </ProFormItemV2> |
| | | </ProFormColItem> |
| | | </ProFormCol> |
| | | <ProFormCol> |
| | | <ProFormColItem :span="8"> |
| | | <ProFormItemV2 |
| | | label="操作密码:" |
| | | prop="password" |
| | | :check-rules="[{ message: '请输入操作密码' }]" |
| | | > |
| | | <ProFormText |
| | | v-model.trim="form.password" |
| | | :maxlength="30" |
| | | placeholder="请输入操作密码" |
| | | /> |
| | | </ProFormItemV2> |
| | | </ProFormColItem> |
| | | </ProFormCol> |
| | | <div class="chuck-add-or-edit-actions"> |
| | | <el-button @click="handleBack">返回</el-button> |
| | | <el-button v-if="!isDetail" type="primary" @click="handleSubmit">确认</el-button> |
| | |
| | | //@ts-ignore |
| | | checkOutStatus: { |
| | | formatter: (row: API.GetCheckReceiveTaskUserSubmitsQueryResultItem) => { |
| | | return row.checkOutTime ? '已签到' : '未到岗'; |
| | | return row.checkOutTime ? '已签到' : ''; |
| | | }, |
| | | }, |
| | | }, |