Commit 9df0c8c2 authored by xiaoman's avatar xiaoman

钱币记录

parent 182a50dd
...@@ -54,6 +54,14 @@ export function deleteCategory(data) { ...@@ -54,6 +54,14 @@ export function deleteCategory(data) {
}) })
} }
export function editDealRecord(data) {
return request({
url: '/bidrecord/update',
method: 'post',
data
})
}
export function getCategory(query) { export function getCategory(query) {
return request({ return request({
url: '/category/getSubCategory', url: '/category/getSubCategory',
......
...@@ -84,7 +84,7 @@ export default { ...@@ -84,7 +84,7 @@ export default {
} }
</script> </script>
<style lang="less" scoped> <style lang="scss" scoped>
.list { .list {
width: 720px; width: 720px;
.select_item { .select_item {
......
...@@ -468,7 +468,7 @@ export default { ...@@ -468,7 +468,7 @@ export default {
} }
</script> </script>
<style lang="less" scoped> <style lang="scss" scoped>
/deep/ .vue-picture-cut_default-menu { /deep/ .vue-picture-cut_default-menu {
height: 0px; height: 0px;
inset: 0px 0px 0px !important; 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