This commit is contained in:
2025-07-18 13:42:19 +08:00
parent 33a184549a
commit 1e7eaa5070
14 changed files with 84 additions and 21 deletions

View File

@@ -41,7 +41,7 @@
return {
title: '',
val1: '',
options: [{value: '3', text: '合格品'}, {value: '4', text: '管制品'}],
options: [{value: '3', text: this.$t('select.lualified-products')}, {value: '4', text: this.$t('select.controlled-products')}],
index: '',
disabled: false
};