|
|
@@ -3,8 +3,8 @@
|
|
|
<el-table :data="manufacturerList" border size="mini">
|
|
|
<el-table-column v-if="canadd" label="操作" width="150" align="center" fixed>
|
|
|
<template slot-scope="scope">
|
|
|
- <el-button type="primary" plain size="mini" title="编辑" @click="openDialog(scope.row)" :disabled="!canadd">
|
|
|
- 编辑</el-button>
|
|
|
+ <!--<el-button type="primary" plain size="mini" title="编辑" @click="openDialog(scope.row)" :disabled="!canadd">-->
|
|
|
+ <!-- 编辑</el-button>-->
|
|
|
<el-button type="primary" plain size="mini" title="删除" style="margin-left:3px" @click="deletedata(scope.row)"
|
|
|
:disabled="!canadd">删除</el-button>
|
|
|
</template>
|
|
|
@@ -59,7 +59,6 @@
|
|
|
<el-form-item label="资质文件">
|
|
|
<el-upload action=""
|
|
|
:manufacturerlist="manufacturerList"
|
|
|
- :limit="1"
|
|
|
ref="refuploadattach"
|
|
|
:http-request="uploadrequest"
|
|
|
:on-change="handleChangePic"
|