51812
This commit is contained in:
@@ -460,7 +460,7 @@
|
||||
<el-option
|
||||
v-for="item in ProjectDatas"
|
||||
:key="item.id"
|
||||
:label="item.projectName"
|
||||
:label="item.projectName.substring(0, 42) "
|
||||
:value="item"
|
||||
></el-option>
|
||||
</el-select>
|
||||
|
||||
Reference in New Issue
Block a user