Explorar el Código

修改搜索栏文案

chauncey hace 8 meses
padre
commit
8f9621bd8d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/emergency/emergency-plan/src/config/search.ts

+ 1 - 1
src/views/emergency/emergency-plan/src/config/search.ts

@@ -39,7 +39,7 @@ export const EMERGENCY_PLAN_APPROVAL_SEARCH_CONFIG: SearchConfig[] = [
     component: 'ElSelect',
     selectOptions: APPROVAL_STATUS_OPTIONS,
     componentProps: {
-      placeholder: '请输入预案名称',
+      placeholder: '请选择审批状态',
     },
   },
 ];