From c8e9849cb5f24848df0174c13bfbbff37bb08a5a Mon Sep 17 00:00:00 2001
From: WXL <wl_5969728@163.com>
Date: 星期二, 21 七月 2026 15:45:30 +0800
Subject: [PATCH] 维护
---
src/views/project/unitCost/particulars/index.vue | 12 +++++++-----
1 files changed, 7 insertions(+), 5 deletions(-)
diff --git a/src/views/project/unitCost/particulars/index.vue b/src/views/project/unitCost/particulars/index.vue
index d71c45f..33eb553 100644
--- a/src/views/project/unitCost/particulars/index.vue
+++ b/src/views/project/unitCost/particulars/index.vue
@@ -161,7 +161,7 @@
/>
</template>
</el-table-column>
- <el-table-column
+ <!-- <el-table-column
label="鍒嗛厤绯荤粺缂栧彿"
align="center"
width="120"
@@ -174,7 +174,7 @@
placeholder="鍒嗛厤绯荤粺缂栧彿"
/>
</template>
- </el-table-column>
+ </el-table-column> -->
<el-table-column
label="鍙椾綋濮撴皬"
align="center"
@@ -394,12 +394,12 @@
</el-table-column>
<el-table-column prop="organno" label="鍣ㄥ畼缂栧彿" width="120">
</el-table-column>
- <el-table-column
+ <!-- <el-table-column
prop="caseno"
label="鍒嗛厤绯荤粺缂栧彿"
show-overflow-tooltip
>
- </el-table-column>
+ </el-table-column> -->
<el-table-column
prop="name"
label="鍙椾綋濮撴皬"
@@ -897,6 +897,7 @@
this.patientqueryParams.hospitalno = this.form.hospitalno;
this.patientqueryParams.paymentid = null;
this.patientqueryParams.paymentidIsNotNull = false;
+ this.patientqueryParams.pageSize = 10;
listDonorchargeorgan(this.patientqueryParams).then(res => {
this.donorchargeList = res.rows;
this.patienttotal = res.total;
@@ -995,6 +996,7 @@
listDonorpayment({ id: this.curId }).then(response => {
this.form = response.rows[0];
//鍣ㄥ畼璐圭敤淇℃伅
+ this.patientqueryParams.pageSize = 1000;
listDonorchargeorgan(this.patientqueryParams).then(res => {
console.log("listDonorchargeorgan", res);
this.donorchargeorgans = res.rows;
@@ -1011,6 +1013,7 @@
this.title = "鏌ョ湅鎹愮尞妗堜緥鍣ㄥ畼璐圭敤琛�";
this.form = response.rows[0];
//鍣ㄥ畼璐圭敤淇℃伅
+ this.patientqueryParams.pageSize = 1000;
listDonorchargeorgan(this.patientqueryParams).then(res => {
console.log("listDonorchargeorgan", res);
this.donorchargeorgans = res.rows;
@@ -1139,7 +1142,6 @@
"organtime",
"remark",
"name",
- "caseno",
"receiveTime"
];
columns.forEach((column, index) => {
--
Gitblit v1.9.3