Explorar el Código

修改判断条件

xiaoran hace 1 año
padre
commit
e76e7e5c6c
Se han modificado 1 ficheros con 1 adiciones y 6 borrados
  1. 1 6
      src/views/allcase/reviewIndicatorsList.vue

+ 1 - 6
src/views/allcase/reviewIndicatorsList.vue

@@ -75,12 +75,7 @@
         <el-table-column prop="zyzbbh" label="主要诊断编号" width="160"></el-table-column>
         <el-table-column prop="" label="手术时间" width="160">
           <template slot-scope="scope">
-            <i
-              v-if="(scope.row.sssj == '' || scope.row.sssj == null) && (scope.row.ssmc != '' || scope.row.ssmc != null)"
-              style="font-size: 20px"
-              @click="goEdit(scope.row, 'sssj')"
-              class="el-icon-edit"
-            ></i>
+            <i v-if="scope.row.sssj == null && scope.row.ssmc != ''" style="font-size: 20px" @click="goEdit(scope.row, 'sssj')" class="el-icon-edit"></i>
             <span v-else>{{ scope.row.sssj }}</span>
           </template>
         </el-table-column>