优化修改订单

This commit is contained in:
Mrking 2025-01-19 21:34:13 +08:00
parent c6f63d3755
commit 1b0078b7cb
1 changed files with 2 additions and 2 deletions

View File

@ -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; /* 可选,用于水平居中 */
}