| | |
| | | const handleptask = async() => { |
| | | try { |
| | | const confirmResult = await ElMessageBox.confirm( |
| | | t('workOrder.partasks'), |
| | | t('searchOrder.partasks'), |
| | | t('workOrder.prompt'), |
| | | { |
| | | confirmButtonText: t('workOrder.yes'), |
| | |
| | | <template #default="props"> |
| | | <el-table |
| | | :header-cell-style="{ background: '#F2F3F5', color: '#1D2129' }" |
| | | :data="props.row.details" style="width: 100%;height: 200px;"> |
| | | :data="props.row.details" style="width: 100%;height: 100px;"> |
| | | <el-table-column prop="engineerId" align="center" :label="$t('searchOrder.projectnumber')" min-width="80" /> |
| | | <el-table-column prop="flowCardId" align="center" :label="$t('hellow.flowCardId')" min-width="80" /> |
| | | <el-table-column prop="glassId" align="center" :label="$t('searchOrder.glassID')" min-width="80" /> |