fix:打印接口设成本地,路由添加过程抽检,工艺路线table高度暂时设小
This commit is contained in:
parent
1666728e9e
commit
8ac6ee5db5
|
@ -369,8 +369,8 @@ export default {
|
||||||
prints: {
|
prints: {
|
||||||
name: "打印",
|
name: "打印",
|
||||||
req: async function (data) {
|
req: async function (data) {
|
||||||
return await http.post(`${config.API_URL}/prints/`, data);
|
// return await http.post(`${config.API_URL}/prints/`, data);
|
||||||
// return await http.post("http://localhost:8080/prints/", data);
|
return await http.post("http://localhost:8080/prints/", data);
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
|
@ -1543,14 +1543,14 @@ const routes = [
|
||||||
component: "qm/process",
|
component: "qm/process",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "qmProcess",
|
name: "qmProcess2",
|
||||||
path: "/qm/qmProcess",
|
path: "/qm/qmProcess2",
|
||||||
meta: {
|
meta: {
|
||||||
title: "过程抽检",
|
title: "过程抽检",
|
||||||
// icon: "el-icon-cellphone",
|
// icon: "el-icon-cellphone",
|
||||||
perms: ["ptest"],
|
perms: ["ptest"],
|
||||||
},
|
},
|
||||||
component: "qm/process",
|
component: "qm/process2",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "qmInm",
|
name: "qmInm",
|
||||||
|
|
|
@ -95,7 +95,7 @@
|
||||||
hidePagination
|
hidePagination
|
||||||
hideDo
|
hideDo
|
||||||
stripe
|
stripe
|
||||||
style="height: 680px"
|
style="height: 500px"
|
||||||
>
|
>
|
||||||
<el-table-column label="排序" prop="sort" width="50">
|
<el-table-column label="排序" prop="sort" width="50">
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
|
|
Loading…
Reference in New Issue