master
lion 1 year ago
parent 2805c101d9
commit 9acf76fbbc

@ -2,6 +2,6 @@
ENV = 'development' ENV = 'development'
# base api # base api
VUE_APP_BASE_API = 'http://192.168.60.99:8001/' #VUE_APP_BASE_API = 'http://192.168.60.99:8001/'
VUE_APP_OUT_URL = 'http://192.168.60.24' VUE_APP_OUT_URL = 'http://192.168.60.24'
#VUE_APP_BASE_API = http://192.168.60.99:9001/ VUE_APP_BASE_API = http://192.168.60.99:9001/

@ -232,7 +232,7 @@
<template v-slot:btns> <template v-slot:btns>
<el-table-column align='center' label="操作" width="120" header-align="center"> <el-table-column align='center' label="操作" width="120" header-align="center">
<template slot-scope="scope"> <template slot-scope="scope">
<div v-if="scope.row.carry_status==1 && showform.main_admin_id==stateObj.login_id"> <div v-if="scope.row.carry_status==1 && (showform.main_admin_id==stateObj.login_id || stateObj.is_guiji)">
<Button v-if="scope.row.keep_status===1" @click="startLoad(scope.row,'check')" type="primary" <Button v-if="scope.row.keep_status===1" @click="startLoad(scope.row,'check')" type="primary"
size="small">审核进展</Button> size="small">审核进展</Button>
</div> </div>
@ -367,7 +367,7 @@
</div> --> </div> -->
<div> <div>
<!-- 任务完成 且是责任人可以 归档 --> <!-- 任务完成 且是责任人可以 归档 -->
<Button v-if="showform.audit_status===3 && stateObj.login_id===showform.main_admin_id" type="primary" <Button v-if="showform.audit_status===3 && (stateObj.login_id===showform.main_admin_id || stateObj.is_guiji)" type="primary"
style='margin-left:5px;margin-bottom:5px;' @click="backPlan">归档</Button> style='margin-left:5px;margin-bottom:5px;' @click="backPlan">归档</Button>
<Button v-if="type=='train'||type=='uploads'||type=='study'" type="primary" <Button v-if="type=='train'||type=='uploads'||type=='study'" type="primary"
style='margin-left:5px;margin-bottom:5px;' @click="submitFeedback()">提交</Button> style='margin-left:5px;margin-bottom:5px;' @click="submitFeedback()">提交</Button>

Loading…
Cancel
Save