diff --git a/gear-ui3/.env.development b/gear-ui3/.env.development index ca0a209..9d908e7 100644 --- a/gear-ui3/.env.development +++ b/gear-ui3/.env.development @@ -1,8 +1,8 @@ # 页面标题 -VITE_APP_TITLE = 创高家具销售系统 +VITE_APP_TITLE = 创高综合办公系统 # 开发环境配置 VITE_APP_ENV = 'development' -# 创高家具销售系统/开发环境 +# 创高综合办公系统/开发环境 VITE_APP_BASE_API = '/dev-api' diff --git a/gear-ui3/.env.production b/gear-ui3/.env.production index 8b414eb..89fb524 100644 --- a/gear-ui3/.env.production +++ b/gear-ui3/.env.production @@ -1,10 +1,10 @@ # 页面标题 -VITE_APP_TITLE = 创高家具销售系统 +VITE_APP_TITLE = 创高综合办公系统 # 生产环境配置 VITE_APP_ENV = 'production' -# 创高家具销售系统/生产环境 +# 创高综合办公系统/生产环境 VITE_APP_BASE_API = '/prod-api' # 是否在打包时开启压缩,支持 gzip 和 brotli diff --git a/gear-ui3/.env.staging b/gear-ui3/.env.staging index cdd4171..21ddc9f 100644 --- a/gear-ui3/.env.staging +++ b/gear-ui3/.env.staging @@ -1,10 +1,10 @@ # 页面标题 -VITE_APP_TITLE = 创高家具销售系统 +VITE_APP_TITLE = 创高综合办公系统 # 生产环境配置 VITE_APP_ENV = 'staging' -# 创高家具销售系统/生产环境 +# 创高综合办公系统/生产环境 VITE_APP_BASE_API = '/stage-api' # 是否在打包时开启压缩,支持 gzip 和 brotli diff --git a/gear-ui3/README.md b/gear-ui3/README.md index ea81f25..754dbc7 100644 --- a/gear-ui3/README.md +++ b/gear-ui3/README.md @@ -14,7 +14,7 @@ * 本仓库为前端技术栈 [Vue3](https://v3.cn.vuejs.org) + [Element Plus](https://element-plus.org/zh-CN) + [Vite](https://cn.vitejs.dev) 版本。 * 配套后端代码仓库地址[RuoYi-Vue](https://gitee.com/y_project/RuoYi-Vue) 或 [RuoYi-Vue-fast](https://gitcode.com/yangzongzhuan/RuoYi-Vue-fast) 版本。 * 前端技术栈([Vue2](https://cn.vuejs.org) + [Element](https://github.com/ElemeFE/element) + [Vue CLI](https://cli.vuejs.org/zh)),请移步[RuoYi-Vue](https://gitee.com/y_project/RuoYi-Vue/tree/master/ruoyi-ui)。 -* 阿里云折扣场:[点我进入](http://aly.ruoyi.vip),腾讯云秒杀场:[点我进入](http://txy.ruoyi.vip)   +* 阿里云折扣场:[点我进入](http://aly.),腾讯云秒杀场:[点我进入](http://txy.)   ## 前端运行 @@ -62,8 +62,8 @@ yarn dev - admin/admin123 - 陆陆续续收到一些打赏,为了更好的体验已用于演示服务器升级。谢谢各位小伙伴。 -演示地址:http://vue.ruoyi.vip -文档地址:http://doc.ruoyi.vip +演示地址:http://vue. +文档地址:http://doc. ## 演示图 diff --git a/gear-ui3/index.html b/gear-ui3/index.html index 1ed4f1c..809c98f 100644 --- a/gear-ui3/index.html +++ b/gear-ui3/index.html @@ -7,7 +7,7 @@ - 创高家具销售系统 + 创高综合办公系统 \ No newline at end of file diff --git a/gear-ui3/src/components/Crontab/index.vue b/gear-ui3/src/components/Crontab/index.vue index cbb41ab..74bc01a 100644 --- a/gear-ui3/src/components/Crontab/index.vue +++ b/gear-ui3/src/components/Crontab/index.vue @@ -116,9 +116,9 @@
- 确定 - 重置 - 取消 + 确定 + 重置 + 取消
diff --git a/gear-ui3/src/components/ImagePreview/index.vue b/gear-ui3/src/components/ImagePreview/index.vue index becc11f..d2534d7 100644 --- a/gear-ui3/src/components/ImagePreview/index.vue +++ b/gear-ui3/src/components/ImagePreview/index.vue @@ -24,11 +24,11 @@ const props = defineProps({ }, width: { type: [Number, String], - default: "50px" + default: "30px" }, height: { type: [Number, String], - default: "50px" + default: "30px" } }) diff --git a/gear-ui3/src/components/ProductSelect/BomPanel/BomItem.vue b/gear-ui3/src/components/ProductSelect/BomPanel/BomItem.vue index d271397..b837aa9 100644 --- a/gear-ui3/src/components/ProductSelect/BomPanel/BomItem.vue +++ b/gear-ui3/src/components/ProductSelect/BomPanel/BomItem.vue @@ -3,19 +3,20 @@ 新增 修改 @@ -68,8 +69,8 @@ diff --git a/gear-ui3/src/components/ProductSelect/index.vue b/gear-ui3/src/components/ProductSelect/index.vue index fba600c..0674a66 100644 --- a/gear-ui3/src/components/ProductSelect/index.vue +++ b/gear-ui3/src/components/ProductSelect/index.vue @@ -10,7 +10,7 @@ value-key="productId" > diff --git a/gear-ui3/src/components/Renderer/BomInfoMini.vue b/gear-ui3/src/components/Renderer/BomInfoMini.vue index 021986e..4b33d4e 100644 --- a/gear-ui3/src/components/Renderer/BomInfoMini.vue +++ b/gear-ui3/src/components/Renderer/BomInfoMini.vue @@ -1,9 +1,35 @@