From f792e8ecddfcd4c1d09504fa8a6a9181586ae88c Mon Sep 17 00:00:00 2001 From: WXL <1785969728@qq.com> Date: 星期四, 14 三月 2024 17:35:22 +0800 Subject: [PATCH] 11 --- src/views/project/unitCost/particulars.vue | 14 +++++++++++--- 1 files changed, 11 insertions(+), 3 deletions(-) diff --git a/src/views/project/unitCost/particulars.vue b/src/views/project/unitCost/particulars.vue index f2006da..160e216 100644 --- a/src/views/project/unitCost/particulars.vue +++ b/src/views/project/unitCost/particulars.vue @@ -178,17 +178,25 @@ </template> </el-table-column> <el-table-column - prop="hospitalname" + prop="hospitalno" align="center" label="鎺ユ敹鍖婚櫌" width="280" > <template slot-scope="scope"> - <el-input + <!-- <el-input v-model="scope.row.hospitalname" :disabled="true" placeholder="鎺ユ敹鍖婚櫌" - /> + /> --> + <org-selecter + ref="tranHosSelect" + :org-type="'4'" + :disabled="true" + + v-model="scope.row.hospitalno" + style="width: 100%" + /> </template> </el-table-column> <el-table-column -- Gitblit v1.9.3