@@ -139,9 +139,9 @@ const columns = [
width: "120px",
},
{
- prop: "order_type",
+ prop: "order_id",
label: "采购单来源",
- _slot_: "order_type",
+ _slot_: "order_id",
width: "110px",
@@ -221,13 +221,13 @@
"
></el-tag>
</template>
- <template #order_type="{ scope }">
+ <template #order_id="{ scope }">
<el-tag
:size="tablebtnSize"
v-text="
(
cg_order_type_options.find(
- (item) => item.value == scope.row.order_type
+ (item) => item.value == scope.row.order_id
) || {}
).label || '--'