|
@@ -77,6 +77,14 @@ function doExport() {
|
|
|
)
|
|
|
}
|
|
|
|
|
|
+function allExport(){
|
|
|
+ download('/dyaw/ctfx/index',
|
|
|
+ {
|
|
|
+ site: 'dyaw'
|
|
|
+ }
|
|
|
+ )
|
|
|
+}
|
|
|
+
|
|
|
|
|
|
function formatTime(s: string) {
|
|
|
return (new Date(s * 1000)).toLocaleString()
|
|
@@ -138,6 +146,7 @@ function doSubmit() {
|
|
|
<el-input clearable size="large" placeholder="关键字搜索" class="max-w-240px" :suffix-icon="Search"
|
|
|
v-model="queryForm.dc_keyword"></el-input>
|
|
|
<el-button size="large" type="danger" @click="doDelete">删除</el-button>
|
|
|
+ <el-button size="large" type="primary" @click="allExport">全部导出</el-button>
|
|
|
<el-button size="large" type="primary" @click="doExport">批量导出</el-button>
|
|
|
</div>
|
|
|
</div>
|