|
@@ -1453,7 +1453,7 @@
|
|
|
</el-table-column>
|
|
|
|
|
|
<el-table-column
|
|
|
- prop="remarks"
|
|
|
+ prop="remark"
|
|
|
header-align="center"
|
|
|
align="center"
|
|
|
width="150px"
|
|
@@ -1461,7 +1461,7 @@
|
|
|
>
|
|
|
<template slot-scope="scope">
|
|
|
<el-input
|
|
|
- v-model="scope.row.Remarks"
|
|
|
+ v-model="scope.row.remark"
|
|
|
:disabled="browseStatus || scope.row.fBillstatus === 6"
|
|
|
placeholder="备注"
|
|
|
show-word-limit
|
|
@@ -1845,7 +1845,7 @@
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
- prop="remarks"
|
|
|
+ prop="remark"
|
|
|
header-align="center"
|
|
|
align="center"
|
|
|
width="150px"
|
|
@@ -1853,7 +1853,7 @@
|
|
|
>
|
|
|
<template slot-scope="scope">
|
|
|
<el-input
|
|
|
- v-model="scope.row.remarks"
|
|
|
+ v-model="scope.row.remark"
|
|
|
:disabled="browseStatus || scope.row.fBillstatus === 6"
|
|
|
placeholder="备注"
|
|
|
show-word-limit
|