Browse Source

提交新仓库

吴sir 5 months ago
parent
commit
b4a019062d
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/views/order/BuyCard/index.vue

+ 2 - 0
src/views/order/BuyCard/index.vue

@@ -110,6 +110,8 @@
             <a-option v-for="item of orderType" :value="item.value" :label="item.label" />
           </a-select>
         </a-form-item>
+
+        
         <a-form-item label="沉默期">
           <a-select v-model="formState.silencePeriod" :style="{ width: '380px' }" placeholder="请选择沉默期">
             <a-option v-for="item of silenceOptions" :value="item.value" :label="item.label" />