diff --git a/src/views/plan/workbench/predictVersion/index.vue b/src/views/plan/workbench/predictVersion/index.vue
index 43029de..d328fd4 100644
--- a/src/views/plan/workbench/predictVersion/index.vue
+++ b/src/views/plan/workbench/predictVersion/index.vue
@@ -2,11 +2,20 @@
-
-
+
+
+
+
-
+
@@ -32,63 +43,128 @@
filterable
:loading="artIdLoading"
@visible-change="setArtList"
- placeholder="请选择">
-
+ placeholder="请选择"
+ >
+
- 搜索
- 重置
+ 搜索
+ 重置
+ 导出
saveRowWidth(column, newWidth)"
+ @header-dragend="
+ (newWidth, oldWidth, column) => saveRowWidth(column, newWidth)
+ "
border
>
-
+
+
+ {{ scope.row["AP_CustArtlst-ArtId"] }}
+
+
+
+
+ {{ scope.row["AP_CustArtlst-Descr1"] }}
+
+
+
+
+ {{ scope.row["Customer-CustomerId"] }}
+
+
+
- {{scope.row['AP_CustArtlst-ArtId']}}
+ {{ scope.row["AP_CustArtlst-CustArtId"] }}
-
+
- {{scope.row['AP_CustArtlst-Descr1']}}
+ {{ scope.row["Customer-FcustId"] }}
-
+
- {{scope.row['Customer-CustomerId']}}
+ {{ scope.row["Customer-Name1"] }}
-
+
- {{scope.row['Customer-FcustId']}}
+ {{ scope.row["AP_CustArtlst-LastUser"] }}
-
+
- {{scope.row['Customer-Name1']}}
+ {{ scope.row["User-Name"] }}
-
-
+ @change="getTableList"
+ />
\ No newline at end of file