采购样式

This commit is contained in:
zhangdingyu
2019-11-14 09:23:14 +08:00
parent 13bdb7dfa6
commit c6afa4ad65
2 changed files with 8 additions and 8 deletions

View File

@@ -73,7 +73,7 @@
size="mini"
border
style="width: 100%"
height="500px"
height="300px"
highlight-current-row
@row-click="searchTable2">
<el-table-column label="详情" type="expand">

View File

@@ -123,17 +123,17 @@
<el-tag v-if="parseInt(scope.row.采购状态编号)===3" type="info" size="small">已采购</el-tag>
</template>
</el-table-column>
<el-table-column align="center" prop="物料名称" label="名称" min-width="100px">
<el-table-column align="center" prop="物料名称" label="名称" min-width="180px">
<template slot-scope="scope">
{{ scope.row.物料名称 }}
</template>
</el-table-column>
<el-table-column align="center" prop="物料规格" label="规格" min-width="100px">
<el-table-column align="center" prop="物料规格" label="规格" min-width="300">
<template slot-scope="scope">
{{ scope.row.物料规格 }}
</template>
</el-table-column>
<el-table-column align="center" prop="物料型号" label="图号或型号" min-width="110px">
<el-table-column align="center" prop="物料型号" label="图号或型号" min-width="150px">
<template slot-scope="scope">
{{ scope.row.物料型号 }}
</template>
@@ -305,17 +305,17 @@
<el-tag v-if="parseInt(scope.row.采购状态编号)===3" type="info" size="small">已采购</el-tag>
</template>
</el-table-column>
<el-table-column align="center" prop="物料名称" label="名称" width="120px">
<el-table-column align="center" prop="物料名称" label="名称" min-width="180px">
<template slot-scope="scope">
{{ scope.row.物料名称 }}
</template>
</el-table-column>
<el-table-column align="center" prop="物料规格" label="规格" width="180px">
<el-table-column align="center" prop="物料规格" label="规格" min-width="300">
<template slot-scope="scope">
{{ scope.row.物料规格 }}
</template>
</el-table-column>
<el-table-column align="center" prop="物料型号" label="图号或型号" width="180px">
<el-table-column align="center" prop="物料型号" label="图号或型号" min-width="150px">
<template slot-scope="scope">
{{ scope.row.物料型号 }}
</template>
@@ -472,7 +472,7 @@
{{ scope.row.零件名称 }}
</template>
</el-table-column>
<el-table-column align="center" prop="规格" label="规格" width="170px">
<el-table-column align="center" prop="规格" label="规格" width="250px">
<template slot-scope="scope">
{{ scope.row.规格 }}
</template>