@@ -103,7 +103,7 @@ const actionColumn: BasicColumn = reactive({
label: '编辑',
icon: Edit,
onClick: () => {
- openDrawer('修改业务场景');
+ openDrawer('编辑业务场景');
tableInfo.value = record.row;
},