Преглед изворни кода

排班-隐藏申请调班按钮

zhonghuizhen пре 11 месеци
родитељ
комит
909218d3e3
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/views/business/​scheduleManage/list.vue

+ 1 - 1
src/views/business/​scheduleManage/list.vue

@@ -105,7 +105,7 @@ export default {
                 rowHandle: {
                     effect: 'display',
                     actions: [
-                        { key: 'adjust', label: '申请调班', type: 'primary', icon: 'ibps-icon-exchange', hidden: false },
+                        // { key: 'adjust', label: '申请调班', type: 'primary', icon: 'ibps-icon-exchange', hidden: false },
                         { key: 'edit', label: '编辑', type: 'primary', icon: 'ibps-icon-edit', hidden: (row) => {
                             return !this.isRoleFilter() && this.$store.getters.userId !== row.createBy
                         } },