Procházet zdrojové kódy

【放开查询extjson】

master
chenshengle před 3 roky
rodič
revize
f855e1d306
1 změnil soubory, kde provedl 9 přidání a 9 odebrání
  1. +9
    -9
      src/components/layout/homePage.vue

+ 9
- 9
src/components/layout/homePage.vue Zobrazit soubor

@@ -85,7 +85,7 @@ export default {
val: "找回授权码",
action: this.getBack,
}
},
// {
// key: "edit",
// val: "配置隐私保护指引",
@@ -115,14 +115,14 @@ export default {
// return item.type == 1 || item.type == 2 ? true : false;
// }
// },
// {
// key: "edit",
// val: "扩展(3)",
// action: this.conFigure,
// show: item => {
// return item.type == 1 || item.type == 2 ? true : false;
// }
// },
{
key: "edit",
val: "扩展(3)",
action: this.conFigure,
show: item => {
return item.type == 1 || item.type == 2 ? true : false;
}
},
// {
// key: "edit",
// val: "类目",


Načítá se…
Zrušit
Uložit