fix: 菜单管理增加微信小程序图标,修复部分问题
This commit is contained in:
@@ -52,7 +52,7 @@
|
||||
v-for="item in tableList"
|
||||
:key="item.id"
|
||||
class="item"
|
||||
:style="{ 'background-color': status[item.status].type }"
|
||||
:style="{ 'background-color': status[item.status] ? status[item.status].type : '' }"
|
||||
>
|
||||
<div class="new-top flex u-row-between">
|
||||
<div class="u-flex u-flex-1 u-p-r-10">
|
||||
|
||||
Reference in New Issue
Block a user