fix:打印接口设成本地,路由添加过程抽检,工艺路线table高度暂时设小

This commit is contained in:
shijing 2024-08-14 09:54:11 +08:00
parent 1666728e9e
commit 8ac6ee5db5
3 changed files with 6 additions and 6 deletions

View File

@ -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);
},
},
};

View File

@ -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",

View File

@ -95,7 +95,7 @@
hidePagination
hideDo
stripe
style="height: 680px"
style="height: 500px"
>
<el-table-column label="排序" prop="sort" width="50">
</el-table-column>