Explorar o código

Merge branch 'master' of http://110.41.163.243:9980/kd-aiot/kd-aiot-frontend-wt

liujt hai 7 meses
pai
achega
7fa8c732cd
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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"