zhanghua
2025-08-02 08c2033475fa42690c3246aa1510f6c6c932c2ea
src/views/order/index.vue
@@ -122,8 +122,8 @@
        fetchData() {
            this.listLoading = true;
            getData(this.data).then((response) => {
                this.list = response.data.findOrderByOrgId.ls;
                this.total = response.data.findOrderByOrgId.pageOut.total;
                this.list = response.data.findOrderVoByOrgId.ls;
                this.total = response.data.findOrderVoByOrgId.pageOut.total;
                this.listLoading = false;
            });
        },
@@ -185,7 +185,7 @@
                <th width="140px" nowradiv>科目</th>
                <th width="80px" nowradiv>数量</th>
                <th width="80px" nowradiv>赠送</th>
                <th width="100px" nowradiv>余额</th>
                <th width="100px" nowradiv>金额</th>
                <th>课程顾问</th>
            </tr>
            ${detail}
@@ -204,6 +204,7 @@
                })</td>
            </tr>
        </table>
        <div>&nbsp;校区地址:${row.org.address||row.org.addressDetail}</div>
        <div>&nbsp;备注:${row.message || ""} </div>
        <br>
        <br>