去掉文件列表中的评分

main
王家东 4 months ago
parent d4f5d49ed3
commit 55d3e0554b
  1. 4
      jeecgboot-vue3-master/src/views/UpfilePersion/UpfilePersionList.vue

@ -412,10 +412,10 @@
); );
} else if (isCommittee.value) { } else if (isCommittee.value) {
tableAction.unshift( tableAction.unshift(
{ /* {
label: '评分', label: '评分',
onClick: handleScore.bind(null, record), onClick: handleScore.bind(null, record),
}, },*/
{ {
label: '驳回', label: '驳回',
popConfirm: { popConfirm: {

Loading…
Cancel
Save