소스 검색

feat: 添加新的选项“其他”到选择框中,值为9

xieyong 18 시간 전
부모
커밋
1c3efab95f
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/views/financialManage/receivableManage/components/detailDialog.vue

+ 1 - 0
src/views/financialManage/receivableManage/components/detailDialog.vue

@@ -115,6 +115,7 @@
                 <el-option label="采购收货单" :value="6" />
                 <el-option label="付款计划单" :value="8" />
                 <el-option label="其他" :value="99" />
+                <el-option label="其他" :value="9" />
               </el-select>
             </el-form-item>
           </el-col>