linwenxin 6 månader sedan
förälder
incheckning
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