yusheng преди 1 месец
родител
ревизия
12239bf229
променени са 1 файла, в които са добавени 3 реда и са изтрити 11 реда
  1. 3 11
      src/views/inspectionWork/components/inspectionWorkList.vue

+ 3 - 11
src/views/inspectionWork/components/inspectionWorkList.vue

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