|
@ -1,6 +1,7 @@ |
|
|
<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> |
|
|