修改能力申请文案

This commit is contained in:
a0049873 2022-08-17 11:16:25 +08:00
parent 05a706cd8a
commit 3f235f3d81
1 changed files with 4 additions and 3 deletions

View File

@ -310,12 +310,13 @@
: list.value[0].arr && list.value[0].arr[0].type == '单兵设备' : list.value[0].arr && list.value[0].arr[0].type == '单兵设备'
? '单兵设备申请' ? '单兵设备申请'
: list.value[0].children : list.value[0].children
? list.value[0].children ? '申请' +
list.value[0].children
.filter((val) => val.id == list.value[0].checkedList[0])[0] .filter((val) => val.id == list.value[0].checkedList[0])[0]
.resourceName.concat( .resourceName.concat(
num.value > 1 ? '等能力申请' + num.value + '个' : '能力申请' num.value > 1 ? '等' + num.value + '项能力' : ''
) )
: list.value[0].arr[0].resourceName.concat('能力申请'), // : '申请' + list.value[0].arr[0].resourceName, //
applicationSystem: '', // applicationSystem: '', //
// applicationSystem: [], // // applicationSystem: [], //
applicationScene: [], // applicationScene: [], //