CN-34 feat:添加操作日志列表页面

This commit is contained in:
zhangyu
2021-06-17 16:56:50 +08:00
parent 19090ceae6
commit 50e1d8f04b
18 changed files with 332 additions and 38 deletions

View File

@@ -75,8 +75,7 @@
</template>
<script>
import table from '@/mixins/table'
import { put } from '@/utils/http'
import table from '@/mixins/table'
export default {
name: 'roleTable',
mixins: [table],
@@ -88,12 +87,12 @@ export default {
prop: 'id',
show: true,
width: 80,
sortable:'custom'
sortable: 'custom'
}, {
label: this.$t('config.roles.name'),
prop: 'name',
show: true,
sortable:'custom'
sortable: 'custom'
}, {
label: this.$t('overall.remark'),
prop: 'remark',