|
@@ -113,10 +113,8 @@
|
|
|
v-model="scope.row.status"
|
|
|
:class="{
|
|
|
'status_color': scope.row.status === 0,
|
|
|
- 'status_color1': scope.row.status === 1,
|
|
|
- 'status_color3': scope.row.status === 3,
|
|
|
- 'status_color4': scope.row.status === 5,
|
|
|
- 'status_color2': scope.row.status === 9
|
|
|
+ 'status_color1': scope.row.status === 10 || scope.row.status === 20 || scope.row.status === 30 || scope.row.status === 40,
|
|
|
+ 'status_color2': scope.row.status === 50
|
|
|
}"
|
|
|
class="public_botton"
|
|
|
size="mini"
|
|
@@ -215,7 +213,7 @@ export default {
|
|
|
const listRes = await list
|
|
|
const listRequire = await requiredList
|
|
|
const requiredstatus = await requirementEnum
|
|
|
- this.iterationData = listRes.data.list[0] //
|
|
|
+ this.iterationData = listRes.data.list[0]
|
|
|
this.RequirementSet = listRequire.data.right.list
|
|
|
this.requiredArray = requiredstatus.data.requirementStatus
|
|
|
this.checkAll = this.RequirementSet
|
|
@@ -322,7 +320,6 @@ export default {
|
|
|
_this.RequirementSet.map(item => {
|
|
|
obj.id.push(item.id)
|
|
|
})
|
|
|
- console.log(_this.iterationId, 'cdcscdsc')
|
|
|
iterationOrder(obj.id, _this.iterationId).then(res => {
|
|
|
if (res.code === 200) {
|
|
|
_this.$message.success(res.msg)
|
|
@@ -421,5 +418,4 @@ export default {
|
|
|
font-size: 10px;
|
|
|
}
|
|
|
}
|
|
|
-
|
|
|
</style>
|