diff --git a/.env.development b/.env.development index 1a77d53..f173e70 100644 --- a/.env.development +++ b/.env.development @@ -1,5 +1,5 @@ # 页面标题 -VUE_APP_TITLE = 智能工厂MES系统 +VUE_APP_TITLE = 机加大师 # 开发环境配置 ENV = 'development' diff --git a/.env.production b/.env.production index 94172dc..fc4438e 100644 --- a/.env.production +++ b/.env.production @@ -1,5 +1,5 @@ # 页面标题 -VUE_APP_TITLE = 智能工厂MES系统 +VUE_APP_TITLE = 机加大师 # 生产环境配置 ENV = 'production' diff --git a/.env.staging b/.env.staging index a046e68..282bbca 100644 --- a/.env.staging +++ b/.env.staging @@ -1,5 +1,5 @@ # 页面标题 -VUE_APP_TITLE = 智能工厂MES系统 +VUE_APP_TITLE = 机加大师 NODE_ENV = production diff --git a/public/favicon.ico b/public/favicon.ico index e3b55f3..a58c261 100644 Binary files a/public/favicon.ico and b/public/favicon.ico differ diff --git a/public/index.html b/public/index.html index a45582f..596873b 100644 --- a/public/index.html +++ b/public/index.html @@ -7,7 +7,7 @@ <%= webpackConfig.name %> - 智能工厂MES系统 + 机加大师 diff --git a/src/layout/components/Sidebar/Logo.vue b/src/layout/components/Sidebar/Logo.vue index 861ab32..cba7ae7 100644 --- a/src/layout/components/Sidebar/Logo.vue +++ b/src/layout/components/Sidebar/Logo.vue @@ -1,22 +1,17 @@ - + + diff --git a/src/views/mes/pro/workorder/index.vue b/src/views/mes/pro/workorder/index.vue index e54f88f..ab95396 100644 --- a/src/views/mes/pro/workorder/index.vue +++ b/src/views/mes/pro/workorder/index.vue @@ -192,8 +192,16 @@ icon="el-icon-plus" v-if="scope.row.status =='CONFIRMED' && scope.row.workorderType =='SELF'" @click="handleAdd(scope.row)" - v-hasPermi="['mes:pro:workorder:add']" + v-hasPermi="['mes:pro:workorder:update']" >新增 + 完成