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