This commit is contained in:
ljx
2025-09-11 16:49:24 +08:00
parent 69cfffa0d4
commit 61a21a6250
12 changed files with 223 additions and 82 deletions

View File

@ -66,7 +66,7 @@
{{ scope.row.children.length > 0 ? '' : scope.row.quantity }}
</template>
</el-table-column>
<el-table-column prop="remark" label="单价" align="center">
<el-table-column prop="remark" label="单价" align="center" width="200px">
<template #default="scope">
<el-input-number
:disabled="versionObj.status != 'draft'"
@ -81,6 +81,7 @@
:precision="4"
:controls="false"
v-if="scope.row.quantity && scope.row.quantity != 0"
width="200px"
/>
</template>
</el-table-column>