فهرست منبع

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

liujt 7 ماه پیش
والد
کامیت
7fa8c732cd
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"