mirror of
https://gitee.com/log4j/pig-ui.git
synced 2024-12-23 05:40:20 +08:00
feat: 优化前端样式
This commit is contained in:
parent
71b5086840
commit
4cadfd2029
@ -21,15 +21,15 @@
|
||||
<el-button @click="formDialogRef.openDialog()" class="ml10" icon="folder-add" type="primary">
|
||||
{{ $t('common.addBtn') }}
|
||||
</el-button>
|
||||
<el-button @click="exportExcel" class="ml10" icon="Download" type="primary">
|
||||
{{ $t('common.exportBtn') }}
|
||||
</el-button>
|
||||
<el-button :disabled="multiple" @click="handleDelete(selectObjs)" class="ml10" icon="Delete" type="primary">
|
||||
{{ $t('common.delBtn') }}
|
||||
</el-button>
|
||||
<el-button @click="handleRefreshCache()" class="ml10" icon="refresh-left" type="primary">
|
||||
{{ $t('common.refreshCacheBtn') }}
|
||||
</el-button>
|
||||
<el-button @click="exportExcel" class="ml10" icon="Download" type="primary">
|
||||
{{ $t('common.exportBtn') }}
|
||||
</el-button>
|
||||
<right-toolbar
|
||||
@queryTable="getDataList"
|
||||
class="ml10"
|
||||
|
@ -7,5 +7,6 @@ export default {
|
||||
accessToken: 'accessToken',
|
||||
expiresAt: 'expiresAt',
|
||||
inputUsernameTip: 'input Username',
|
||||
offlineBtn: 'offline',
|
||||
},
|
||||
};
|
||||
|
@ -7,5 +7,6 @@ export default {
|
||||
accessToken: '令牌',
|
||||
expiresAt: '过期时间',
|
||||
inputUsernameTip: '请输入用户名',
|
||||
offlineBtn: '下线',
|
||||
},
|
||||
};
|
||||
|
@ -15,7 +15,7 @@
|
||||
<el-row>
|
||||
<div class="mb8" style="width: 100%">
|
||||
<el-button :disabled="multiple" @click="handleDelete(selectObjs)" class="ml10" icon="Delete" type="primary" v-auth="'sys_user_del'">
|
||||
{{ $t('common.delBtn') }}
|
||||
{{ $t('systoken.offlineBtn') }}
|
||||
</el-button>
|
||||
<right-toolbar
|
||||
@queryTable="getDataList"
|
||||
@ -47,7 +47,7 @@
|
||||
<el-table-column :label="$t('common.action')" width="100">
|
||||
<template #default="scope">
|
||||
<el-button @click="handleDelete([scope.row.accessToken])" size="small" text type="primary" v-auth="'sys_user_del'">
|
||||
{{ $t('common.delBtn') }}
|
||||
{{ $t('systoken.offlineBtn') }}
|
||||
</el-button>
|
||||
</template>
|
||||
</el-table-column>
|
||||
|
@ -2,7 +2,7 @@
|
||||
<div class="layout-padding">
|
||||
<div class="layout-padding-auto layout-padding-view">
|
||||
<div @keyup.enter="getDataList" class="mb15">
|
||||
<el-input :placeholder="$t('appmenu.inputNameTip')" style="max-width: 180px" v-model="state.queryForm.menuName"></el-input>
|
||||
<el-input :placeholder="$t('appmenu.inputMenuNameTip')" style="max-width: 180px" v-model="state.queryForm.menuName"></el-input>
|
||||
<el-button @click="getDataList" class="ml10" icon="search" type="primary">
|
||||
{{ $t('common.queryBtn') }}
|
||||
</el-button>
|
||||
|
Loading…
Reference in New Issue
Block a user