Commit ef3ac28c authored by 康振飞's avatar 康振飞

Merge branch 'product' of git.mes123.com:zhouyx/mes-ui into product

parents b61cfee0 a37c42b9
<style lang="less">
@import './menu.less';
@import "./technolog.less";
.lay100 {
height: calc(100vh - 105px);
......@@ -198,7 +199,7 @@ export default {
{
key: "isMain",
title: this.l("isMain"),
align: "left",
align: "center",
width: 80,
high: true,
code: "Process.state"
......@@ -222,7 +223,8 @@ export default {
{
key: "isEffect",
title: this.l("isEffect"),
align: "left",
align: "center",
width:80,
high: true,
code: "Process.Status"
},
......@@ -250,8 +252,8 @@ export default {
{
key: "isSendPpm",
title: this.l("isSendPpm"),
align: "left",
width: 180,
align: "center",
width: 140,
high: true,
code: "Process.Status"
},
......@@ -427,7 +429,6 @@ export default {
};
</script>
<style lang="less" scoped>
@import "./menu.less";
.order-quotation {
height: 100vh !important;
}
......
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