基础框架搭建

This commit is contained in:
2023-07-13 11:30:33 +08:00
parent 4094e7cc4b
commit 4db49ff2d1
45 changed files with 3936 additions and 984 deletions

View File

@@ -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,