优化修改订单
This commit is contained in:
parent
c6f63d3755
commit
1b0078b7cb
|
|
@ -128,7 +128,7 @@
|
|||
<template v-slot:title>
|
||||
<div class="entrysContainer">
|
||||
<div>产品信息</div>
|
||||
<el-button type="primary" @click="addProduct" >新增行</el-button>
|
||||
<el-button type="primary" @click="addProduct" v-if="formData.billStatus == 'B'">新增行</el-button>
|
||||
</div>
|
||||
</template>
|
||||
<el-descriptions-item labelClassName="no-colon">
|
||||
|
|
@ -478,7 +478,7 @@ onMounted(async () => {
|
|||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
width: 1540px; /* 宽度为父容器的80% */
|
||||
width: 160px; /* 宽度为父容器的80% */
|
||||
padding: 0px;
|
||||
margin: 0 auto; /* 可选,用于水平居中 */
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue