基础框架搭建
This commit is contained in:
@@ -28,15 +28,15 @@
|
||||
</a-form-item>
|
||||
</a-col>
|
||||
<a-col :md="6" :sm="24">
|
||||
<a-form-item label="用户手机号">
|
||||
<a-form-item label="用户手机">
|
||||
<a-input v-model="userQueryParam.username" placeholder="" />
|
||||
</a-form-item>
|
||||
</a-col>
|
||||
<a-button type="primary" @click="$refs.table.refresh(true)">查询</a-button>
|
||||
<a-button class="ml8" type="primary" @click="addPromissions">新增</a-button>
|
||||
<a-button
|
||||
class="ml8"
|
||||
@click="() => ((this.queryParam = { state: 'role' }), $refs.table.refresh(true))">重置</a-button>
|
||||
<a-button class="ml8" type="primary" @click="addPromissions">新增</a-button>
|
||||
</a-row>
|
||||
</a-form>
|
||||
</div>
|
||||
@@ -246,7 +246,7 @@ export default {
|
||||
}
|
||||
},
|
||||
{
|
||||
title: '新增权限',
|
||||
title: '新增用户',
|
||||
width: 500,
|
||||
maskClosable: true,
|
||||
closable: true,
|
||||
|
||||
Reference in New Issue
Block a user