master
lion 1 year ago
parent 8e4c885c32
commit cc635e1097

@ -47,15 +47,16 @@
</template> </template>
<template v-slot:missionlist> <template v-slot:missionlist>
<el-divider>任务情况</el-divider> <el-divider>任务情况</el-divider>
<Button v-if="showform.audit_status==1" type="primary" style='margin-right:5px;margin-bottom:5px;' <!-- <Button v-if="showform.audit_status==1" type="primary" style='margin-right:5px;margin-bottom:5px;'
@click="editorUnit('add')">发布任务</Button> @click="editorUnit('add')">发布任务</Button> -->
<xy-table <xy-table
:list="mission_log" :list="mission_log"
stripe stripe
:table-item="missionLogTable" :table-item="missionLogTable"
:isPage='false'> :isPage='false'>
<template v-slot:btns> <template v-slot:btns>
<el-table-column align='center' label="操作" width="120" header-align="center"> <div></div>
<!-- <el-table-column align='center' label="操作" width="120" header-align="center">
<template slot-scope="scope"> <template slot-scope="scope">
<template> <template>
<div> <div>
@ -65,11 +66,11 @@
<Button type="primary" style='margin-right:5px;margin-bottom:5px;' size="small" @click="editorUnit('editor',scope.row.id)"></Button> <Button type="primary" style='margin-right:5px;margin-bottom:5px;' size="small" @click="editorUnit('editor',scope.row.id)"></Button>
</div> </div>
<div> <div>
<!-- <Button v-if="scope.row.audit_admin_id==login_id&&scope.row.audit_status==0" style="margin-right:5px;margin-bottom:5px;" type="primary" size="small" @click="checkUnits(scope.row.id,'check')"></Button> --> <Button v-if="scope.row.audit_admin_id==login_id&&scope.row.audit_status==0" style="margin-right:5px;margin-bottom:5px;" type="primary" size="small" @click="checkUnits(scope.row.id,'check')"></Button>
</div> </div>
</template> </template>
</template> </template>
</el-table-column> </el-table-column> -->
</template> </template>
</xy-table> </xy-table>
</template> </template>

@ -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