提交
This commit is contained in:
@ -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>
|
||||
|
||||
Reference in New Issue
Block a user