Browse Source

no message

linwenxin 6 tháng trước cách đây
mục cha
commit
e35921987b

+ 38 - 0
src/views/setting/networkSigning/networkContractSigning/index.vue

@@ -250,6 +250,44 @@ export default {
             label: '创建时间',
             prop: 'createTime'
           }
+        },
+        // -------------------------------------
+        {
+          name: 'el-input',
+          md: 6,
+          attributes: {
+            disabled: true,
+            placeholder: '请输入'
+          },
+          formItemAttributes: {
+            label: '审核人',
+            prop: 'confirmBy'
+          }
+        },
+        {
+          name: 'el-input',
+          md: 6,
+          attributes: {
+            disabled: true,
+            placeholder: '请输入'
+          },
+          formItemAttributes: {
+            label: '审核时间',
+            prop: 'confirmTime'
+          }
+        },
+        {
+          name: 'el-input',
+          md: 24,
+          attributes: {
+            disabled: true,
+            placeholder: '请输入',
+            type: 'textarea'
+          },
+          formItemAttributes: {
+            label: '备注',
+            prop: 'remark'
+          }
         }
       ]
     },