测试列表显示
This commit is contained in:
parent
c74d4fc3c8
commit
192b4fe457
|
@ -28,7 +28,7 @@
|
|||
<el-option
|
||||
v-for="item in projects"
|
||||
:key="item.id"
|
||||
:label="item.path"
|
||||
:label="item.name"
|
||||
:value="item.id">
|
||||
</el-option>
|
||||
</el-select>
|
||||
|
|
|
@ -72,7 +72,7 @@
|
|||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column
|
||||
prop="projectId"
|
||||
prop="projectName"
|
||||
:label="$t('test_track.plan_project')"
|
||||
width="160"
|
||||
show-overflow-tooltip>
|
||||
|
|
Loading…
Reference in New Issue