!265 调整界面

Merge pull request !265 from 德仔/develop
This commit is contained in:
德仔
2021-05-31 10:53:33 +08:00
committed by Gitee
9 changed files with 184 additions and 25 deletions

View File

@ -151,8 +151,11 @@
</template>
<script>
import Clipboard from "clipboard";
import { listRecipesPlanByCusId } from "@/api/custom/recipesPlan";
import { addRecipesPlan, updateRecipesPlan } from "@/api/custom/recipesPlan";
import {
listRecipesPlanByCusId,
addRecipesPlan,
updateRecipesPlan,
} from "@/api/custom/recipesPlan";
import PlanPauseDrawer from "./PlanPauseDrawer";
import VueQr from "vue-qr";
import dayjs from "dayjs";