|
@@ -205,7 +205,7 @@
|
|
|
class-name="small-padding fixed-width"
|
|
|
>
|
|
|
<template slot-scope="scope">
|
|
|
- <el-button :disabled="scope.row.imgIds==null" @click="getAdviseImgFile(scope.row)" type="primary"
|
|
|
+ <el-button :disabled="!scope.row.imgIds" @click="getAdviseImgFile(scope.row)" type="primary"
|
|
|
>图片</el-button
|
|
|
>
|
|
|
<el-button @click="handleDelete(scope.row)" type="danger"
|