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