Jelajahi Sumber

加个按钮

flyzto 7 bulan lalu
induk
melakukan
06eacf2dc3
1 mengubah file dengan 2 tambahan dan 7 penghapusan
  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>