feat: 为多个页面添加操作帮助功能,替换旧版静态资源文件
1. 新增PageHelp通用帮助组件,实现页面左下角悬浮帮助按钮 2. 为WMS、MES、工位终端多个业务页面接入帮助系统 3. 替换项目中旧的打包静态资源文件,更新资源引用路径 4. 新增各模块的帮助文档配置数据
This commit is contained in:
@@ -120,6 +120,9 @@
|
||||
<el-button class="big-btn warning" size="large" @click="onTempStore">暂存退库</el-button>
|
||||
<el-button class="big-btn success" size="large" @click="manualFlush">重试同步</el-button>
|
||||
</footer>
|
||||
|
||||
<!-- 操作说明帮助 -->
|
||||
<PageHelp :data="helpWorkstation" />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
@@ -127,6 +130,8 @@
|
||||
import { computed, onBeforeUnmount, onMounted, ref, watch } from 'vue'
|
||||
import { useRouter } from 'vue-router'
|
||||
import { ElMessage, ElMessageBox } from 'element-plus'
|
||||
import PageHelp from '../components/PageHelp.vue'
|
||||
import { helpWorkstation } from '../help'
|
||||
import {
|
||||
getConfig,
|
||||
getSyncStats,
|
||||
|
||||
Reference in New Issue
Block a user