1、取消新增
This commit is contained in:
@ -11,11 +11,11 @@
|
||||
</el-form>
|
||||
|
||||
<el-row :gutter="10" class="mb8">
|
||||
<el-col :span="1.5">
|
||||
<!-- <el-col :span="1.5">
|
||||
<el-button v-permisaction="['admin:memberBalance:add']" type="primary" icon="el-icon-plus"
|
||||
size="mini" @click="handleAdd">新增
|
||||
</el-button>
|
||||
</el-col>
|
||||
</el-col> -->
|
||||
<el-col :span="1.5">
|
||||
<el-button v-permisaction="['admin:memberBalance:edit']" type="success" icon="el-icon-edit"
|
||||
size="mini" :disabled="single" @click="handleUpdate">修改
|
||||
|
||||
@ -27,7 +27,7 @@
|
||||
</el-form>
|
||||
|
||||
<el-row :gutter="10" class="mb8">
|
||||
<el-col :span="1.5">
|
||||
<!-- <el-col :span="1.5">
|
||||
<el-button v-permisaction="['admin:memberRecharge:add']" type="primary" icon="el-icon-plus"
|
||||
size="mini" @click="handleAdd">新增
|
||||
</el-button>
|
||||
@ -36,7 +36,7 @@
|
||||
<el-button v-permisaction="['admin:memberRecharge:edit']" type="success" icon="el-icon-edit"
|
||||
size="mini" :disabled="single" @click="handleUpdate">修改
|
||||
</el-button>
|
||||
</el-col>
|
||||
</el-col> -->
|
||||
<el-col :span="1.5">
|
||||
<el-button v-permisaction="['admin:memberRecharge:remove']" type="danger" icon="el-icon-delete"
|
||||
size="mini" :disabled="multiple" @click="handleDelete">删除
|
||||
|
||||
@ -163,8 +163,8 @@ export default {
|
||||
cookiePassword: '',
|
||||
refreshParticles: true,
|
||||
loginForm: {
|
||||
username: 'admin',
|
||||
password: '123456',
|
||||
username: '',
|
||||
password: '',
|
||||
rememberMe: false,
|
||||
code: '',
|
||||
uuid: ''
|
||||
|
||||
Reference in New Issue
Block a user