Explorar el Código

修改错误描述

hubin hace 11 meses
padre
commit
56ee6700f8
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      src/views/setting/department/index.vue

+ 2 - 2
src/views/setting/department/index.vue

@@ -184,9 +184,9 @@ const selectionChange = e => {
 const forms = ref([
 	{
 		prop: 'keyword',
-		label: '角色名称:',
+		label: '部门名称:',
 		itemType: 'input',
-		placeholder: '请输入角色名称'
+		placeholder: '请输入部门名称'
 	},
 	{
 		prop: 'status',