Browse Source

feat: save

gemercheung 1 year ago
parent
commit
5712cc0186
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/admin/src/views/tab6/index.vue

+ 1 - 1
packages/admin/src/views/tab6/index.vue

@@ -47,7 +47,7 @@
         @close="modalForm = {}"
         center>
         <div slot="title" class="lv1-modal-header">
-          <span>新增</span>
+          <span>{{ modalForm.id ? "编辑" : "新增"}}</span>
         </div>
         <el-form ref="askForm" label-position="right" label-width="80px" :model="modalForm"
                  :rules="rules">