客户认领审核静态页面

This commit is contained in:
heqinghang
2022-03-10 11:22:26 +08:00
parent b848978d70
commit 09a22bab29
22 changed files with 1131 additions and 5 deletions

View File

@ -15,7 +15,6 @@
<!-- 数据列表 -->
<st
#st
[bordered]="true"
[data]="data"
[columns]="columns"
[req]="{ method: 'POST', allInBody: true, reName: { pi: 'pageIndex', ps: 'pageSize' }, params: reqParams }"