This commit is contained in:
liushuai
2019-05-13 15:51:58 +08:00
parent 10d4e50b96
commit dfd3fb5d7f
6 changed files with 138 additions and 9 deletions

View File

@@ -275,7 +275,7 @@
</el-table-column>
<el-table-column label="成交" align="center" width="130px">
<template slot-scope="scope">
<el-input v-model="加工价格_成交[scope.$index]"/>
<el-input v-model="加工价格_成交[scope.$index]" readonly/>
</template>
</el-table-column>
</el-table-column>