From 904ffb487a6c2181a65feb925760108006b87a61 Mon Sep 17 00:00:00 2001 From: eight <641137800@qq.com> Date: 星期四, 12 九月 2024 18:14:28 +0800 Subject: [PATCH] update --- src/views/ecg/doctor/components/DevInstallPanel.vue | 14 ++++++++++++-- 1 files changed, 12 insertions(+), 2 deletions(-) diff --git a/src/views/ecg/doctor/components/DevInstallPanel.vue b/src/views/ecg/doctor/components/DevInstallPanel.vue index 7fc88e3..dcbf78c 100644 --- a/src/views/ecg/doctor/components/DevInstallPanel.vue +++ b/src/views/ecg/doctor/components/DevInstallPanel.vue @@ -23,8 +23,9 @@ </el-form-item> </el-form> <el-button @click="submitForm" type="primary" :disabled="formLoading">瑁呮満瀹屾垚</el-button> - <el-button @click="cancelInstall" type="primary" :disabled="formLoading">鏀惧純瑁呮満</el-button> <el-button @click="resetForm()">閲� 缃�</el-button> + <el-button @click="printBill()">鎵撳嵃灏忕エ</el-button> + <el-button @click="cancelInstall" :disabled="formLoading">鏀惧純瑁呮満</el-button> <!-- 鍖荤敓鎷嗘満鍒楄〃 --> @@ -46,7 +47,8 @@ label="浣滀笟鏃堕棿" align="center" prop="jobTime" - :formatter="timeFormatter" + :formatter="dateFormatter" + width="180px" /> <!-- <el-table-column label="浣滀笟姒傝" align="center" prop="summary" />--> <el-table-column label="澶囨敞" align="center" prop="remark" /> @@ -242,6 +244,14 @@ formData.value = await DevRentApi.getDevRent(rentId) } +const printBill = async () => { + ElNotification({ + title: '娓╅Θ鎻愮ず', + message: '寰呭疄鐜帮紒', + type: 'warning' + }) +} + /** 鍒濆鍖� **/ onMounted(() => { getList() -- Gitblit v1.9.3