修改名字
This commit is contained in:
parent
2ea3d01d6e
commit
8cc48dd276
@ -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,
|
@ -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 {
|
@ -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() {
|
Loading…
x
Reference in New Issue
Block a user