|
@@ -1,27 +1,51 @@
|
|
<template>
|
|
<template>
|
|
<div class="mainContentBox">
|
|
<div class="mainContentBox">
|
|
- <avue-crud ref="crudRef1" v-model:search="data1.search" :data="data1.data" :option="data1.option"
|
|
|
|
- v-model:page="data1.page" @row-save="createRow" @row-update="updateRow" @row-del="deleteRow"
|
|
|
|
- @search-change="searchChange" @search-reset="resetChange" @size-change="dataList" @current-change="dataList"
|
|
|
|
- @selection-change="selectionChange">
|
|
|
|
|
|
+ <avue-crud
|
|
|
|
+ ref="crudRef1"
|
|
|
|
+ v-model:search="data1.search"
|
|
|
|
+ :data="data1.data"
|
|
|
|
+ :option="data1.option"
|
|
|
|
+ v-model:page="data1.page"
|
|
|
|
+ @row-save="createRow"
|
|
|
|
+ @row-update="updateRow"
|
|
|
|
+ @row-del="deleteRow"
|
|
|
|
+ @search-change="searchChange"
|
|
|
|
+ @search-reset="resetChange"
|
|
|
|
+ @size-change="dataList"
|
|
|
|
+ @current-change="dataList"
|
|
|
|
+ @selection-change="selectionChange"
|
|
|
|
+ >
|
|
<template #menu="{ row, index, type }">
|
|
<template #menu="{ row, index, type }">
|
|
- <el-button @click="ckickCell(row)" icon="el-icon-view" text type="primary">查看</el-button>
|
|
|
|
|
|
+ <el-button
|
|
|
|
+ @click="ckickCell(row)"
|
|
|
|
+ icon="el-icon-view"
|
|
|
|
+ text
|
|
|
|
+ type="primary"
|
|
|
|
+ >查看</el-button
|
|
|
|
+ >
|
|
</template>
|
|
</template>
|
|
<template #header="">
|
|
<template #header="">
|
|
<div id="dailystoragecharts"></div>
|
|
<div id="dailystoragecharts"></div>
|
|
</template>
|
|
</template>
|
|
<template #menu-right="{}">
|
|
<template #menu-right="{}">
|
|
- <el-button class="ml-3" @click="
|
|
|
|
- data1.Utils.exportData(
|
|
|
|
- '/api/v1/process/census/abnormalOperation/export'
|
|
|
|
- )
|
|
|
|
- ">
|
|
|
|
|
|
+ <el-button
|
|
|
|
+ class="ml-3"
|
|
|
|
+ @click="
|
|
|
|
+ data1.Utils.exportData(
|
|
|
|
+ '/api/v1/process/census/completeOrder/export'
|
|
|
|
+ )
|
|
|
|
+ "
|
|
|
|
+ >
|
|
<template #icon> <i-ep-download /> </template>导出
|
|
<template #icon> <i-ep-download /> </template>导出
|
|
</el-button>
|
|
</el-button>
|
|
</template>
|
|
</template>
|
|
</avue-crud>
|
|
</avue-crud>
|
|
- <el-dialog v-model="editDialog.visible" :title="editDialog.title" width="1200px"
|
|
|
|
- @close="editDialog.visible = false">
|
|
|
|
|
|
+ <el-dialog
|
|
|
|
+ v-model="editDialog.visible"
|
|
|
|
+ :title="editDialog.title"
|
|
|
|
+ width="1200px"
|
|
|
|
+ @close="editDialog.visible = false"
|
|
|
|
+ >
|
|
<div class="mainContentBox">
|
|
<div class="mainContentBox">
|
|
<div id="dailystoragecharts2"></div>
|
|
<div id="dailystoragecharts2"></div>
|
|
</div>
|
|
</div>
|