hubin 11 месяцев назад
Родитель
Сommit
56ee6700f8
1 измененных файлов с 2 добавлено и 2 удалено
  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',