Przeglądaj źródła

fix(维修工单): 修正操作列显示条件,将createUserId改为requestUserId

yusheng 7 miesięcy temu
rodzic
commit
e52b916f0b
1 zmienionych plików z 1 dodań i 1 usunięć
  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"