This commit is contained in:
ln1778 2024-05-08 15:11:06 +08:00
parent c4aabf6add
commit c7e03efeef
2 changed files with 6 additions and 5 deletions

View File

@ -18,9 +18,10 @@
></ButtonGrop>
</div>
<div class="btnbox-r">
<QC :qcList="qcList" @get_op_user_id="get_op_user_id"></QC>
<RefExp :loading="exploading" @exceldown="exceldown"></RefExp>
<QC :qcList="qcList" @get_op_user_id="get_op_user_id" v-if="qcList&&get_op_user_id"></QC>
<RefExp :loading="exploading" @exceldown="exceldown" v-if="exceldown"></RefExp>
<SetUp
v-if="tableLabel||columnconfigvisible"
:tableLabel="tableLabel"
:columnconfigvisible="columnconfigvisible"
:columnOptions="columnOptions"

View File

@ -1,6 +1,6 @@
{
"name": "erp-element-ui",
"version": "1.0.22",
"version": "1.0.23",
"description": "",
"main": "index.js",
"scripts": {
@ -10,8 +10,8 @@
"license": "ISC",
"peerDependencies": {
"element-ui": "^2.15.6",
"echarts":"^4.9.0",
"sortablejs":"^1.12.0",
"echarts":"^5.2.2",
"sortablejs":"^1.15.0",
"qrcodejs2":"^0.0.2",
"axios":"^0.18.1"
},