diff --git a/ruoyi-ui/src/views/kaohe/pingce/index.vue b/ruoyi-ui/src/views/kaohe/pingce/index.vue index 804ef10..1d071ee 100644 --- a/ruoyi-ui/src/views/kaohe/pingce/index.vue +++ b/ruoyi-ui/src/views/kaohe/pingce/index.vue @@ -6,6 +6,7 @@ v-model="queryParams.pcTitle" placeholder="请输入考核任务名称" clearable + @keyup.enter.native="handleQuery" /> @@ -13,26 +14,18 @@ v-model="queryParams.templateName" placeholder="请输入模板名称" clearable - + @keyup.enter.native="handleQuery" /> - 搜索 @@ -48,9 +41,10 @@ icon="el-icon-plus" size="mini" @click="handleAdd" + v-hasPermi="['kaohe:pingce:add']" >新增 - + 删除 @@ -77,12 +73,13 @@ icon="el-icon-download" size="mini" @click="handleExport" + v-hasPermi="['kaohe:pingce:export']" >导出 + - @@ -93,7 +90,7 @@ - + 修改 - + v-hasPermi="['kaohe:pingce:edit']" + >修改 查看评分账号 - + v-hasPermi="['kaohe:pingce:remove']" + >删除 + + @@ -159,30 +164,21 @@ - - - + + {{ dict.label }} - - + 选择职工 - + @@ -193,7 +189,7 @@ - + 展开/折叠 全选/全不选 父子联动 @@ -237,11 +233,19 @@ - + + + @@ -283,8 +287,8 @@ + + + + @@ -326,7 +340,7 @@ - + @@ -339,8 +353,8 @@ - - {{ item.label }} + + {{ item.label }} @@ -381,19 +395,31 @@ - 评分规则 - 去评分 + + 评分规则 + 去评分 + + + + 评分规则 + + @@ -402,52 +428,49 @@ - + - + - {{ item.label }} + + + + - + - + - - - - - - - - + - + - + + @@ -560,11 +584,18 @@ - - - - - - - - - - - - - - - - - - - - - - - -