Ver código fonte

委托登记显示审核拒绝原因

丁治程 1 ano atrás
pai
commit
ed4d6b714d

+ 6 - 0
itdmWeb/src/views/module-iTDM/weituo/ItdmWeituoInfoList.vue

@@ -201,6 +201,11 @@ export default {
           dataIndex: 'shenheStatus_dictText',
         },
         {
+          title:'审核拒绝原因',
+          align:"center",
+          dataIndex: 'shenheMsg'
+        },
+        {
           title: '操作',
           dataIndex: 'action',
           align:"center",
@@ -273,6 +278,7 @@ export default {
       fieldList.push({type:'string',value:'bgxs',text:'报告形式'})
       fieldList.push({type:'string',value:'teshuyaoqiu',text:'特殊要求',dictCode:''})
       fieldList.push({type:'string',value:'tiaojianFile',text:'试验条件文件地址',dictCode:''})
+      fieldList.push({type:'string',value:'shenheMsg',text:'审核拒绝原因',dictCode:''})
       this.superFieldList = fieldList
     }
   }