Procházet zdrojové kódy

修正反馈页面得bug

JXDS18FUJT před 1 rokem
rodič
revize
b0aee72bce
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      src/views/mobile/advise/index.vue

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