{
this.form = Object.assign(this.form, data.pd) // copy obj
console.log(this.form)
+ if (this.form.IS_INJURIES_PAY_TIME_START && this.form.IS_INJURIES_PAY_TIME_END) {
+ this.form.IS_INJURIES_PAY_TIME = [this.form.IS_INJURIES_PAY_TIME_START, this.form.IS_INJURIES_PAY_TIME_END];
+ }
if (data.userPhotoFile) {
data.userPhotoFile.map(item => {
const obj = { id: item.IMGFILES_ID, name: item.FILENAME, url: config.fileUrl + item.FILEPATH }
diff --git a/src/views/PersonManager/user/components/view.vue b/src/views/PersonManager/user/components/view.vue
index f341d35..e328aa9 100644
--- a/src/views/PersonManager/user/components/view.vue
+++ b/src/views/PersonManager/user/components/view.vue
@@ -105,7 +105,7 @@
是否按期缴纳工伤保险 |
{{ formatLabel(dataForm.IS_INJURIES_PAY) }} |
工伤保险有效期 |
- {{ dataForm.IS_INJURIES_PAY_TIME }} |
+ {{ dataForm.IS_INJURIES_PAY_TIME_START + ' - ' + dataForm.IS_INJURIES_PAY_TIME_END}} |
工伤保险凭证 |
|