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

View File

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

View File

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