diff --git a/src/assets/img/DataCenter/draft.png b/src/assets/img/DataCenter/draft.png new file mode 100644 index 0000000000000000000000000000000000000000..67ad0e63cbb4d03337c722dbb1aaada2221ba145 Binary files /dev/null and b/src/assets/img/DataCenter/draft.png differ diff --git a/src/assets/img/DataCenter/submit.png b/src/assets/img/DataCenter/submit.png new file mode 100644 index 0000000000000000000000000000000000000000..5e11e034c877204358df92ce94d8ed89aa013faa Binary files /dev/null and b/src/assets/img/DataCenter/submit.png differ diff --git a/src/components/FormComponents/CustomForm/index.vue b/src/components/FormComponents/CustomForm/index.vue index 1e692d4d2be8ba45365252a04e134b6181d7ab56..5fb4d282c1d3de0be2bf99d068cc2a642b20f754 100644 --- a/src/components/FormComponents/CustomForm/index.vue +++ b/src/components/FormComponents/CustomForm/index.vue @@ -50,9 +50,7 @@ 上一步 + >上一步 diff --git a/src/views/audit-detail/components/publicDialog.vue b/src/views/audit-detail/components/publicDialog.vue index b0ea9dc149d661d050529750dd91a2927f4e0118..2547937bbd282c4ae6a0be701c76f4c1b60298e9 100644 --- a/src/views/audit-detail/components/publicDialog.vue +++ b/src/views/audit-detail/components/publicDialog.vue @@ -30,4 +30,9 @@ export default { }, } - + diff --git a/src/views/audit-detail/index.vue b/src/views/audit-detail/index.vue index 217c29f7b79b253831dcf4daf5ac4b3bb5e27b97..af52ac09d7727196142f8e545d83133bd27277e1 100644 --- a/src/views/audit-detail/index.vue +++ b/src/views/audit-detail/index.vue @@ -214,12 +214,8 @@ export default { } diff --git a/src/views/systems/operation-management/components/HealthPopularization.vue b/src/views/systems/operation-management/components/HealthPopularization.vue index 55c5b4575eae8abea08dfc8c9815667fcfbdc3cc..6b2764015ee7cb38af8615fdf23c57abd9caa036 100644 --- a/src/views/systems/operation-management/components/HealthPopularization.vue +++ b/src/views/systems/operation-management/components/HealthPopularization.vue @@ -33,7 +33,7 @@ :show-close="true" @closed="resetForm" > -
添加
+
{{ readOnly ? "查看" : "添加" }}
- - - - - - - - - - - - + + @@ -103,6 +108,7 @@ export default { mixins: [paginationMixin], data() { return { + readOnly: true, addVisible: false, selectList: [ { @@ -169,7 +175,7 @@ export default { operType: "button", operations: [ { - func: this.editMedical, + func: this.viewMedical, formatter(row) { return { label: "查看", @@ -266,8 +272,17 @@ export default { addMedical() { this.addVisible = true }, + // 查看 + viewMedical() { + this.readOnly = true + this.form = { + title: "123", + } + this.addVisible = true + }, // 编辑医联体 editMedical(data) { + this.readOnly = false console.log(data) this.form = { medicalName: "黑乎乎",