修改名字

This commit is contained in:
huangdeliang 2021-03-23 20:18:47 +08:00
parent 2ea3d01d6e
commit 8cc48dd276
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() {