From fd6df9412858c419689662d0ebd50f2cac231361 Mon Sep 17 00:00:00 2001 From: nidapeng <jp@doumee.com> Date: 星期六, 06 四月 2024 14:26:53 +0800 Subject: [PATCH] 提交一把 --- company/src/components/business/OpearaUnionChangeUnit.vue | 20 ++++++++++---------- 1 files changed, 10 insertions(+), 10 deletions(-) diff --git a/company/src/components/business/OpearaUnionChangeUnit.vue b/company/src/components/business/OpearaUnionChangeUnit.vue index 25ff19a..eca4962 100644 --- a/company/src/components/business/OpearaUnionChangeUnit.vue +++ b/company/src/components/business/OpearaUnionChangeUnit.vue @@ -63,20 +63,20 @@ label="琚繚闄╀汉"> </el-table-column> <el-table-column - prop="applyStartTime" - label="鏈熸湜淇濋櫓鐢熸晥璧锋湡"> + prop="validCode" + label="淇濆崟鍙�"> </el-table-column> <el-table-column - prop="addNum" - label="鍔犱繚浜烘暟"> + prop="startTime" + label="淇濋櫓鐢熸晥璧锋湡"> </el-table-column> <el-table-column - prop="delNum" - label="鍑忎繚浜烘暟"> + prop="endTime" + label="淇濋櫓鐢熸晥姝㈡湡"> </el-table-column> <el-table-column - prop="fee" - label="璐圭敤鍙樻洿"> + prop="changeNum" + label="鎹㈠巶浜烘暟"> </el-table-column> <el-table-column label="鎿嶄綔"> <template slot-scope="{row}"> @@ -156,7 +156,7 @@ import selectApplicationForm from '@/components/business/selectApplicationForm' import { listAll } from '@/api/business/applyChange' import { merge } from '@/api/business/unionChange' -import ApplyChangeDetails from '@/components/business/ApplyChangeDetails' +import ApplyChangeDetails from '@/components/business/ApplyChangeUnitDetails' import { fetchList as pageUnionList } from '@/api/business/unionApply' import {getDetail} from "@/api/business/insuranceApply"; export default { @@ -208,7 +208,7 @@ checkDetial(row){ getDetail(row.applyId).then(res => { // this.apply = res - this.$refs.ApplyChangeDetails.open('鍔犲噺淇濅汉鍛樺悕鍗�',res, row,2) + this.$refs.ApplyChangeDetails.open('鏇存崲娲鹃仯鍗曚綅浜哄憳',res, row,2) }).catch(err => { }) }, -- Gitblit v1.9.3