|
@@ -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>
|