From 6e6fec028ffc9a27b3c8d30eb484cd361a119d76 Mon Sep 17 00:00:00 2001 From: Ben Lin <maobin001@msn.com> Date: 星期一, 25 十一月 2024 23:53:12 +0800 Subject: [PATCH] 入库单更新 --- src/views/tigerprojects/system/menu/index.vue | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/tigerprojects/system/menu/index.vue b/src/views/tigerprojects/system/menu/index.vue index 9eea644..6b29a8f 100644 --- a/src/views/tigerprojects/system/menu/index.vue +++ b/src/views/tigerprojects/system/menu/index.vue @@ -15,14 +15,14 @@ @expanded-rows-change="onExpandedRChg" > <template #toolbar> - <a-button type="primary" @click="handleCreate('BS 鑿滃崟')"> 鏂板鑿滃崟 </a-button> + <a-button type="primary" @click="handleCreate('BS')"> 鏂板鑿滃崟 </a-button> </template> <template #action="{ record }"> <TableAction :actions="[ { icon: 'clarity:note-edit-line', - onClick: handleEdit.bind(null, record, 'BS 鑿滃崟'), + onClick: handleEdit.bind(null, record, 'BS'), name: '', }, { @@ -98,7 +98,7 @@ // const [registerTable, { reload, expandRows }] = useTable({ title: '鑿滃崟鍒楄〃', api: getMenuList, - searchInfo: { menuName: 'BS 鑿滃崟' }, + searchInfo: { menuName: 'BS' }, columns, formConfig: { labelWidth: 120, -- Gitblit v1.9.3