项目编号修改

This commit is contained in:
zhangsir
2024-09-19 17:28:18 +08:00
parent dac3f8292f
commit 76a54aaac1

View File

@@ -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>