shish hace 3 meses
padre
commit
8f5a1b3592
Se han modificado 1 ficheros con 0 adiciones y 15 borrados
  1. 0 15
      hdApp/src/admin/goods/category.vue

+ 0 - 15
hdApp/src/admin/goods/category.vue

@@ -124,21 +124,6 @@
             </view>
           </view>
 
-          <view class="form-group">
-            <view class="form-label">
-              <text class="label-text">类型</text>
-            </view>
-            <radio-group @change="modifyForm.flower = $event.detail.value" class="form-radio-group">
-              <label class="radio-label" v-for="item in flowerTypes" :key="item.value">
-                <radio 
-                  :value="item.value" 
-                  :checked="modifyForm.flower == item.value"
-                  color="#52c41a"
-                />
-                <text class="radio-text">{{ item.label }}</text>
-              </label>
-            </radio-group>
-          </view>
         </view>
       </template>
     </modal-module>