feat: 修改报送任务
This commit is contained in:
parent
227842d729
commit
ac8c44507a
File diff suppressed because one or more lines are too long
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue