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