diff --git a/src/views/oa_apply/edit.vue b/src/views/oa_apply/edit.vue
index 5a93a22..08b3335 100644
--- a/src/views/oa_apply/edit.vue
+++ b/src/views/oa_apply/edit.vue
@@ -26,6 +26,11 @@
+
+
+
+
+
@@ -57,11 +62,7 @@
-
-
-
-
-
+
@@ -96,7 +97,7 @@ const popupTitle = computed(() => {
// 表单数据
const formData = reactive({
- "code": "xxx",
+ "code": "",
"income_month": "",
"expense_time": "",
"detail": [
@@ -107,7 +108,7 @@ const formData = reactive({
}
],
"annex": [],
- "flow_id": 1
+ "flow_id": ''
});
diff --git a/src/views/oa_invoice_apply/detail.vue b/src/views/oa_invoice_apply/detail.vue
index 9aebc40..2f34612 100644
--- a/src/views/oa_invoice_apply/detail.vue
+++ b/src/views/oa_invoice_apply/detail.vue
@@ -210,7 +210,7 @@ const handCheck = async () => {
}
// 显示
-const showActionList = reactive([4, 3, 2])
+const showActionList = reactive([4, 3, 2, 10])
const showTextarea = () => {
if (showActionList.includes(formData.check_status)) return false;
diff --git a/src/views/organization/department/index.vue b/src/views/organization/department/index.vue
index 8bc8a48..2f797b7 100644
--- a/src/views/organization/department/index.vue
+++ b/src/views/organization/department/index.vue
@@ -44,9 +44,9 @@
-
+
编辑
diff --git a/src/views/permission/admin/index.vue b/src/views/permission/admin/index.vue
index 231e531..553a620 100644
--- a/src/views/permission/admin/index.vue
+++ b/src/views/permission/admin/index.vue
@@ -56,7 +56,7 @@
编辑
+ @click="showDialog = true, form.id = row.id, form.account = row.account">
修改密码
+
+
+