修改禅道已知bug
This commit is contained in:
@@ -830,7 +830,61 @@
|
|||||||
value: 'engineeringInterfacePerson',
|
value: 'engineeringInterfacePerson',
|
||||||
valueName: 'engineeringInterfacePersonName',
|
valueName: 'engineeringInterfacePersonName',
|
||||||
text: this.$t('engineeringInterfacePerson')
|
text: this.$t('engineeringInterfacePerson')
|
||||||
}
|
},
|
||||||
|
{
|
||||||
|
type: '',
|
||||||
|
value: 'inventoryAffirmStatus',
|
||||||
|
text: this.$t('listConfirmationStatus'),
|
||||||
|
options:[
|
||||||
|
{
|
||||||
|
value:'Not started',
|
||||||
|
key:'Not started',
|
||||||
|
label:this.$t('notLaunch'),
|
||||||
|
},
|
||||||
|
{
|
||||||
|
value:'List to confirm',
|
||||||
|
key:'List to confirm',
|
||||||
|
label:this.$t('toBeConfirmed'),
|
||||||
|
},
|
||||||
|
{
|
||||||
|
value:'Accepted',
|
||||||
|
key:'Accepted',
|
||||||
|
label:this.$t('accept'),
|
||||||
|
},
|
||||||
|
{
|
||||||
|
value:'Rejected',
|
||||||
|
key:'Rejected',
|
||||||
|
label:this.$t('refuse'),
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
{
|
||||||
|
type: '',
|
||||||
|
value: 'taskAffirmStatus',
|
||||||
|
text: this.$t('taskAffirmStatus'),
|
||||||
|
options:[
|
||||||
|
{
|
||||||
|
value:'Not started',
|
||||||
|
key:'Not started',
|
||||||
|
label:this.$t('notLaunch'),
|
||||||
|
},
|
||||||
|
{
|
||||||
|
value:'List to confirm',
|
||||||
|
key:'List to confirm',
|
||||||
|
label:this.$t('toBeConfirmed'),
|
||||||
|
},
|
||||||
|
{
|
||||||
|
value:'Accepted',
|
||||||
|
key:'Accepted',
|
||||||
|
label:this.$t('accept'),
|
||||||
|
},
|
||||||
|
{
|
||||||
|
value:'Rejected',
|
||||||
|
key:'Rejected',
|
||||||
|
label:this.$t('refuse'),
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
],
|
],
|
||||||
visibleRoleSwitching: false,
|
visibleRoleSwitching: false,
|
||||||
confirmLoadingRoleSwitching: false,
|
confirmLoadingRoleSwitching: false,
|
||||||
|
|||||||
Reference in New Issue
Block a user