名字调整

This commit is contained in:
pan 2024-09-29 12:42:50 +08:00
parent 06c6759965
commit 22630fe81b

View File

@ -146,7 +146,7 @@
</el-table-column>
<el-table-column label="负责人" key="toolPrincipalsName" prop="toolPrincipalsName" width="120" :show-overflow-tooltip="true"/>
<el-table-column label="归属单位" key="toolRespDeptName" prop="toolRespDeptName" :show-overflow-tooltip="true" />
<el-table-column label="工具态" align="center" key="status" >
<el-table-column label="工具态" align="center" key="status" >
<template slot-scope="scope">
<dict-tag :options="dict.type.tool_status" :value="scope.row.status"/>
</template>