|
@@ -59,7 +59,7 @@
|
|
<vxe-column min-width="230" align="center" title="联系电话" field="telPhone"></vxe-column>
|
|
<vxe-column min-width="230" align="center" title="联系电话" field="telPhone"></vxe-column>
|
|
<vxe-column min-width="230" align="center" title="地址" field="address"></vxe-column>
|
|
<vxe-column min-width="230" align="center" title="地址" field="address"></vxe-column>
|
|
<vxe-column min-width="130" align="center" title="创建人" field="createName"></vxe-column>
|
|
<vxe-column min-width="130" align="center" title="创建人" field="createName"></vxe-column>
|
|
- <vxe-column min-width="200" align="center" title="创建时间" field="createDate"></vxe-column>
|
|
|
|
|
|
+ <vxe-column min-width="200" align="center" title="创建时间" field="createTime"></vxe-column>
|
|
<vxe-column title="操作" width="150px" fixed="right" align="center">
|
|
<vxe-column title="操作" width="150px" fixed="right" align="center">
|
|
<template #default="scope">
|
|
<template #default="scope">
|
|
<el-button v-if="(hasPermission('material:supplier:edit')&&$store.state.user.id === scope.row.createBy.id) || isAdmin" text type="primary" size="small" @click="edit(scope.row.id)">修改</el-button>
|
|
<el-button v-if="(hasPermission('material:supplier:edit')&&$store.state.user.id === scope.row.createBy.id) || isAdmin" text type="primary" size="small" @click="edit(scope.row.id)">修改</el-button>
|