Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
phsl
/
admin
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
a68acb09
authored
Sep 02, 2023
by
owen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mall:修复优惠券发券弹窗样式
parent
d10530c9
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
src/views/mall/promotion/coupon/components/CouponSendForm.vue
+1
-1
No files found.
src/views/mall/promotion/coupon/components/CouponSendForm.vue
View file @
a68acb09
...
@@ -75,13 +75,13 @@
...
@@ -75,13 +75,13 @@
</el-table-column>
</el-table-column>
</el-table>
</el-table>
<!-- 分页 -->
<!-- 分页 -->
<!-- TODO 疯狂:可以看看,为啥弹窗没把分页包进去,可能和 footer 有关? -->
<Pagination
<Pagination
v-model:limit=
"queryParams.pageSize"
v-model:limit=
"queryParams.pageSize"
v-model:page=
"queryParams.pageNo"
v-model:page=
"queryParams.pageNo"
:total=
"total"
:total=
"total"
@
pagination=
"getList"
@
pagination=
"getList"
/>
/>
<div
class=
"clear-both"
></div>
</Dialog>
</Dialog>
</template>
</template>
<
script
lang=
"ts"
setup
>
<
script
lang=
"ts"
setup
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment