소스 검색

no message

ly 1 년 전
부모
커밋
1495f0eb7c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/business/financial/collection/form.vue

+ 1 - 1
src/views/business/financial/collection/form.vue

@@ -183,7 +183,7 @@
                   <el-radio :label="0">项目</el-radio>
                   <el-radio :label="1">非项目</el-radio>
                 </el-radio-group>
-                {{ form.isProject !== undefined && form.isProject !== null ? (form.isProject === 0 ? '项目' : '非项目') : '' }}
+               <span v-else>{{ form.isProject !== undefined && form.isProject !== null ? (form.isProject === 0 ? '项目' : '非项目') : '' }}</span> 
               </el-form-item>
             </el-col>
             <el-col :span="6">