'新增页面'
This commit is contained in:
@ -30,6 +30,8 @@
|
||||
...pageData.pageConfiger,
|
||||
total: pageData.total
|
||||
}"></Pages>
|
||||
|
||||
<ViewDetailsDialog v-model="visible" />
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
@ -40,9 +42,10 @@ import MyTable from '@/components/aboutTable/MyTable.vue';
|
||||
import Pages from '@/components/aboutTable/Pages.vue';
|
||||
import Search from '@/components/aboutTable/Search.vue';
|
||||
import PageTitle from '@/components/aboutTable/PageTitle.vue';
|
||||
import viewDetailsDialog from "./components/viewDetailsDialog.vue";
|
||||
import ViewDetailsDialog from "./components/viewDetailsDialog.vue";
|
||||
import { qcckGet, qcckPost, qcckDelete } from "@/api/qcckApi.js";
|
||||
|
||||
const visible = ref(false);
|
||||
const searchBox = ref(null);
|
||||
const D_BZ_BXDLX = ref([]);
|
||||
const searchConfiger = ref([
|
||||
|
||||
Reference in New Issue
Block a user