linwenxin 6 месяцев назад
Родитель
Сommit
e35921987b
1 измененных файлов с 38 добавлено и 0 удалено
  1. 38 0
      src/views/setting/networkSigning/networkContractSigning/index.vue

+ 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'
+          }
         }
       ]
     },