|
@@ -4,7 +4,11 @@ import { httpList, httpDelete } from "/@/api/purchase/purchPayRelive";
|
|
|
import dayjs from "dayjs";
|
|
|
import { h } from "vue";
|
|
|
import { ElTag } from "element-plus";
|
|
|
-import { purchPayReliveStatusOptions } from "/@/utils/status";
|
|
|
+import {
|
|
|
+ hasAccountOptions,
|
|
|
+ purchPayReliveStatusOptions
|
|
|
+} from "/@/utils/status";
|
|
|
+import { renderProp } from "/@/utils/columnRenderHelper";
|
|
|
// import { statusOptions } from "./_options";
|
|
|
|
|
|
const columns = [
|
|
@@ -61,6 +65,12 @@ const columns = [
|
|
|
prop: "companyName",
|
|
|
minWidth: 180
|
|
|
},
|
|
|
+ {
|
|
|
+ label: "供应商端",
|
|
|
+ prop: "has_account",
|
|
|
+ width: 80,
|
|
|
+ ...renderProp(hasAccountOptions, "has_account")
|
|
|
+ },
|
|
|
{
|
|
|
label: "状态",
|
|
|
prop: "status",
|