Browse Source

【值班系统】后台管理-周报管理,查看、编辑日志详情原型中标题取单位信息

CzRger 1 year ago
parent
commit
f8fc5aeea1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/system/weekly-manage/detail.vue

+ 1 - 1
src/views/system/weekly-manage/detail.vue

@@ -1,6 +1,6 @@
 <template>
   <CusDialog
-      title="日志"
+      :title="transfer.method === 'add' ? $store.state.app.userInfo.dept.organizationName : cusDetail?.unitName"
       :show="show"
       @close="$emit('update:show', false)"
       @submit="onSubmit"