Commit 9df0c8c2 authored by xiaoman's avatar xiaoman

钱币记录

parent 182a50dd
......@@ -54,6 +54,14 @@ export function deleteCategory(data) {
})
}
export function editDealRecord(data) {
return request({
url: '/bidrecord/update',
method: 'post',
data
})
}
export function getCategory(query) {
return request({
url: '/category/getSubCategory',
......
......@@ -84,7 +84,7 @@ export default {
}
</script>
<style lang="less" scoped>
<style lang="scss" scoped>
.list {
width: 720px;
.select_item {
......
......@@ -468,7 +468,7 @@ export default {
}
</script>
<style lang="less" scoped>
<style lang="scss" scoped>
/deep/ .vue-picture-cut_default-menu {
height: 0px;
inset: 0px 0px 0px !important;
......
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment