cloudroam
2024-09-20 e93234340fe0958b8c205ea6d60d43c9c0d76b14
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'
                          }
                        }