flyzto 7 ヶ月 前
コミット
06eacf2dc3
1 ファイル変更2 行追加7 行削除
  1. 2 7
      web/apps/web-antd/src/views/match/solutions/index.vue

+ 2 - 7
web/apps/web-antd/src/views/match/solutions/index.vue

@@ -30,13 +30,8 @@ onMounted(() => {
 
 <template>
   <Page>
-    <div class="center-order-container">
-      <div class="center-order-header">
-        <div class="center-order-header-title">
-          <span>中单记录</span>
-        </div>
-      </div>
-    </div>
+    <h3>中单记录</h3>
+    <Button type="primary" @click="updateSolutions">刷新</Button>
   </Page>
 </template>