@@ -139,7 +139,7 @@ export default {
label: '权限编码',
align: 'center',
showOverflowTooltip: true,
- width: 60
+ minWidth: 110
},
{
@@ -77,7 +77,7 @@
v-if="staffList.length !== 0 && isMore"
class="zw-page-list-more"
>
- <el-link @click="getMore(page)" type="primary"
+ <el-link @click="getMore()" type="primary"
>更多<i class="el-icon-caret-bottom"></i>
</el-link>
</div>