菜品简介
This commit is contained in:
		
							parent
							
								
									172a0caee0
								
							
						
					
					
						commit
						1a32000211
					
				| 
						 | 
					@ -572,8 +572,8 @@
 | 
				
			||||||
              </el-row>
 | 
					              </el-row>
 | 
				
			||||||
              <el-row>
 | 
					              <el-row>
 | 
				
			||||||
                <el-col :span="24">
 | 
					                <el-col :span="24">
 | 
				
			||||||
                  <el-form-item label="菜品简介" prop="intro">
 | 
					                  <el-form-item label="菜品简介" prop="remark">
 | 
				
			||||||
                    <el-input v-model="baseForm.intro" type="textarea" :rows="2" maxlength="50" placeholder="请输入内容" ></el-input>
 | 
					                    <el-input v-model="baseForm.remark" type="textarea" :rows="2" maxlength="50" placeholder="请输入内容" ></el-input>
 | 
				
			||||||
                  </el-form-item>
 | 
					                  </el-form-item>
 | 
				
			||||||
                </el-col> 
 | 
					                </el-col> 
 | 
				
			||||||
                
 | 
					                
 | 
				
			||||||
| 
						 | 
					@ -1107,7 +1107,7 @@
 | 
				
			||||||
          typeId:null,
 | 
					          typeId:null,
 | 
				
			||||||
          effectId:null,
 | 
					          effectId:null,
 | 
				
			||||||
          suitIdList:[],
 | 
					          suitIdList:[],
 | 
				
			||||||
          intro:"",
 | 
					          remark:"",
 | 
				
			||||||
          imageUr:"",
 | 
					          imageUr:"",
 | 
				
			||||||
          dishesNutrition:{}
 | 
					          dishesNutrition:{}
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
| 
						 | 
					@ -1388,7 +1388,7 @@
 | 
				
			||||||
          typeId:null,
 | 
					          typeId:null,
 | 
				
			||||||
          effectId:null,
 | 
					          effectId:null,
 | 
				
			||||||
          suitIdList:[],
 | 
					          suitIdList:[],
 | 
				
			||||||
          intro:"",
 | 
					          remark:"",
 | 
				
			||||||
          imageUr:"",
 | 
					          imageUr:"",
 | 
				
			||||||
          dishesNutrition:{}
 | 
					          dishesNutrition:{}
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue