摘要: 由于一开始使用的是查询四个表的所有结果后进行过滤,因此在着使用过滤的方法不使用sql的模糊查询 <template> <div class="all-orders-container"> <el-card class="orders-card"> <template #header> <div cl 阅读全文
posted @ 2025-05-16 20:36 QixunQiu 阅读(14) 评论(0) 推荐(0)
摘要: import tkinter as tk from tkinter import ttk, messagebox import random import time from datetime import datetime class AbacusTest: def __init__(self): 阅读全文
posted @ 2025-05-16 20:35 QixunQiu 阅读(14) 评论(0) 推荐(0)