diff --git a/client/src/views/ability/mQualityTask.vue b/client/src/views/ability/mQualityTask.vue index f516dc4..6c222e0 100644 --- a/client/src/views/ability/mQualityTask.vue +++ b/client/src/views/ability/mQualityTask.vue @@ -26,7 +26,7 @@ fit stripe highlight-current-row - :height="topHeight" + :height="topHeight" @row-click="clickRow" > @@ -66,7 +66,7 @@ v-if="buttonsShow&&checkPermission(['qaction_create'])" type="primary" style="float: right" - @click="serviceUpdate(scope)" + @click="serviceUpdate()" > 更新服务 @@ -74,7 +74,7 @@ v-if="buttonsShow&&checkPermission(['qaction_create'])" type="primary" style="float: right;margin-right: 10px" - @click="qualiUpdate(scope)" + @click="qualiUpdate()" > 编辑资质 @@ -82,7 +82,7 @@ v-if="buttonsShow&&checkPermission(['qaction_create'])" type="primary" style="float: right;margin-right: 10px" - @click="qualiCreate(scope)" + @click="qualiCreate()" > 新增资质 @@ -90,7 +90,7 @@ v-if="buttonsShow&&checkPermission(['qaction_create'])" type="primary" style="float: right;margin-right: 10px" - @click="abilityCreate(scope)" + @click="abilityCreate()" > 新增能力 @@ -105,7 +105,7 @@ highlight-current-row :height="bottomHeight" > - + {{qtaskName}} @@ -131,11 +131,13 @@ @click="handleRecord({ action: 'view', record: scope.row })" >有 {{ scope.row.files.length }} - 个文件 - {{item.name }} + {{item.name }} + @@ -145,7 +147,7 @@ - {{ scope.row.update_time.substring(0, 16) }} + {{ scope.row.update_time.substring(0, 16) }} 删除 + >删除 + @@ -323,6 +326,7 @@ reserve-keyword :remote-method="searchCity" :loading="loading" + @change="getCheckCity" > - + 编辑 + >编辑 + @@ -458,53 +463,16 @@ > - - - + + - - - - + + - - - + + @@ -541,7 +509,19 @@