mayf
2024-09-12 7c07b846eb42962867d7c9815c84f1235158eca0
pages/order/list/index.vue
@@ -200,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'
                          }
                        }