From 94952b540f5cd3eb34cf24010c420969e076048e Mon Sep 17 00:00:00 2001 From: qx <1084500556@qq.com> Date: 星期一, 17 三月 2025 10:46:13 +0800 Subject: [PATCH] qx --- src/views/system/package/index.vue | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/views/system/package/index.vue b/src/views/system/package/index.vue index 58136e7..d710b41 100644 --- a/src/views/system/package/index.vue +++ b/src/views/system/package/index.vue @@ -364,7 +364,7 @@ </template> </el-table-column>--> </el-table> - <!-- <h3 style="font-weight: 600">鍚堣锛歿{ pics }}鍏�</h3> --> + <h4 style="font-weight: 600;padding-left:20px">涓�鍏遍�変腑{{DataList.length}}椤癸紝鍚堣锛歿{ form.xianprice }}鍏�</h4> </div> </el-col> </el-row> @@ -771,10 +771,12 @@ this.open = true; getPacInFo(row.pacId).then((response) => { // this.form = response.data; - console.log(this.form, 445); Object.keys(response.data).forEach((key) => { this.$set(this.form, key, response.data[key]); }); + this.youhui= this.form.limits + this.pics = this.form.price + this.form.xianprice = this.form.newPrice this.lastXianPrice = this.form.xianprice this.form.keywords = this.form.keywords.slice(0, -1); this.form.keywords = this.form.keywords.split(","); -- Gitblit v1.8.0