Explorar el Código

fix:修改成编辑业务场景

chauncey hace 1 año
padre
commit
c8e6c52da7
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/system-config/business-scene/PageBusinessScene.vue

+ 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;
                     },
                 },