Преглед изворни кода

bug-1837 消息附件显示异常

cfort пре 1 година
родитељ
комит
1d5ea943cb
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      src/views/platform/message/inner/receive.vue

+ 2 - 2
src/views/platform/message/inner/receive.vue

@@ -50,8 +50,8 @@
                     <i class="ibps-icon-paperclip" />
                 </el-tooltip>
             </template>
-            <template slot="file" slot-scope="v">
-                <span> {{ v.fileMsg ? '有' : '无' }}</span>
+            <template slot="file" slot-scope="scope">
+                <span> {{ scope.row.fileMsg ? '有' : '无' }}</span>
             </template>
         </ibps-crud>
         <!-- 明细 -->