diff --git a/src/locales/zh-CN.ts b/src/locales/zh-CN.ts
index 1463d25e..af8b1676 100644
--- a/src/locales/zh-CN.ts
+++ b/src/locales/zh-CN.ts
@@ -179,8 +179,8 @@ export default {
},
Dashboard3: {
Header: {
- title: '设备运行总览大屏标题',
- subTitle: 'IOT 实时监控中心副标题',
+ title: '制品车间设备运行总览',
+ subTitle: 'IOT 实时监控中心',
currentTime: '当前时间:',
lastUpdate: '最后更新:',
refreshRate: '刷新频率:',
diff --git a/src/views/erp/product/product/ProductForm.vue b/src/views/erp/product/product/ProductForm.vue
index 04cedb6a..6b134beb 100644
--- a/src/views/erp/product/product/ProductForm.vue
+++ b/src/views/erp/product/product/ProductForm.vue
@@ -71,6 +71,25 @@
:label="unit.name"
:value="unit.id"
/>
+
+
+
+ + 新增单位
+
+
+
+
@@ -83,6 +102,25 @@
:label="unit.name"
:value="unit.id"
/>
+
+
+
+ + 新增单位
+
+
+
+
@@ -298,6 +336,7 @@
{{ t('FactoryModeling.ProductInformation.searchButtonText') }}
{{ t('FactoryModeling.ProductInformation.resetButtonText') }}
+ {{ t('action.create') }}
{{ t('common.cancel') }}
+