Commit 89509de4 by xiehao

fix:修复了系统资产停用

1 parent 061d9200
Showing with 19 additions and 19 deletions
......@@ -159,25 +159,25 @@
>
<el-table-column type="selection" width="55"></el-table-column>
<el-table-column
type="index"
:index="indexMethod"
label="序号"
width="80"
align="center"
type="index"
:index="indexMethod"
label="序号"
width="60"
align="center"
></el-table-column>
<el-table-column
prop="assetName"
label="资产名称"
width="300"
:show-overflow-tooltip="true"
align="center"
prop="assetName"
label="资产名称"
width="150"
:show-overflow-tooltip="true"
align="center"
></el-table-column>
<el-table-column
prop="assetNumber"
label="资产编号"
width="140"
:show-overflow-tooltip="true"
align="center"
prop="assetNumber"
label="资产编号"
width="140"
:show-overflow-tooltip="true"
align="center"
></el-table-column>
<el-table-column
prop="eleName"
......@@ -209,10 +209,10 @@
</el-table-column>
<!-- <el-table-column prop="parentAssetName" label="上级资产名称" width="300" :show-overflow-tooltip="true" align="center"></el-table-column> -->
<el-table-column
prop="version"
label="版本号"
align="center"
show-overflow-tooltip
prop="version"
label="版本号"
align="center"
show-overflow-tooltip
></el-table-column>
<el-table-column
label="状态"
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!