Browse Source

隐藏业务记录与更新记录的菜单

dlt_manageScope_0428
mk 2 years ago
parent
commit
dfc66bf3e0
  1. 5
      src/views/modules/portrayal/jumin/index.vue

5
src/views/modules/portrayal/jumin/index.vue

@ -25,6 +25,7 @@
>
<span>{{ item.name }}</span
><span
v-if="item.id != 'businessRecord' && item.id != 'updateRecord' "
:class="{
incomplete: item.filledQty != item.totalQty && index != active,
full: item.filledQty == item.totalQty,
@ -1160,14 +1161,10 @@ export default {
this.menuList.push(
{
name: "业务记录",
filledQty: 1,
totalQty: 1,
id: "businessRecord",
},
{
name: "更新纪录",
filledQty: 1,
totalQty: 1,
id: "updateRecord",
}
);

Loading…
Cancel
Save