diff --git a/src/views/reagent/applymanagement/index.vue b/src/views/reagent/applymanagement/index.vue
index 08a8843..1686042 100644
--- a/src/views/reagent/applymanagement/index.vue
+++ b/src/views/reagent/applymanagement/index.vue
@@ -10,7 +10,7 @@
:value="item.client_id"
/>
-->
- 详情查看
+
@@ -27,7 +27,6 @@
-
@@ -44,8 +43,10 @@
+ 查看
审批
@@ -110,7 +111,6 @@
-
@@ -217,14 +217,16 @@ export default {
this.get_apply()
},
// 查看 录入信息
- handleCheck() {
- if (this.handleSelectionSelection.length === 1) {
- this.dialogHistoryVisible = true
- this.historyData = JSON.parse(this.handleSelectionSelection[0].use_content)
- console.log(this.handleSelectionSelection[0].use_content,'111')
- } else {
- this.$message.warning("选择一条记录操作!")
- }
+ handleCheck(row) {
+ this.dialogHistoryVisible = true
+ this.historyData = JSON.parse(row.use_content)
+ // if (this.handleSelectionSelection.length === 1) {
+ // this.dialogHistoryVisible = true
+ // this.historyData = JSON.parse(this.handleSelectionSelection[0].use_content)
+ // console.log(this.handleSelectionSelection[0].use_content,'111')
+ // } else {
+ // this.$message.warning("选择一条记录操作!")
+ // }
},
dialogHistoryClose() {
this.dialogHistoryVisible = false
@@ -261,6 +263,7 @@ export default {
.header-right {
float: right;
+ margin-bottom: 1rem;
}
}
}
diff --git a/src/views/reagent/createapply/index.vue b/src/views/reagent/createapply/index.vue
index def64a7..2ccdbd9 100644
--- a/src/views/reagent/createapply/index.vue
+++ b/src/views/reagent/createapply/index.vue
@@ -3,7 +3,7 @@
创建申请