|
@ -1,7 +1,6 @@ |
|
|
<template> |
|
|
<template> |
|
|
<div class='flex' :style="{ height: tableHeight }"> |
|
|
<div class='flex' :style="{ height: tableHeight }"> |
|
|
<div class="left_menu flex flex-y" v-if="!sheetTotal && pageType !== 'filling'"> |
|
|
<div class="left_menu flex flex-y" v-if="!sheetTotal && pageType !== 'filling'"> |
|
|
<!-- <el-button type="text" round @click="handelClickBack" icon="el-icon-back">返回</el-button> --> |
|
|
|
|
|
<section> |
|
|
<section> |
|
|
<h3>{{ menuList[0].taskTitle }}</h3> |
|
|
<h3>{{ menuList[0].taskTitle }}</h3> |
|
|
<p>{{ menuList[0].agencyName }}</p> |
|
|
<p>{{ menuList[0].agencyName }}</p> |
|
@ -17,7 +16,7 @@ |
|
|
<div :class="['flex', 'flex-y', 'flex1', sheetTotal ? 'luckysheet-wrap' : 'luckysheet-wrap-all']"> |
|
|
<div :class="['flex', 'flex-y', 'flex1', sheetTotal ? 'luckysheet-wrap' : 'luckysheet-wrap-all']"> |
|
|
<div class="top_btn flex flex-end"> |
|
|
<div class="top_btn flex flex-end"> |
|
|
<div> |
|
|
<div> |
|
|
<el-button type="text" round @click="handelClickBack" icon="el-icon-back" v-if="!sheetTotal || pageType == 'filling'">返回</el-button> |
|
|
<el-button type="text" round @click="handelClickBack" icon="el-icon-back" v-if="(!sheetTotal && pageType == 'filling') || (sheetTotal && pageType != 'filling')">返回</el-button> |
|
|
<el-button type="warning" v-if="pageType === 'add'" @click="handleClickInspect"> 自动检查</el-button> |
|
|
<el-button type="warning" v-if="pageType === 'add'" @click="handleClickInspect"> 自动检查</el-button> |
|
|
<el-button type="success" @click="onClickUplond()" v-if="pageType !== 'add'"> 智能填表</el-button> |
|
|
<el-button type="success" @click="onClickUplond()" v-if="pageType !== 'add'"> 智能填表</el-button> |
|
|
</div> |
|
|
</div> |
|
|