Explorar el Código

审批更过提单号修改

wengyuwen hace 4 años
padre
commit
02bbaff257
Se han modificado 1 ficheros con 6 adiciones y 1 borrados
  1. 6 1
      src/views/morePage/stock/index.vue

+ 6 - 1
src/views/morePage/stock/index.vue

@@ -286,7 +286,12 @@
         :fixed="item.fixed"
         :show-overflow-tooltip="true"
         sortable
-      />
+      >
+        <template slot-scope="scope">
+          <span v-if="item.label == 'refno3'">{{scope.row.refno3 ? scope.row.refno3 : scope.row.billNo}}</span>
+          <span v-else>{{ scope.row[item.label] }}</span>
+        </template>
+      </el-table-column>
       <!-- <el-table-column
         prop="refno1"
         :show-overflow-tooltip="true"