Commit da2d8b47 by 苏咏卓

更改样式

parent 260182a7
...@@ -475,7 +475,7 @@ export default { ...@@ -475,7 +475,7 @@ export default {
}, },
grid: { grid: {
left: "3%", left: "3%",
right: "5%", right: "4%",
bottom: "3%", bottom: "3%",
containLabel: true, containLabel: true,
}, },
......
...@@ -265,7 +265,7 @@ export default { ...@@ -265,7 +265,7 @@ export default {
cremationSearchFun() { cremationSearchFun() {
cremationSearch({ cremationSearch({
keyword: this.values, keyword: this.value,
}).then((res) => { }).then((res) => {
console.log(res, "殡葬搜索"); console.log(res, "殡葬搜索");
this.tableData = res.data; this.tableData = res.data;
......
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