先去掉描述
This commit is contained in:
parent
cdf2d75e6f
commit
0cfc8c331b
|
@ -13,11 +13,11 @@
|
||||||
width="150"
|
width="150"
|
||||||
show-overflow-tooltip>
|
show-overflow-tooltip>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column
|
<!-- <el-table-column-->
|
||||||
prop="description"
|
<!-- prop="description"-->
|
||||||
:label="$t('commons.description')"
|
<!-- :label="$t('commons.description')"-->
|
||||||
show-overflow-tooltip>
|
<!-- show-overflow-tooltip>-->
|
||||||
</el-table-column>
|
<!-- </el-table-column>-->
|
||||||
<el-table-column
|
<el-table-column
|
||||||
width="250"
|
width="250"
|
||||||
:label="$t('commons.create_time')">
|
:label="$t('commons.create_time')">
|
||||||
|
|
|
@ -13,11 +13,11 @@
|
||||||
width="150"
|
width="150"
|
||||||
show-overflow-tooltip>
|
show-overflow-tooltip>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column
|
<!-- <el-table-column-->
|
||||||
prop="description"
|
<!-- prop="description"-->
|
||||||
:label="$t('commons.description')"
|
<!-- :label="$t('commons.description')"-->
|
||||||
show-overflow-tooltip>
|
<!-- show-overflow-tooltip>-->
|
||||||
</el-table-column>
|
<!-- </el-table-column>-->
|
||||||
<el-table-column
|
<el-table-column
|
||||||
prop="projectName"
|
prop="projectName"
|
||||||
:label="$t('load_test.project_name')"
|
:label="$t('load_test.project_name')"
|
||||||
|
|
Loading…
Reference in New Issue