|
|
@ -50,6 +50,7 @@ |
|
|
|
<el-button @click=" handleInfo(scope.row)" type="text" size="small">查看</el-button> |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
|
|
|
|
</el-table> |
|
|
|
<div v-if="selectedIndex==0"> |
|
|
|
<el-pagination @size-change="handleSizeChange" @current-change="handleCurrentChange" |
|
|
@ -72,7 +73,7 @@ |
|
|
|
</el-dialog> |
|
|
|
</div> |
|
|
|
<div v-if="pageType == 'info'"> |
|
|
|
<excel-info @handleShowPage="handleShowPage" :taskId=task></excel-info> |
|
|
|
<share-excel @handleShowPage="handleShowPage" :taskId=task></share-excel> |
|
|
|
</div> |
|
|
|
<div v-if="pageType == 'add'"> |
|
|
|
<excel-add @handleShowPage="handleShowPage"></excel-add> |
|
|
@ -83,13 +84,13 @@ |
|
|
|
import { requestPost, requestGet } from "@/js/dai/request"; |
|
|
|
import nextTick from "dai-js/tools/nextTick"; |
|
|
|
import { mapGetters } from "vuex"; |
|
|
|
import excelInfo from "./cpts/excel-info"; |
|
|
|
import shareExcel from "./cpts/share-excel"; |
|
|
|
import excelAdd from "./cpts/excel-add"; |
|
|
|
import exportShared from "./cpts/export-shared.vue" |
|
|
|
import dataSharing from "./cpts/data-sharing.vue" |
|
|
|
import pictureCollection from "./cpts/picture-collection.vue" |
|
|
|
export default { |
|
|
|
components: { excelInfo, excelAdd,exportShared,dataSharing,pictureCollection}, |
|
|
|
components: { exportShared,dataSharing,pictureCollection,shareExcel}, |
|
|
|
|
|
|
|
data() { |
|
|
|
let endDisabledDate = (time) => { |
|
|
|