| | |
| | | <div class="mb20" style="text-align: right;"> |
| | | <el-button type="primary" @click="openForm('add')">新增</el-button> |
| | | <el-button @click="handleOut">导出</el-button> |
| | | <el-button type="danger" plain @click="handleDelete">删除</el-button> |
| | | <el-button type="danger" plain @click="handleDelete" v-hasPermi="['qualityManagement:nonconformingManagement:remove']">删除</el-button> |
| | | </div> |
| | | <div class="table_list"> |
| | | <PIMTable |
| | |
| | | { |
| | | label: "处理结果", |
| | | prop: "dealResult", |
| | | width: 120 |
| | | width: 120, |
| | | dataType: "tag", |
| | | formatType: (params) => { |
| | | if (params === '拒收') return 'danger'; |
| | | return ''; |
| | | }, |
| | | }, |
| | | { |
| | | label: "处理人", |