feat:更新主题色功能
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
<template>
|
||||
<div class="food-record-form common-mobile-view">
|
||||
<h2 style="text-align: center; margin: 0;">
|
||||
{{ foodStore.recordApiType === 'ADD' ? '新增记录' : '编辑记录' }}
|
||||
</h2>
|
||||
|
||||
<el-form ref="formRef" :model="foodStore.currentRecord"
|
||||
:rules="rules" label-width="80">
|
||||
<el-form-item label="菜谱名称" prop="name">
|
||||
|
||||
Reference in New Issue
Block a user