浏览代码

预托书新增注释人民币、美金

jbb 2 年之前
父节点
当前提交
dc14918d06
共有 2 个文件被更改,包括 4 次插入4 次删除
  1. 2 2
      src/views/book/addBookDrawer.vue
  2. 2 2
      src/views/book/detailsBookDrawer.vue

+ 2 - 2
src/views/book/addBookDrawer.vue

@@ -180,7 +180,7 @@
                 </a-form-model-item>
               </a-col>
 
-              <a-col :md="6" :sm="8">
+              <!-- <a-col :md="6" :sm="8">
                 <a-form-model-item label="人民币" prop="cny">
                   <a-input placeholder="请输入人民币" v-model="addBook.cny"></a-input>
                 </a-form-model-item>
@@ -190,7 +190,7 @@
                 <a-form-model-item label="美元" prop="usd">
                   <a-input placeholder="请输入美元" v-model="addBook.usd"></a-input>
                 </a-form-model-item>
-              </a-col>
+              </a-col> -->
             </a-row>
           </a-form-model>
         </div>

+ 2 - 2
src/views/book/detailsBookDrawer.vue

@@ -134,7 +134,7 @@
                 </a-form-model-item>
               </a-col>
 
-              <a-col :md="6" :sm="8">
+              <!-- <a-col :md="6" :sm="8">
                 <a-form-model-item label="人民币" prop="cny">
                   {{addBook.cny}}
                  
@@ -146,7 +146,7 @@
                     {{addBook.usd}}
                   
                 </a-form-model-item>
-              </a-col>
+              </a-col> -->
             </a-row>
           </a-form-model>
         </div>