测试列表显示

This commit is contained in:
chenjianxing 2020-04-02 10:11:54 +08:00
parent c74d4fc3c8
commit 192b4fe457
2 changed files with 2 additions and 2 deletions

View File

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

View File

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