调整界面

This commit is contained in:
huangdeliang
2021-05-31 10:52:30 +08:00
parent b31aafc6e4
commit 7e3311ad64
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";