更新代码,恢复代码

lijinlong
李劲龙 2 months ago
parent c53e5eaf01
commit 96c6c6d05a

@ -85,7 +85,7 @@
超期完成
</span>
<span v-if="scope.row.taskStatus == 4" style="color: #1485EF;">
正常完成
审核不通过
</span>
<span v-if="scope.row.taskStatus == 5" style="color: #1485EF;">
审核驳回

@ -1372,11 +1372,7 @@
<el-row style="display: flex;">
<el-col :span="12">
<el-form-item class="daoqitixingren" required :prop="`xtjsUnit[${index}].lxr`" :rules="[
{
pattern: /^1[3|4|5|6|7|8|9][0-9]\d{8}$/,
message: '请输入正确的手机号码',
trigger: 'blur'
},
{
required: true, message: '请输入', trigger: 'blur'
}
@ -1447,11 +1443,7 @@
<el-row style="display: flex;">
<el-col :span="12">
<el-form-item class="daoqitixingren" required :prop="`xtyyUnit[${index}].lxr`" :rules="[
{
pattern: /^1[3|4|5|6|7|8|9][0-9]\d{8}$/,
message: '请输入正确的手机号码',
trigger: 'blur'
},
{
required: true, message: '请输入', trigger: 'blur'
}

@ -64,7 +64,7 @@
超期完成
</span>
<span v-if="scope.row.taskStatus == 4" style="color: #1485EF;">
正常完成
审核不通过
</span>
<span v-if="scope.row.taskStatus == 5" style="color: #1485EF;">
审核驳回
@ -308,7 +308,8 @@ export default {
this.$router.push({
name: 'mytaskInfo', query: {
pageType: "look",
id:row.id
id:row.id,
dwmc:row.dwmc
}
})
},
@ -317,7 +318,8 @@ export default {
this.$router.push({
name: 'mytaskInfo', query: {
pageType: "info",
id:row.id
id:row.id,
dwmc:row.dwmc
}
})
},

@ -370,6 +370,7 @@ export default {
getList() {
this.loading = true
this.pagination.taskId = this.$route.query.id || this.$route.meta.id
this.pagination.dwmc = this.$route.query.dwmc || this.$route.meta.dwmc
geassetTaskcHc(this.pagination).then(res => {
this.tableData = res.data.records

Loading…
Cancel
Save