Commit e8933196 authored by 萌萌哒SAKURA酱's avatar 萌萌哒SAKURA酱

💬 Updating text and literals.

parent 67b083c9
...@@ -29,7 +29,6 @@ ...@@ -29,7 +29,6 @@
<template slot-scope="scope" <template slot-scope="scope"
slot="menu"> slot="menu">
<el-button type="text" <el-button type="text"
v-if="permissions.sys_client_del"
icon="el-icon-check" icon="el-icon-check"
size="mini" size="mini"
plain plain
...@@ -58,7 +57,7 @@ import { fetchList, handleDown } from '@/api/gen/gen' ...@@ -58,7 +57,7 @@ import { fetchList, handleDown } from '@/api/gen/gen'
import { tableOption, formOption } from '@/const/crud/gen/gen' import { tableOption, formOption } from '@/const/crud/gen/gen'
import { mapGetters } from 'vuex' import { mapGetters } from 'vuex'
export default { export default {
name: 'client', name: 'code-generator',
data () { data () {
return { return {
tableData: [], tableData: [],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment