|
|
|
@ -105,7 +105,7 @@ |
|
|
|
<el-button v-if="!authCheck" type="primary" @click="submitResult">审核</el-button> |
|
|
|
<el-button v-if="!authCancelCheck" type="primary" @click="cancelApproval">取消审核</el-button> |
|
|
|
<el-button v-if="!authDelete" type="primary" @click="deleteModal">删除</el-button> |
|
|
|
<el-button v-if="!authOverLoad" type="primary" @click="overLoadModal">任务重载</el-button> |
|
|
|
<!-- <el-button v-if="!authOverLoad" type="primary" @click="overLoadModal">任务重载</el-button>--> |
|
|
|
<!-- <el-button type="primary" @click="printList">打印</el-button> --> |
|
|
|
<download-excel |
|
|
|
:fields="fields()" |
|
|
|
|