[update] 中英文
This commit is contained in:
@@ -320,27 +320,27 @@ export default {
|
||||
data() {
|
||||
return {
|
||||
controlType: [ // 控件类型
|
||||
{value:'1', label: this.$t('text') },
|
||||
{value:'2', label: this.$t('Dropdownradio') },
|
||||
{value:'3', label: this.$t('Dropdownmultipleselection') },
|
||||
{value:'4', label: this.$t('enclosure') },
|
||||
{value:'5', label: this.$t('text')+ this.$t('a')+this.$t('Dropdownradio') },
|
||||
{value:'6', label: this.$t('text')+ this.$t('a')+this.$t('Dropdownmultipleselection') },
|
||||
{value:'7', label: this.$t('text')+ this.$t('a')+this.$t('enclosure') },
|
||||
{value:'8', label: this.$t('Dropdownradio')+ this.$t('a')+this.$t('enclosure') },
|
||||
{value:'9', label: this.$t('Dropdownmultipleselection')+ this.$t('a')+this.$t('enclosure') },
|
||||
{value:'10', label: this.$t('text')+ this.$t('a')+this.$t('Dropdownradio')+ this.$t('a')+this.$t('enclosure') },
|
||||
{value:'1', label: this.$t('Ntext') },
|
||||
{value:'2', label: this.$t('NDropdownradio') },
|
||||
{value:'3', label: this.$t('NDropdownmultipleselection') },
|
||||
{value:'4', label: this.$t('Nenclosure') },
|
||||
{value:'5', label: this.$t('Atext') },
|
||||
{value:'6', label: this.$t('Btext') },
|
||||
{value:'7', label: this.$t('Ctext') },
|
||||
{value:'8', label: this.$t('Dtext') },
|
||||
{value:'9', label: this.$t('Etext') },
|
||||
{value:'10', label: this.$t('Ftext') },
|
||||
],
|
||||
controlVerification: [ // 控件校验
|
||||
{value:'1', label: this.$t('nothing') },
|
||||
{value:'2', label: this.$t('chinese') },
|
||||
{value:'3', label: this.$t('positiveInteger') },
|
||||
{value:'4', label: this.$t('Positivefloatingpointnumber') },
|
||||
{value:'5', label: this.$t('integerOrDecimal')},
|
||||
{value:'6', label: this.$t('OneDecimalPlace') },
|
||||
{value:'7', label: this.$t('TwoDecimalplaces') },
|
||||
{value:'8', label: this.$t('Threedecimalplaces') },
|
||||
{value:'9', label: this.$t('FourDecimalplaces') },
|
||||
{value:'1', label: this.$t('Nnothing') },
|
||||
{value:'2', label: this.$t('Nchinese') },
|
||||
{value:'3', label: this.$t('NpositiveInteger') },
|
||||
{value:'4', label: this.$t('NPositivefloatingpointnumber') },
|
||||
{value:'5', label: this.$t('NintegerOrDecimal')},
|
||||
{value:'6', label: this.$t('NOneDecimalPlace') },
|
||||
{value:'7', label: this.$t('NTwoDecimalplaces') },
|
||||
{value:'8', label: this.$t('NThreedecimalplaces') },
|
||||
{value:'9', label: this.$t('NFourDecimalplaces') },
|
||||
],
|
||||
CategoryTreeList: [], // 技术领域
|
||||
certCategoryParamsInfoEOList: [], // 认证类别得tab栏
|
||||
|
||||
Reference in New Issue
Block a user