فهرست منبع

提交相关代码

Lijy 9 ماه پیش
والد
کامیت
c45ff1aeb7
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      fhKeeper/formulahousekeeper/timesheet/src/views/contract/components/customContract.vue

+ 1 - 1
fhKeeper/formulahousekeeper/timesheet/src/views/contract/components/customContract.vue

@@ -393,7 +393,7 @@
             {{statusList[contractForm.status].label}}
           </el-form-item>
           <el-form-item :label="$t('dismissreason')" v-if="contractForm.status == 2">
-            <span v-if="userNameNeedTranslate == 1">
+            <span v-if="user.userNameNeedTranslate == 1">
               <span><TranslationOpenDataText type='userName' :openid='contractForm.msg.name'></TranslationOpenDataText></span>
               <span>{{contractForm.msg.text}}</span>
             </span>