|
|
@@ -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>
|