浏览代码

no message

linwenxin 6 月之前
父节点
当前提交
77743950dc
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      src/views/setting/insuranceAdministration/employerInsurance/index.vue

+ 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