소스 검색

修改病例标注是否标注

zhangxc 5 년 전
부모
커밋
b086de46d2
1개의 변경된 파일1개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 3
      src/components/recordInput/RecordList.vue

+ 1 - 3
src/components/recordInput/RecordList.vue

@@ -37,9 +37,7 @@
                         label="是否标注"
                         width="">
                     <template slot-scope="scope">
-                       
-                        <span style="margin:0 3px;">{{scope.isTag ? "是":"否"}}</span>
-                        
+                        <span style="margin:0 3px;">{{scope.row.isTag ? "是":"否"}}</span>
                     </template>
                 </el-table-column>
                 <el-table-column