From 1f0a216023a1be09fa733b347dd8b42cd6a7d6bb Mon Sep 17 00:00:00 2001 From: jscyl13849007907 <13849007907@163.com> Date: Tue, 4 Feb 2025 13:48:17 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=AE=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/FirstJob/recordBill.vue | 6 ++-- src/components/FirstJob/recordBillTable.vue | 44 ++++++++++++++--------------- 2 files changed, 24 insertions(+), 26 deletions(-) diff --git a/src/components/FirstJob/recordBill.vue b/src/components/FirstJob/recordBill.vue index 60c66a7..c92fe89 100644 --- a/src/components/FirstJob/recordBill.vue +++ b/src/components/FirstJob/recordBill.vue @@ -25,7 +25,7 @@
- +
@@ -70,7 +70,7 @@ - +
{{ storeName || "-" }} diff --git a/src/components/FirstJob/recordBillTable.vue b/src/components/FirstJob/recordBillTable.vue index 5b63b66..d36db6e 100644 --- a/src/components/FirstJob/recordBillTable.vue +++ b/src/components/FirstJob/recordBillTable.vue @@ -1,26 +1,21 @@ @@ -61,21 +56,21 @@ export default { dataIndex: "agencyName", key: "agencyName", ellipsis: true, - width:200, + width:140, }, { title: "服务费", dataIndex: "servetype", key: "servetype", ellipsis: true, - width:180, + width:100, }, { title: "员工薪资", dataIndex: "jobpricemonth", key: "jobpricemonth", ellipsis: true, - width:180, + width:100, customRender: (text, row, index) => { // console.log(row); // console.log(row.salaryClassify); @@ -146,14 +141,17 @@ export default { openModal() { this.isModalVisible = true; // 可在此处加载或更新表格数据 + // this.$emit('update:isModalVisible', true); }, confirmModal() { this.isModalVisible = false; // 处理确认逻辑,如保存更改等 + // this.$emit('update:isModalVisible', false); }, cancelModal() { this.isModalVisible = false; // 清理或重置状态 + this.$emit('update:isModalVisible', false); }, // 获取工作列表