From 910fb70e3e6e083c9ae5b5fff1b60ffa5e5b1815 Mon Sep 17 00:00:00 2001
From: yujialong <479214531@qq.com>
Date: Wed, 20 Oct 2021 16:31:04 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dbug?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/setting.js | 5 +-
src/utils/api.js | 5 +-
src/views/customer/AddCustomer.vue | 60 ++++++++----------
src/views/data/Framework.vue | 91 ++++++++++++++++++++++++---
src/views/data/Introduce.vue | 99 +++++++++++++++++++++++++++++-
src/views/data/Product.vue | 3 +-
src/views/order/AddOrder.vue | 72 +++++++++++-----------
src/views/serve/projectList.vue | 1 -
src/views/user/User.vue | 11 +---
9 files changed, 251 insertions(+), 96 deletions(-)
diff --git a/src/setting.js b/src/setting.js
index d0316de..280e21b 100644
--- a/src/setting.js
+++ b/src/setting.js
@@ -12,8 +12,8 @@ if (isDev) {
// jumpPath = "http://39.108.250.202/judgmentPoint/";
jumpPath = "http://192.168.31.154:8087/"; // 本地调试-需要启动本地判分点系统
- host = "http://39.108.250.202:9000";
- // host = 'http://192.168.31.151:9000'// 榕
+ // host = "http://39.108.250.202:9000";
+ host = 'http://192.168.31.151:9000'// 榕
// host = 'http://192.168.31.125:9000'// 坤
// host = 'http://192.168.31.137:9000'// 赓
} else if (isTest) {
@@ -29,6 +29,7 @@ const Setting = {
/**
* 基础配置
* */
+ platformId: 3, // 平台标识,1职站,2数据平台,3中台
jumpPath, // 判分点系统跳转路径前缀
host, // 请求路径前缀
};
diff --git a/src/utils/api.js b/src/utils/api.js
index aaa4b3b..387d4da 100644
--- a/src/utils/api.js
+++ b/src/utils/api.js
@@ -160,6 +160,7 @@ export default {
previewData: `${host}/data/data/preview`,
staticPreview: `${host}/data/data/staticPreview`,
editTableName: `${host}/data/data/table/editTableName`,
+ updateTableCommit: `${host}/data/data/updateTableCommit`,
// 产品管理
deleteProduct: `${host}/data/data/product/delete`,
@@ -168,7 +169,9 @@ export default {
saveProduct: `${host}/data/data/product/save`,
updateProduct: `${host}/data/data/product/update`,
saveRecord: `${host}/data/data/dataRecord/saveRecord`,
+
+ // 关键词
addKeyword: `${host}/data/keyword/addKeyword`,
deleteKeyword: `${host}/data/keyword/deleteKeyword`,
- getKeywordByTableId: `${host}/data/keyword/getKeywordByTableId`
+ getKeywordByCategoryId: `${host}/data/keyword/getKeywordByCategoryId`
};
\ No newline at end of file
diff --git a/src/views/customer/AddCustomer.vue b/src/views/customer/AddCustomer.vue
index 6012266..2dd3698 100644
--- a/src/views/customer/AddCustomer.vue
+++ b/src/views/customer/AddCustomer.vue
@@ -28,33 +28,30 @@
-
-
-
-
+
+
+
-
-
-
-
-
-
-
-
+
+
+
-
-
-
+
+
+
+
-
-
-
+
+
+
+
+
@@ -64,31 +61,24 @@
-
-
-
-
+
+
+
-
-
-
-
+
+
+
-
-
-
-
-
+
+
-
-
-
-
+
+
diff --git a/src/views/data/Framework.vue b/src/views/data/Framework.vue
index eee9105..de071d7 100644
--- a/src/views/data/Framework.vue
+++ b/src/views/data/Framework.vue
@@ -9,7 +9,7 @@
{{ node.label }}
-
+
@@ -33,19 +33,27 @@
-
-
-
-
+
+
+
+
+
+ {{scope.row.startTime + ' ~ ' + scope.row.endTime}}
+
+
+
+
{{scope.row.dataSize}}M
-
-
+
+
预览
删除
+ 编辑产品表名
+ 编辑产品表头
@@ -111,6 +119,32 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{scope.row[item.field]}}
+
+
+
+
+