Explorar o código

fix:修改成编辑业务场景

chauncey hai 1 ano
pai
achega
c8e6c52da7

+ 1 - 1
src/views/system-config/business-scene/PageBusinessScene.vue

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