From 5019ed6016b47221321bf395cd102dc4b51b4724 Mon Sep 17 00:00:00 2001 From: MrShi <1878285526@qq.com> Date: 星期一, 05 二月 2024 09:40:43 +0800 Subject: [PATCH] Mr.Shi --- company/src/components/enterprise/additionSubtractionApplication.vue | 13 ++++--------- 1 files changed, 4 insertions(+), 9 deletions(-) diff --git a/company/src/components/enterprise/additionSubtractionApplication.vue b/company/src/components/enterprise/additionSubtractionApplication.vue index 2d369a8..9a62700 100644 --- a/company/src/components/enterprise/additionSubtractionApplication.vue +++ b/company/src/components/enterprise/additionSubtractionApplication.vue @@ -19,8 +19,8 @@ v-model="form.applyStartTime" type="date" :picker-options="pickerOptions" - value-format="yyyy-MM-dd" - format="yyyy 骞� MM 鏈� dd 鏃�" + value-format="yyyy-MM-dd HH:mm:ss" + format="yyyy-MM-dd HH:mm:ss" placeholder="閫夋嫨鏃ユ湡"> </el-date-picker> <span style="color: #F95601; font-size: 14px;">锛堟鏃ョ敓鏁堟姇淇濊浜�17:30鍓嶆彁浜わ紝瓒呮椂鎻愪氦浠ヤ繚闄╁崟涓哄噯锛�</span> @@ -78,7 +78,7 @@ <el-table-column prop="currentFee" align="center" - label="褰撳墠璐圭敤(鍏�)"> + label="浜х敓璐圭敤(鍏�)"> </el-table-column> <el-table-column prop="fee" @@ -183,7 +183,7 @@ import confirmJobType from '@/components/enterprise/confirmJobType' import { all } from '@/api/business/solutions' import { getDetail } from '@/api/business/insuranceApply' - import { create, getChangeCountCyclePriceVO, applyChagneDetailList } from '@/api/business/applyChange' + import { create, getChangeCountCyclePriceVO } from '@/api/business/applyChange' export default { name: 'additionSubtractionApplication', extends: BaseOpera, @@ -265,11 +265,6 @@ }, handleClick(e) { this.activeName = e.index - }, - getApplyChagneDetailList() { - applyChagneDetailList({ - - }) }, // 鑾峰彇鎶曚繚璇︽儏 getDetails() { -- Gitblit v1.9.3