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