This commit is contained in:
2023-04-20 09:35:51 +08:00
parent 34e511ac7f
commit a8d35cb259
2 changed files with 2 additions and 2 deletions

View File

@@ -91,7 +91,7 @@
}; };
}, },
created () { created () {
// this._stivtQuery(this.val1, this.val2) this._stivtQuery(this.val1, this.val2)
}, },
methods: { methods: {
handleChange1 (e) { handleChange1 (e) {

View File

@@ -29,7 +29,7 @@
</thead> </thead>
<tbody> <tbody>
<tr v-for="(e, i) in dataList" :key="i"> <tr v-for="(e, i) in dataList" :key="i">
<td style="text-decoration: underline;" @tap="toXq(el.package_box_sn)">{{e.package_box_sn}}</td> <td style="text-decoration: underline;" @tap="toXq(e.package_box_sn)">{{e.package_box_sn}}</td>
<td>{{e.point_code}}</td> <td>{{e.point_code}}</td>
<td>{{e.point_name}}</td> <td>{{e.point_name}}</td>
<td>{{e.box_weight}}</td> <td>{{e.box_weight}}</td>