07 2024 档案
摘要:a-tree-select <a-tree-select style="width: 260px" v-model:value="formState.userOrgCode" show-search :show-checked-strategy="SHOW_PARENT" :tree-data="T
阅读全文
摘要:const formattedDate = dayjs().format('YYYY年MM月DD日_HH点mm分ss秒');
阅读全文
摘要:说明:★ filter-option千万要设置成false 否则会影响搜索框搜索 <a-select v-model:value="inputSearch" label-in-value :show-search="true" placeholder="请输入" style="width: 100%
阅读全文
摘要:// index.vue let sidebarShow: any; const createDialog = async (visible: boolean, data?: any) => { const HelloWorld = (await import("../components/Side
阅读全文
摘要:"workbench.editorAssociations": { "*.md": "vscode.markdown.preview.editor" }
阅读全文
摘要:wx.navigateTo 保留当前页面,跳转到应用内的某个页面,但不能跳转tabbar页面 wx.navigateBack可返回到原页面,小程序中页面栈最多十层 参考连接 wx.navigateTo({ url: '/goods/detail?id=312', events: { 为指定事件添加一
阅读全文
摘要:核心代码 <a-tree ref="treeRef" class="draggable-tree" v-if="treeData.length" :tree-data="treeData" checkable @check="treeSelect" @select="onSelect" :selec
阅读全文
摘要:React Ant Design Modal * useModal.js export function useModal(callbackOk, callbackCancel) { const [visible, setVisible] = useState(false) const showMo
阅读全文
摘要:示例图 usePageSizeSelect.js import {useState} from "react"; import Bus from "../../utils/eventBus"; export function usePageSizeSelect() { const onInputKe
阅读全文