Explorar el Código

合同-驳回原因

ggooalice hace 2 años
padre
commit
6ef7522c89

+ 3 - 0
fhKeeper/formulahousekeeper/timesheet/src/views/contract/index.vue

@@ -186,6 +186,9 @@
           <el-form-item label="状态">
             {{statusList[contractForm.status].label}}
           </el-form-item>
+          <el-form-item label="驳回原因" v-if="contractForm.status == 2">
+            {{contractForm.msg ? contractForm.msg : ''}}
+          </el-form-item>
           <el-form-item label="创建人">
             <span v-if="user.userNameNeedTranslate == 1"><ww-open-data type='userName' :openid='contractForm.creatorName'></ww-open-data></span>
             <span v-else>{{contractForm.creatorName}}</span>