复查记录
-
删除
+ :disabled="true"
+ @click="handleEdit(scope.row)">修改
+
+
+
+ 复查记录
+
+
+
+ 删除
+
+
+ 更多
+
@@ -428,6 +450,14 @@ export default {
})
},
+ handleEdit (row) {
+ this.formTitle = '编辑'
+ this.formShow = true
+ this.$nextTick(() => {
+ this.$refs.ref_form.initForm('edit', row)
+ })
+ },
+
handleReview (row) {
this.reviewShow = true
this.$nextTick(() => {
diff --git a/src/views/modules/shequ/index.vue b/src/views/modules/shequ/index.vue
index 98947245..54e8a575 100644
--- a/src/views/modules/shequ/index.vue
+++ b/src/views/modules/shequ/index.vue
@@ -10,12 +10,10 @@
-
+ ">
-
-
-
+
+
+ ">
{{ handleFilterSpan(scope.row, item) }}
-
+
- 查看
+ 查看
-
+
-
+ ">
-
-
-
+
+
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
- 查看
+ 查看
-
+
-
+ ">
-
-
-
-
+
+
+
+
{{ handleFilterSpan(scope.row, item) }}
-
+
- 查看
+ 查看
-
+
-
-
+
常用功能
-
+
-
+
-

+
添加应用
@@ -321,21 +270,22 @@
-