瀏覽代碼

Revert "轨迹页面 操作内容描述 文字描述变更"

This reverts commit 7bea93ba3aaeec05c210ac7fd48aac69cbfb04b7.
@dongkboy 1 月之前
父節點
當前提交
d95ccb2292
共有 6 個文件被更改,包括 91 次插入312 次删除
  1. 4 9
      .env.development
  2. 0 25
      .env.development1
  3. 2 2
      .env.test
  4. 2 6
      package.json
  5. 80 268
      pnpm-lock.yaml
  6. 3 2
      src/views/quoteConfig/agreement/components/operatorTrajectory.vue

+ 4 - 9
.env.development

@@ -3,16 +3,11 @@ VITE_APP_SETTING = true
 # 页面标题
 VITE_APP_TITLE = 租户平台
 # 接口请求地址,会设置到 axios 的 baseURL 参数上
-# VITE_APP_API_BASEURL = https://tennat.baoxianzhanggui.com/api #默认地址
-# VITE_APP_API_BASEURL = https://tennat.baoxianzhanggui.com/test_api #默认地址
-# VITE_APP_API_BASEURL = http://192.168.1.249:8001  #田智
+VITE_APP_API_BASEURL = https://tennat.baoxianzhanggui.com/test_api #默认地址
+# VITE_APP_API_BASEURL = http://192.168.5.249:8001  #田智
 # VITE_APP_API_BASEURL = http://192.168.0.19:8001  #董鑫
-# VITE_APP_API_BASEURL = http://192.168.1.13:8001  #李鹏飞
-# VITE_APP_API_BASEURL = http://192.168.1.31:8001  #贾凯
-VITE_APP_API_BASEURL = http://192.168.1.65:8001  #李小龙
-# VITE_APP_API_BASEURL = http://192.168.1.126:8001  #刘斌
-# VITE_APP_API_BASEURL = http://192.168.1.70:8001  #曲晨
-# VITE_APP_API_BASEURL = http://192.168.1.168:8001  #王浩
+# VITE_APP_API_BASEURL = http://192.168.5.14:8001  #李鹏飞
+# VITE_APP_API_BASEURL = http://192.168.5.28:8001  #贾凯
 
 # 调试工具,可设置 eruda 或 vconsole,如果不需要开启则留空
 VITE_APP_DEBUG_TOOL =

+ 0 - 25
.env.development1

@@ -1,25 +0,0 @@
-# 应用配置面板
-VITE_APP_SETTING = true
-# 页面标题
-VITE_APP_TITLE = 租户平台
-# 接口请求地址,会设置到 axios 的 baseURL 参数上
-# VITE_APP_API_BASEURL = https://tennat.baoxianzhanggui.com/api #默认地址
-# VITE_APP_API_BASEURL = https://tennat.baoxianzhanggui.com/test_api #默认地址
-# VITE_APP_API_BASEURL = http://192.168.1.249:8001  #田智
-# VITE_APP_API_BASEURL = http://192.168.0.19:8001  #董鑫
-# VITE_APP_API_BASEURL = http://192.168.1.13:8001  #李鹏飞
-# VITE_APP_API_BASEURL = http://192.168.1.31:8001  #贾凯
-# VITE_APP_API_BASEURL = http://192.168.1.65:8001  #李小龙
-# VITE_APP_API_BASEURL = http://192.168.1.126:8001  #刘斌
-VITE_APP_API_BASEURL = http://192.168.1.43:8001  #曲晨
-# VITE_APP_API_BASEURL = http://192.168.1.168:8001  #王浩
-
-# 调试工具,可设置 eruda 或 vconsole,如果不需要开启则留空
-VITE_APP_DEBUG_TOOL =
-# 是否禁用开发者工具,可防止被调试
-VITE_APP_DISABLE_DEVTOOL = false
-
-# 是否开启代理
-VITE_OPEN_PROXY = false
-# 是否开启开发者工具
-VITE_OPEN_DEVTOOLS = false

+ 2 - 2
.env.test

@@ -17,6 +17,6 @@ VITE_BUILD_MOCK = false
 # 是否在打包时生成 sourcemap
 VITE_BUILD_SOURCEMAP = true
 # 是否在打包时开启压缩,支持 gzip 和 brotli
-VITE_BUILD_COMPRESS = gzip,brotli
+VITE_BUILD_COMPRESS =
 # 是否在打包后生成存档,支持 zip 和 tar
-VITE_BUILD_ARCHIVE =
+VITE_BUILD_ARCHIVE =

+ 2 - 6
package.json

@@ -5,10 +5,9 @@
     "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
   },
   "scripts": {
-    "dev": "vite --mode development",
-    "dev1": "vite --mode development1",
+    "dev": "vite",
     "build": "vue-tsc --noEmit && vite build",
-    "build:test": "vue-tsc --noEmit && node --max-old-space-size=6122 node_modules/vite/bin/vite.js build --mode test",
+    "build:test": "vue-tsc --noEmit && vite build --mode test",
     "serve": "http-server ./dist -o",
     "serve:test": "http-server ./dist-test -o",
     "svgo": "svgo -f src/assets/icons",
@@ -79,7 +78,6 @@
     "@vitejs/plugin-legacy": "^6.0.0",
     "@vitejs/plugin-vue": "^5.2.1",
     "@vitejs/plugin-vue-jsx": "^4.1.1",
-    "@vue/test-utils": "^2.4.11",
     "autoprefixer": "^10.4.20",
     "boxen": "^8.0.1",
     "bumpp": "^9.9.0",
@@ -87,7 +85,6 @@
     "eslint": "^9.16.0",
     "esno": "^4.8.0",
     "fs-extra": "^11.2.0",
-    "happy-dom": "^20.10.6",
     "http-server": "^14.1.1",
     "inquirer": "^12.2.0",
     "lint-staged": "^15.2.10",
@@ -119,7 +116,6 @@
     "vite-plugin-svg-icons": "^2.0.1",
     "vite-plugin-vue-devtools": "^7.6.7",
     "vite-plugin-vue-meta-layouts": "^0.5.1",
-    "vitest": "^4.1.9",
     "vue-tsc": "^2.1.10"
   },
   "simple-git-hooks": {

File diff suppressed because it is too large
+ 80 - 268
pnpm-lock.yaml


+ 3 - 2
src/views/quoteConfig/agreement/components/operatorTrajectory.vue

@@ -16,14 +16,15 @@ import api from '@/api';
 const dialog = ref(false)
 const tableData = ref([])
 const columns = [
-  { prop: "operationContent", label: "操作内容描述", minWidth: '500', },
+  { prop: "operationContent", label: "操作类型", minWidth: '500', },
   {
-    prop: "operatorName", label: "操作类型", width: '120',
+    prop: "operatorName", label: "承保规则", width: '120',
   },
   { prop: "createTime", label: "操作时间", width: '240', },
   {
     prop: "createByName", label: "操作人", width: '120',
   },
+
 ];
 const pageInfo = ref({
   pageNum: 1,

Some files were not shown because too many files changed in this diff