去掉排序
This commit is contained in:
@@ -134,7 +134,7 @@
|
||||
<!--{{ scope.row.项目名称 }}-->
|
||||
<!--</template>-->
|
||||
<!--</el-table-column>-->
|
||||
<el-table-column label="机床图号" sortable align="center" min-width="100" prop="机床图号">
|
||||
<el-table-column label="机床图号" align="center" min-width="100" prop="机床图号">
|
||||
<template slot-scope="scope">
|
||||
{{ scope.row.机床图号 }}
|
||||
</template>
|
||||
@@ -159,17 +159,17 @@
|
||||
<!--{{ scope.row.物料品种 }}-->
|
||||
<!--</template>-->
|
||||
<!--</el-table-column>-->
|
||||
<el-table-column label="名称" sortable align="center" min-width="100" prop="名称">
|
||||
<el-table-column label="名称" align="center" min-width="100" prop="名称">
|
||||
<template slot-scope="scope">
|
||||
{{ scope.row.物料名称 }}
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column label="图号或型号" sortable align="center" min-width="120" prop="物料型号">
|
||||
<el-table-column label="图号或型号" align="center" min-width="120" prop="物料型号">
|
||||
<template slot-scope="scope">
|
||||
{{ scope.row.物料型号 }}
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column label="规格" sortable align="center" min-width="150" prop="物料规格">
|
||||
<el-table-column label="规格" align="center" min-width="150" prop="物料规格">
|
||||
<template slot-scope="scope">
|
||||
{{ scope.row.物料规格 }}
|
||||
</template>
|
||||
@@ -472,7 +472,7 @@
|
||||
<!--<el-row style="margin-bottom: 10px">-->
|
||||
<!--<el-table v-loading="" :data="tableData13" size="mini" style="max-height: 600px" height="500px" border stripe @selection-change="handleSelectionChange3">-->
|
||||
<!--<el-table-column :selectable="selectable" align="center" type="selection"/>-->
|
||||
<!--<el-table-column align="center" label="采购情况" sortable prop="询价状态编号" min-width="100px">-->
|
||||
<!--<el-table-column align="center" label="采购情况" prop="询价状态编号" min-width="100px">-->
|
||||
<!--<template slot-scope="scope">-->
|
||||
<!--<el-tag v-if="scope.row.人员编号===''" type="primary" size="small">未分配</el-tag>-->
|
||||
<!--<el-tag v-if="parseInt(scope.row.询价状态编号)===1&&scope.row.人员编号!==''" type="warning" size="small">未询价</el-tag>-->
|
||||
@@ -480,12 +480,12 @@
|
||||
<!--<el-tag v-if="parseInt(scope.row.采购状态编号)===3" type="info" size="small">已采购</el-tag>-->
|
||||
<!--</template>-->
|
||||
<!--</el-table-column>-->
|
||||
<!--<el-table-column align="center" label="项目名称" sortable prop="项目名称" min-width="100px">-->
|
||||
<!--<el-table-column align="center" label="项目名称" prop="项目名称" min-width="100px">-->
|
||||
<!--<template slot-scope="scope">-->
|
||||
<!--{{ scope.row.项目名称 }}-->
|
||||
<!--</template>-->
|
||||
<!--</el-table-column>-->
|
||||
<!--<el-table-column align="center" sortable prop="机床图号" label="机床图号" min-width="100px">-->
|
||||
<!--<el-table-column align="center" prop="机床图号" label="机床图号" min-width="100px">-->
|
||||
<!--<template slot-scope="scope">-->
|
||||
<!--{{ scope.row.机床图号 }}-->
|
||||
<!--</template>-->
|
||||
@@ -495,27 +495,27 @@
|
||||
<!--{{ scope.row.组号 }}-->
|
||||
<!--</template>-->
|
||||
<!--</el-table-column>-->
|
||||
<!--<el-table-column align="center" sortable prop="物料类别" label="物料类别" min-width="100px">-->
|
||||
<!--<el-table-column align="center" prop="物料类别" label="物料类别" min-width="100px">-->
|
||||
<!--<template slot-scope="scope">-->
|
||||
<!--{{ scope.row.物料类别 }}-->
|
||||
<!--</template>-->
|
||||
<!--</el-table-column>-->
|
||||
<!--<el-table-column align="center" sortable prop="物料品种" label="物料品种" min-width="100px">-->
|
||||
<!--<el-table-column align="center" prop="物料品种" label="物料品种" min-width="100px">-->
|
||||
<!--<template slot-scope="scope">-->
|
||||
<!--{{ scope.row.物料品种 }}-->
|
||||
<!--</template>-->
|
||||
<!--</el-table-column>-->
|
||||
<!--<el-table-column align="center" sortable prop="物料型号" label="图号或型号" min-width="110px">-->
|
||||
<!--<el-table-column align="center" prop="物料型号" label="图号或型号" min-width="110px">-->
|
||||
<!--<template slot-scope="scope">-->
|
||||
<!--{{ scope.row.物料型号 }}-->
|
||||
<!--</template>-->
|
||||
<!--</el-table-column>-->
|
||||
<!--<el-table-column align="center" sortable prop="物料名称" label="名称" min-width="100px">-->
|
||||
<!--<el-table-column align="center" prop="物料名称" label="名称" min-width="100px">-->
|
||||
<!--<template slot-scope="scope">-->
|
||||
<!--{{ scope.row.物料名称 }}-->
|
||||
<!--</template>-->
|
||||
<!--</el-table-column>-->
|
||||
<!--<el-table-column align="center" sortable prop="物料规格" label="规格" min-width="100px">-->
|
||||
<!--<el-table-column align="center" prop="物料规格" label="规格" min-width="100px">-->
|
||||
<!--<template slot-scope="scope">-->
|
||||
<!--{{ scope.row.物料规格 }}-->
|
||||
<!--</template>-->
|
||||
@@ -530,7 +530,7 @@
|
||||
<!--{{ scope.row.备注 }}-->
|
||||
<!--</template>-->
|
||||
<!--</el-table-column>-->
|
||||
<!--<el-table-column align="center" sortable prop="供货商" label="供货商" min-width="100px">-->
|
||||
<!--<el-table-column align="center" prop="供货商" label="供货商" min-width="100px">-->
|
||||
<!--<template slot-scope="scope">-->
|
||||
<!--{{ scope.row.供货商 }}-->
|
||||
<!--</template>-->
|
||||
|
||||
Reference in New Issue
Block a user