| | |
| | | <el-input v-model="scope.row.taxedamount" placeholder="税后金额" /> |
| | | </template> |
| | | </el-table-column> |
| | | |
| | | <!-- |
| | | <el-table-column prop="unitno" align="center" label="工作单位" width="180"> |
| | | <template slot-scope="scope"> |
| | | <org-selecter :ref="'unitSel' + scope.$index" :org-type="'3'" v-model="scope.row.unitno" /> |
| | | </template> |
| | | </el-table-column> |
| | | --> |
| | | <el-table-column prop="unitname" align="center" label="工作单位" width="180"> |
| | | <template slot-scope="scope"> |
| | | <el-input v-model="scope.row.unitname" placeholder="工作单位" /> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column prop="idcardno" align="center" label="身份证号" width="200"> |
| | | <template slot-scope="scope"> |
| | | <el-input v-model="scope.row.idcardno" placeholder="身份证号" /> |