| | |
| | | </el-table-column> |
| | | <el-table-column prop="flowCardId" fixed align="center" :label="$t('hellow.cardnumber')" min-width="20"/> |
| | | <el-table-column prop="productName" fixed align="center" :label="$t('large.productname')" min-width="20"/> |
| | | <el-table-column prop="customerName" fixed align="center" :label="$t('large.customerName')" min-width="20"/> |
| | | <el-table-column fixed="right" :label="$t('hellow.operate')" align="center" width="270"> |
| | | <template #default="scope"> |
| | | <el-button type="text" :disabled="scope.row.isThroughSlot" plain @click="handletake(scope.row)">{{ $t('hellow.claimquest') }}</el-button> |
| | |
| | | 5: t('hellow.intervalFrameTypea') |
| | | } |
| | | // 处理编辑按钮点击 |
| | | function handleEdit(row) { |
| | | function handleEdit(row) { |
| | | window.localStorage.setItem('id', row.id) |
| | | formulaName.value = row.formulaName; |
| | | filmRemove.value = removalMethodMap[row.filmRemove]; |