Browse Source

完善供应商管理--列表厂商字段改为供应商

master
yunuo970428 3 years ago
parent
commit
a35a585a5b
  1. 8
      anrui-scm/anrui-scm-ui/src/views/gongyingshang/gongyingshanggaunli.vue

8
anrui-scm/anrui-scm-ui/src/views/gongyingshang/gongyingshanggaunli.vue

@ -42,22 +42,22 @@
<el-button size="mini" type="primary" :disabled="!row.isShow" @click="handleEdit(row)">编辑</el-button>
</template>
</el-table-column>
<el-table-column prop="jc" label="商名称" width="220" header-align="center" align="left">
<el-table-column prop="jc" label="供应商名称" width="220" header-align="center" align="left">
<template slot-scope="scope">
<span class="bluezi" @click="handleCheck(scope.row)">{{ scope.row.manufacturerName }}</span>
</template>
</el-table-column>
<el-table-column label="商分类" width="110" align="center">
<el-table-column label="供应商分类" width="110" align="center">
<template slot-scope="scope">
<span>{{ scope.row.supplierTypeValue }}</span>
</template>
</el-table-column>
<el-table-column label="商通讯地址" width="" header-align="center" align="left">
<el-table-column label="供应商通讯地址" width="" header-align="center" align="left">
<template slot-scope="scope">
<span>{{ scope.row.manufacturerAddress }}</span>
</template>
</el-table-column>
<el-table-column label="商办公电话" width="180" align="center">
<el-table-column label="供应商办公电话" width="180" align="center">
<template slot-scope="scope">
<span>{{ scope.row.manufacturerTelePhone }}</span>
</template>

Loading…
Cancel
Save