diff --git a/Yi.RuoYi.Vue3/src/views/system/role/index.vue b/Yi.RuoYi.Vue3/src/views/system/role/index.vue index 5fdc3334..aef256ca 100644 --- a/Yi.RuoYi.Vue3/src/views/system/role/index.vue +++ b/Yi.RuoYi.Vue3/src/views/system/role/index.vue @@ -3,11 +3,11 @@ + @keyup.enter="handleQuery" /> + @keyup.enter="handleQuery" /> @@ -16,7 +16,7 @@ + start-placeholder="开始日期" end-placeholder="结束日期"> 搜索 @@ -29,11 +29,11 @@ 修改 + v-hasPermi="['system:role:edit']">修改 删除 + v-hasPermi="['system:role:remove']">删除 导出 @@ -52,7 +52,7 @@ @@ -72,7 +72,7 @@ + v-hasPermi="['system:role:edit']"> @@ -83,7 +83,7 @@ + @pagination="getList" /> @@ -110,7 +110,7 @@ {{ dict.label - }} + }} @@ -119,8 +119,8 @@ 父子联动 + :check-strictly="!form.menuCheckStrictly" empty-text="加载中,请稍候" + :props="{ label: 'label', children: 'children' }"> @@ -155,8 +155,8 @@ 父子联动 + :check-strictly="!form.deptCheckStrictly" empty-text="加载中,请稍候" + :props="{ label: 'label', children: 'children' }">