| | |
| | | </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> |
| | |
| | | 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(","); |