@@ -10,9 +10,6 @@
:index="String(index) + subIndex"
@click.native="$router.push({ name: getPathName(sub) })"
>{{sub.title}}</el-menu-item>
- <template slot="footer">
- <span class="menu-title" slot="title"><a target="_blank" :href="process.env.NODE_ENV === 'production' ? 'https://www.proginn.com/rooter' : 'https://dev.test.proginn.com/rooter'">{{menu.title}}</a></span>
- </template>
</el-submenu>
</el-menu>
</template>
@@ -21,6 +21,9 @@
/>
</el-scrollbar>
+ <template slot="footer">
+ <span class="menu-title" slot="title"><a target="_blank" :href="process.env.NODE_ENV === 'production' ? 'https://www.proginn.com/rooter' : 'https://dev.test.proginn.com/rooter'">{{menu.title}}</a></span>
+ </template>
</div>
@@ -59,7 +59,7 @@
prop=""
label="人工">
<template slot-scope="scope">
- {{scope.row.artificial_mark === 1?'是':'否'}}
+ {{(scope.row.artificial_mark === 1 || scope.row.artificial_mark === "1")?'是':'否'}}
</el-table-column>
<el-table-column