Pārlūkot izejas kodu

修复菜单管理列表展示icon为null时报错bug

daxiongYang 6 gadi atpakaļ
vecāks
revīzija
fc89d85dc1
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      src/views/modules/sys/menu.vue

+ 1 - 1
src/views/modules/sys/menu.vue

@ -35,7 +35,7 @@
35 35
        align="center"
36 36
        label="图标">
37 37
        <template slot-scope="scope">
38
          <icon-svg :name="scope.row.icon"></icon-svg>
38
          <icon-svg :name="scope.row.icon || ''"></icon-svg>
39 39
        </template>
40 40
      </el-table-column>
41 41
      <el-table-column