master
lion 10 months ago
parent 4ac3d80f91
commit 2aafae3d31

@ -64,7 +64,8 @@
<div> <div>
</div> </div>
<div v-if="scope.row.notices.length==0 && !(scope.row.audit_status==3||scope.row.audit_status==5) && (scope.row.main_admin_id==stateObj.login_id || stateObj.is_guiji)"> <!-- scope.row.notices.length==0 && -->
<div v-if="!(scope.row.audit_status==3||scope.row.audit_status==5) && (scope.row.main_admin_id==stateObj.login_id || stateObj.is_guiji)">
<Button style='margin-right:5px;margin-bottom:5px;' type="primary" size="small" <Button style='margin-right:5px;margin-bottom:5px;' type="primary" size="small"
@click="sendNotice(scope.row)">督办提醒</Button> @click="sendNotice(scope.row)">督办提醒</Button>
</div> </div>
@ -83,8 +84,8 @@
<!-- 转办就给 责任人 --> <!-- 转办就给 责任人 -->
<!-- 任务发给部门的科长责任人都能进行任务分解任务转办执行任务的操作 --> <!-- 任务发给部门的科长责任人都能进行任务分解任务转办执行任务的操作 -->
<!-- 责任人 督办提醒 只提醒一次 任务未完成 --> <!-- 责任人 督办提醒 只提醒一次 任务未完成 scope.row.notices.length==0 && -->
<div v-if=" scope.row.notices.length==0 && !(scope.row.audit_status==3||scope.row.audit_status==5) && (scope.row.main_admin_id==stateObj.login_id || stateObj.is_guiji)"> <div v-if="!(scope.row.audit_status==3||scope.row.audit_status==5) && (scope.row.main_admin_id==stateObj.login_id || stateObj.is_guiji)">
<Button style='margin-right:5px;margin-bottom:5px;' type="primary" size="small" <Button style='margin-right:5px;margin-bottom:5px;' type="primary" size="small"
@click="sendNotice(scope.row)">督办提醒</Button> @click="sendNotice(scope.row)">督办提醒</Button>
</div> </div>

@ -25,7 +25,7 @@ module.exports = {
* Detail: https://cli.vuejs.org/config/#publicpath * Detail: https://cli.vuejs.org/config/#publicpath
*/ */
publicPath: process.env.ENV === 'staging' ? '/admin_test' : '/admin', publicPath: process.env.ENV === 'staging' ? '/admin_test' : '/admin',
outputDir: '/Users/mac/Documents/朗业/2024/h-河道处项目/a-安全生产/safety-manage-service/public/admin_test', outputDir: '/Users/mac/Documents/朗业/2024/h-河道处项目/a-安全生产/safety-manage-service/public/admin',
assetsDir: 'static', assetsDir: 'static',
lintOnSave: process.env.NODE_ENV === 'development', lintOnSave: process.env.NODE_ENV === 'development',
productionSourceMap: false, productionSourceMap: false,

Loading…
Cancel
Save