|
|
@@ -41,17 +41,9 @@
|
|
|
</template>
|
|
|
|
|
|
<template v-slot:sourceCode="{ row }">
|
|
|
- <div>
|
|
|
- <el-link
|
|
|
- type="primary"
|
|
|
- :underline="false"
|
|
|
- @click="openWorkDetails(row)"
|
|
|
- >
|
|
|
- {{
|
|
|
+ {{
|
|
|
row.qualityPlanCode ? row.qualityPlanCode : row.workOrderCode
|
|
|
- }}</el-link
|
|
|
- >
|
|
|
- </div>
|
|
|
+ }}
|
|
|
</template>
|
|
|
|
|
|
<template v-slot:files="scope">
|
|
|
@@ -409,7 +401,7 @@
|
|
|
{
|
|
|
label: '来源单号',
|
|
|
prop: 'sourceCode',
|
|
|
- // slot: 'sourceCode',
|
|
|
+ slot: 'sourceCode',
|
|
|
align: 'center',
|
|
|
width: 160,
|
|
|
showOverflowTooltip: true
|