Browse Source

no message

linwenxin 6 tháng trước cách đây
mục cha
commit
77743950dc

+ 3 - 0
src/views/setting/insuranceAdministration/employerInsurance/index.vue

@@ -167,6 +167,9 @@ export default {
     operation() {
       return this.operationBtn({
         edit: {
+          conditions: ({ row, index, column }) => {
+            return row.policyOrderStatus == 'XG'
+          },
           click: ({ row, index, column }) => {
             this.item = { ...row }
             this.visible = true