mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-06 17:36:44 +08:00
项目编号修改
This commit is contained in:
@@ -34,7 +34,7 @@ onMounted(() => {
|
|||||||
const options = computed(()=>store.state.project_number.map(e => {
|
const options = computed(()=>store.state.project_number.map(e => {
|
||||||
return{
|
return{
|
||||||
value: e.value,
|
value: e.value,
|
||||||
label: e.name
|
label: ' 【 ' + e.value + ' 】 ' + e.name
|
||||||
}
|
}
|
||||||
}))
|
}))
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
Reference in New Issue
Block a user