From d3f92860bb7bd72e52f6dc0e476d988188d00b48 Mon Sep 17 00:00:00 2001 From: wwl <xchao828@163.com> Date: 星期五, 27 十二月 2024 14:35:22 +0800 Subject: [PATCH] . --- src/views/hosp/project/index.vue | 38 ++++++++++++++++++++++---------------- 1 files changed, 22 insertions(+), 16 deletions(-) diff --git a/src/views/hosp/project/index.vue b/src/views/hosp/project/index.vue index aed11fc..c9078ee 100644 --- a/src/views/hosp/project/index.vue +++ b/src/views/hosp/project/index.vue @@ -181,12 +181,20 @@ :show-overflow-tooltip="true" /> <el-table-column - label="涓村簥鎰忎箟" + label="缁撴灉绫诲瀷" align="center" - prop="proMeaning" - width="350px" + prop="resultType" + width="110px" :show-overflow-tooltip="true" - /> + > + <template slot-scope="scope"> + <dict-tag + :options="dict.type.tj_result_type" + :value="scope.row.resultType" + /> + </template> + </el-table-column> + <!-- <el-table-column label="妫�鏌ユ柟寮�" align="center" prop="proCheckMethod" :show-overflow-tooltip="true" width="110px" /> --> <el-table-column @@ -226,19 +234,12 @@ > </el-table-column> <el-table-column - label="椤圭洰绫诲瀷" + label="涓村簥鎰忎箟" align="center" - prop="resultType" - width="110px" + prop="proMeaning" + width="350px" :show-overflow-tooltip="true" - > - <template slot-scope="scope"> - <dict-tag - :options="dict.type.tj_result_type" - :value="scope.row.resultType" - /> - </template> - </el-table-column> + /> <el-table-column label="澶囨敞" prop="remark" @@ -1066,6 +1067,10 @@ lisXmmc: "", proMetering: "", proScope: "", + + resultType: "", // 鍒濆鍊� + + }, // 琛ㄥ崟鏍¢獙 rules: { @@ -1191,6 +1196,7 @@ this.form.proPrice = 0.0; this.form.proName = ""; this.form.proId = null; + this.form.resultType = "1"; // ProjectTree getlist().then((response) => { if (response.code == 200) { @@ -1491,6 +1497,7 @@ consumablesList: [], tjStandardList: [], proStatus: "0", + resultType: "1", }; this.resetForm("form"); }, @@ -1649,7 +1656,6 @@ this.proParent = false; getProject(proId).then((response) => { console.log(response, 999); - this.form = response.data; if (this.form.proParentId === "0") { this.showPrise = true; -- Gitblit v1.8.0