diff --git a/src/config/business.js b/src/config/business.js
index 636ab15..5130959 100644
--- a/src/config/business.js
+++ b/src/config/business.js
@@ -1,4 +1,6 @@
export const dict_types = ["sys_user_sex",
"sys_show_hide", "sys_normal_disable", "sys_job_status", "sys_job_group", "sys_yes_no", "sys_notice_type", "sys_notice_status",
"sys_oper_type", "sys_common_status", "wms_item_type", "wms_carrier_level", "wms_supplier_level", "wms_receipt_type", "wms_receipt_status",
- "wms_shipment_type", "wms_shipment_status", "wms_movement_type", "wms_movement_status"];
+ "wms_shipment_type", "wms_shipment_status", "wms_movement_type", "wms_movement_status",
+ "pms_publish_status"
+];
diff --git a/src/views/components/BrandSelect.vue b/src/views/components/BrandSelect.vue
index 17c584f..03b1be9 100644
--- a/src/views/components/BrandSelect.vue
+++ b/src/views/components/BrandSelect.vue
@@ -1,6 +1,6 @@
el-select(v-model="value1")
- el-option(v-for="it in options" :key="it.id" :value="it.id") {{it.name}}
+ el-option(v-for="it in options" :key="it.id" :value="it.id" :label="it.name") {{it.name}}