From 155dbc01da52ccee7a968bfe7297b5fc0357e6bb Mon Sep 17 00:00:00 2001
From: zxl <763096477@qq.com>
Date: 星期五, 20 三月 2026 16:12:20 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/show-demo' into show_demo
---
src/views/jyz/CameraList.vue | 31 ++-----------------------------
1 files changed, 2 insertions(+), 29 deletions(-)
diff --git a/src/views/jyz/CameraList.vue b/src/views/jyz/CameraList.vue
index a173bd2..8274b77 100644
--- a/src/views/jyz/CameraList.vue
+++ b/src/views/jyz/CameraList.vue
@@ -31,35 +31,8 @@
<a-col :xl="6" :lg="7" :md="8" :sm="24">
<a-space>
<a-button type="primary" @click="searchQuery" icon="search">鏌ヨ</a-button>
- <!--<a-button type="primary" @click="searchReset" icon="reload" style="margin-left: 8px">閲嶇疆</a-button>-->
- <!--<a-button @click="handleAdd" type="primary" icon="plus">鏂板</a-button>-->
- <!--<a-button type="primary" icon="download" @click="handleExportXls('Camera')">瀵煎嚭</a-button>-->
- <!--<a-button type="primary" icon="upload" @click="showImport">瀵煎叆</a-button>-->
- <!--<j-import-modal ref="importModal" :url="url.importXlsUrl" @ok="handleImportExcel"></j-import-modal>-->
-
- <!--<a-upload-->
- <!--name="file"-->
- <!--:showUploadList="false"-->
- <!--:headers="tokenHeader"-->
- <!--:action="getImportXlsUrl"-->
- <!--@change="handleImportExcel"-->
- <!-->-->
- <!--<a-button type="primary" icon="upload">-->
- <!--鎵归噺瀵煎叆-->
- <!--</a-button>-->
- <!--</a-upload>-->
- <!--<a-dropdown v-if="selectedRowKeys.length > 0">-->
- <!--<a-menu slot="overlay">-->
- <!--<a-menu-item key="1" @click="batchDel">-->
- <!--<a-icon type="delete" />-->
- <!--鍒犻櫎-->
- <!--</a-menu-item>-->
- <!--</a-menu>-->
- <!--<a-button style="margin-left: 8px">-->
- <!--鎵归噺鎿嶄綔-->
- <!--<a-icon type="down" />-->
- <!--</a-button>-->
- <!--</a-dropdown>-->
+ <a-button type="primary" @click="handleAdd" icon="plus">鏂板</a-button>
+ <a-button type="primary" icon="download" @click="handleExportXls('Camera')">瀵煎嚭</a-button>
</a-space>
</a-col>
</span>
--
Gitblit v1.8.0