소스 검색

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() {
     operation() {
       return this.operationBtn({
       return this.operationBtn({
         edit: {
         edit: {
+          conditions: ({ row, index, column }) => {
+            return row.policyOrderStatus == 'XG'
+          },
           click: ({ row, index, column }) => {
           click: ({ row, index, column }) => {
             this.item = { ...row }
             this.item = { ...row }
             this.visible = true
             this.visible = true