Commit f84b06ae authored by tanjunxin's avatar tanjunxin

fix: 刀模板台账表格显示优化

parent 861a13b3
...@@ -126,13 +126,14 @@ ...@@ -126,13 +126,14 @@
<el-table v-loading="loading" :data="toolList" @selection-change="handleSelectionChange"> <el-table v-loading="loading" :data="toolList" @selection-change="handleSelectionChange">
<el-table-column type="selection" width="55" align="center" /> <el-table-column type="selection" width="55" align="center" />
<el-table-column label="物料编码" width="120" :show-overflow-tooltip="true" align="center" prop="sapItemCode" /> <el-table-column label="物料编码" min-width="180" align="center" prop="sapItemCode" />
<el-table-column label="名称" min-width="180" align="center" prop="toolName" :show-overflow-tooltip="true"> <el-table-column label="名称" min-width="180" align="center" prop="toolName">
<template slot-scope="scope"> <template slot-scope="scope">
<el-button <el-button
type="text" type="text"
@click="handleView(scope.row)" @click="handleView(scope.row)"
v-hasPermi="['mes:tm:tool:query']" v-hasPermi="['mes:tm:tool:query']"
style="white-space: wrap;line-height: 22px;"
>{{scope.row.toolName}}</el-button> >{{scope.row.toolName}}</el-button>
</template> </template>
</el-table-column> </el-table-column>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment