zhonghuizhen 11 mesi fa
parent
commit
3ec6e491e2
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      src/views/business/attendance/makeUPVerify.vue

+ 2 - 2
src/views/business/attendance/makeUPVerify.vue

@@ -90,8 +90,8 @@ export default {
                     effect: 'default',
                     // effect: 'display',
                     actions: [
-                        { key: 'agree', label: '同意', type: 'success', icon: 'ibps-icon-check', hidden: function (row) { return (row.zhuang_tai_ === '已通过' || row.zhuang_tai_ === '已撤销') } },
-                        { key: 'disagree', label: '不同意', type: 'danger', icon: 'ibps-icon-close', hidden: function (row) { return (row.zhuang_tai_ === '已通过' || row.zhuang_tai_ === '已撤销') } },
+                        { key: 'agree', label: '同意', type: 'success', icon: 'ibps-icon-check', hidden: function (row) { return (row.zhuang_tai_ === '已通过' || row.zhuang_tai_ === '已撤销' || row.zhuang_tai_ === '未通过') } },
+                        { key: 'disagree', label: '不同意', type: 'danger', icon: 'ibps-icon-close', hidden: function (row) { return (row.zhuang_tai_ === '已通过' || row.zhuang_tai_ === '已撤销' || row.zhuang_tai_ === '未通过') } },
                         { key: 'detail', label: '详情', type: 'primary', icon: 'ibps-icon-list-alt' }
                     ]
                 }