소스 검색

Merge branch 'test' into tg

liujt 7 달 전
부모
커밋
75b3359979
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/bpm/tickets/repair/index.vue

+ 1 - 1
src/views/bpm/tickets/repair/index.vue

@@ -18,7 +18,7 @@
         <!-- 操作列 -->
         <template v-slot:action="{ row }">
           <el-link
-            v-if="row.orderStatus == 3 && row.createUserId == userId"
+            v-if="row.orderStatus == 3 && row.requestUserId == userId"
             type="primary"
             :underline="false"
             icon="el-icon-edit"