chore(project): 初始化项目配置文件并注释打印按钮功能
This commit is contained in:
parent
626e4286ef
commit
1b9717d040
@ -8,7 +8,7 @@
|
||||
"i": "pnpm install",
|
||||
"dev": "vite --mode dev",
|
||||
"build:vite:pro": "vite build --mode pro",
|
||||
"build:zip": "vite build --mode pro && rename dist-pro heli-web && powershell \"Compress-Archive -Path './heli-web' -DestinationPath './heli-web.zip' -Force\" && rename heli-web dist-pro",
|
||||
"build:zip": "vite build --mode pro && rename dist-pro heli-web && powershell \"Compress-Archive -Path './heli-web' -DestinationPath './heli-web.zip' -Force\" && rename heli-web dist-pro && powershell \"Copy-Item -Path './heli-web.zip' -Destination \"$env:USERPROFILE\\Desktop\\heli-web.zip\" -Force\"",
|
||||
"front": "vite --mode front",
|
||||
"ts:check": "vue-tsc --noEmit",
|
||||
"build:pro": "node --max_old_space_size=8192 ./node_modules/vite/bin/vite.js build --mode pro",
|
||||
|
||||
@ -107,7 +107,7 @@
|
||||
<el-card class="hl-card-info">
|
||||
<template #header>
|
||||
<div class="hl-card-info-icona"></div><span class="hl-card-info-text">订单明细</span>
|
||||
<el-button style="margin-left: 20px" @click="isPrint" type="primary" size="large">打印</el-button>
|
||||
<!-- <el-button style="margin-left: 20px" @click="isPrint" type="primary" size="large">打印</el-button>-->
|
||||
<!-- <el-button-->
|
||||
<!-- style="margin-left: 20px"-->
|
||||
<!-- type="success"-->
|
||||
|
||||
Loading…
Reference in New Issue
Block a user