This commit is contained in:
刘仕伟
2022-02-28 17:48:48 +08:00
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
const install = function(Vue) {
if (install.installed) return Promise.resolve();
else {
let contexts = require.context('../project/xiushan/apps', true, /(\/.+)\/App[^\/]+\.vue$/);
let contexts = require.context('../packages', true, /(\/.+)\/App[^\/]+\.vue$/);
if (contexts) {
contexts.keys().map((e) => {
if (contexts(e).default) {

View File

@@ -186,7 +186,7 @@
</ai-card>
</template>
<template v-if="currentMenu==4">
<template v-if="currentMenu==4 && detailObj.tableType && detailObj.tableType === '2'">
<ai-card title="签署文件">
<template #right>
<el-button type="primary" @click="handleDownload">下载文件</el-button>