feat: 修改报送任务

This commit is contained in:
zty 2024-11-07 17:41:44 +08:00
parent 227842d729
commit ac8c44507a
4 changed files with 5 additions and 5 deletions

File diff suppressed because one or more lines are too long

View File

@ -165,7 +165,7 @@
</el-table-column>
<el-table-column label="事业部确认">
<template slot-scope="scope">
<el-tag v-if="scope.row.dept_yes_top" effect="plain">已确认</el-tag>
<el-tag v-if="scope.row.dept_top_yes" effect="plain">已确认</el-tag>
<el-tag type="danger" effect="plain" v-else>未确认</el-tag>
</template>
</el-table-column>

View File

@ -104,9 +104,9 @@
@click="confirm()"
type="primary"
v-if="this.data.action == 'deptconfirm'"
>确认</el-button
>二级单位确认</el-button
>
<el-button type="primary" @click="confirm()" v-else>确认</el-button>
<el-button type="primary" @click="confirm()" v-else>提交</el-button>
</div>
</div>
</template>

View File

@ -260,7 +260,7 @@
</el-table-column>
<el-table-column label="事业部确认">
<template slot-scope="scope">
<el-tag v-if="scope.row.dept_yes_top" effect="plain">已确认</el-tag>
<el-tag v-if="scope.row.dept_top_yes" effect="plain">已确认</el-tag>
<el-tag type="danger" effect="plain" v-else>未确认</el-tag>
</template>
</el-table-column>