JXDS18FUJT 1 жил өмнө
parent
commit
b0aee72bce

+ 1 - 1
src/views/mobile/advise/index.vue

@@ -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"