linwenxin 6 месяцев назад
Родитель
Сommit
3187ae1347

+ 20 - 0
src/views/setting/insuranceAdministration/InsuranceContract/InsuranceContractForm.vue

@@ -321,6 +321,26 @@ export default {
               ></zj-table>
             )
           }
+        },
+        {
+          name: 'el-input',
+          attributes: { disabled: true },
+          formItemAttributes: { label: '创建人', prop: 'createBy' }
+        },
+        {
+          name: 'el-input',
+          attributes: { disabled: true },
+          formItemAttributes: { label: '创建时间', prop: 'createTime' }
+        },
+        {
+          name: 'el-input',
+          attributes: { disabled: true },
+          formItemAttributes: { label: '修改人', prop: 'updateBy' }
+        },
+        {
+          name: 'el-input',
+          attributes: { disabled: true },
+          formItemAttributes: { label: '修改时间', prop: 'updateTime' }
         }
       ]
     },