个人执行

master
lion 1 year ago
parent 30cce0b281
commit 2e5a1e5b93

@ -90,8 +90,9 @@
<div style="height:350px">
<xy-table :list="myselfList" :defaultExpandAll="false" :showIndex="false"
:treeProps="treeProps" stripe :isPage="false" :height="'350px'" :table-item="myselfTable">
<template v-slot:btns>
<el-table-column align='center' label="操作" width="100" header-align="center">
<template v-slot:btns>
<div></div>
<!-- <el-table-column align='center' label="操作" width="100" header-align="center">
<template slot-scope="scope">
<div v-if="scope.row.pid>0 && scope.row.notices.length==0 && !(scope.row.audit_status==3||scope.row.audit_status==5) || scope.row.type==4">
<Button style='margin-right:5px;margin-bottom:5px;' type="primary" size="small"
@ -102,7 +103,7 @@
@click="checkUnits(scope.row.id,'show')">查看任务</Button>
</div>
</template>
</el-table-column>
</el-table-column> -->
</template>
</xy-table>

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

Loading…
Cancel
Save