!164 修改名字

Merge pull request !164 from 德仔/develop
This commit is contained in:
德仔 2021-03-23 20:19:40 +08:00 committed by Gitee
commit 4fddb4d7d5
3 changed files with 5 additions and 5 deletions

View File

@ -83,7 +83,7 @@
<script>
import { listIngredient } from "@/api/custom/ingredient";
export default {
name: "SimpleIngredientListView2",
name: "SimpleIngredientListViewT",
data() {
return {
loading: false,

View File

@ -27,14 +27,14 @@
<script>
import { createNamespacedHelpers } from "vuex";
const { mapMutations } = createNamespacedHelpers("recipes");
import SimpleIngredientListView from "./SimpleIngredientListView";
import SimpleIngredientListViewT from "./SimpleIngredientListViewT";
import { editPhysicalSigns } from "@/api/custom/healthy";
export default {
name: "ACFCom2",
name: "ACFComT",
props: ["value", "id"],
components: {
SimpleIngredientListView,
SimpleIngredientListViewT,
},
data() {
return {

View File

@ -31,7 +31,7 @@
import { editPhysicalSigns } from "@/api/custom/healthy";
export default {
name: "RemarkCom2",
name: "RemarkComT",
props: ["value", "id"],
components: {},
data() {