pages/order/list/index.vue
@@ -154,6 +154,7 @@ type: 'input', el: { placeholder: '收货人姓名/手机号' }, }, { label: '收货地址:', id: 'address', type: 'input' }, ], }, ], @@ -199,7 +200,7 @@ for (const tr of trs) { const tds = tr.querySelectorAll('td') if (tds && tds.length > 0) { tds[0].colSpan = 7 tds[0].colSpan = 8 tds[0].style.textAlign = 'center' } }