| | |
| | | <el-button type="text" @click="deleteItem(index)">删除</el-button> |
| | | </td> |
| | | </tr> |
| | | <tr style="text-align: center"><el-button icon="el-icon-plus" style="height: 32px;padding: 0 30px;margin-top: 6px" type="primary" plain round @click="addItem()">添加行</el-button></tr> |
| | | <tr style="text-align: center"><el-button icon="el-icon-plus" style="height: 32px;padding: 0 30px;margin: 12px" type="primary" plain round @click="addItem()">添加行</el-button></tr> |
| | | <tr class="m-color b-font" style="text-align: center">执法处罚情况</tr> |
| | | <tr> |
| | | <td class="m-color w-25 mid">罚款金额(万元)</td> |
| | |
| | | </td> |
| | | </tr> |
| | | <tr style="text-align: center" v-if="unitType == 1"> |
| | | <el-button style="height: 32px;padding: 0 30px;margin-top: 6px" type="primary" icon="el-icon-edit" plain @click="editRecord(1)">修改</el-button> |
| | | <el-button style="height: 32px;padding: 0 30px;margin: 12px" type="primary" icon="el-icon-edit" plain @click="editRecord(1)">修改</el-button> |
| | | </tr> |
| | | </table> |
| | | </div> |
| | |
| | | </td> |
| | | </tr> |
| | | <tr style="text-align: center" v-if="unitType == 2"> |
| | | <el-button type="primary" icon="el-icon-edit" plain @click="editRecord(2)">修改</el-button> |
| | | <el-button style="height: 32px;padding: 0 30px;margin: 12px" type="primary" icon="el-icon-edit" plain @click="editRecord(2)">修改</el-button> |
| | | </tr> |
| | | </table> |
| | | </div> |
| | |
| | | </td> |
| | | </tr> |
| | | <tr style="text-align: center" v-if="unitType == 3"> |
| | | <el-button type="primary" icon="el-icon-edit" plain @click="editRecord(3)">修改</el-button> |
| | | <el-button style="height: 32px;padding: 0 30px;margin: 12px" type="primary" icon="el-icon-edit" plain @click="editRecord(3)">修改</el-button> |
| | | </tr> |
| | | </table> |
| | | </div> |