Explorar el Código

fix: 【公共】基础表格demo修改

hanxiaohui hace 4 meses
padre
commit
d5543b22b7
Se han modificado 1 ficheros con 3 adiciones y 4 borrados
  1. 3 4
      src/views/table-demo/index.vue

+ 3 - 4
src/views/table-demo/index.vue

@@ -65,8 +65,6 @@
   };
 
   const openModalBase = () => {
-    console.log('demoBaseModal', demoBaseModal);
-
     demoBaseModal.value.showModal();
   };
 
@@ -88,7 +86,7 @@
     fetchTableData,
   } = useBsTable({
     tableOptions: {
-      url: '/api/get-table',
+      url: '/supports/customer/queryPage',
       toolbarTopConfig: {
         enable: true,
         buttons: [
@@ -359,6 +357,7 @@
 </script>
 
 <style scoped lang="scss">
-  .table-demo {
+  .sub-table-input {
+    padding: 10px;
   }
 </style>