Browse Source

去掉任务填报的导出按钮

feture-12345
mk 6 months ago
parent
commit
955f9a4d93
  1. 2
      src/views/modules/base/smartExcel/cpts/filling-info.vue

2
src/views/modules/base/smartExcel/cpts/filling-info.vue

@ -107,7 +107,7 @@
</div> </div>
<div v-if="showView"> <div v-if="showView">
<excel-view @close="close" :workbookId="workbookId" :taskStateName="taskStateName" :pageType="'filling'" <excel-view @close="close" :workbookId="workbookId" :taskStateName="taskStateName" :pageType="'filling'"
:sheetTotal="true" :infoObj="infoObj"></excel-view> :sheetTotal="false" :infoObj="infoObj"></excel-view>
</div> </div>
<el-dialog title="转派其他接收人" :visible.sync="showPersonel" width="50%" :close-on-click-modal="false"> <el-dialog title="转派其他接收人" :visible.sync="showPersonel" width="50%" :close-on-click-modal="false">
<acceptingPersonel :showType="showType" :taskId="formData.id" @handelPersonel="handelPersonel" <acceptingPersonel :showType="showType" :taskId="formData.id" @handelPersonel="handelPersonel"

Loading…
Cancel
Save