+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 确认
+ {
+ this.$emit('closeDialog')
+ }
+ "
+ >取消
+
+
+
+
+
+
+
+
diff --git a/src/views/BasicManage/ProtocolManage/config.js b/src/views/BasicManage/ProtocolManage/config.js
new file mode 100644
index 0000000..ee7dfbd
--- /dev/null
+++ b/src/views/BasicManage/ProtocolManage/config.js
@@ -0,0 +1,26 @@
+
+export const formLabel = [
+ { f_label: '关键字', f_model: 'keywords', f_type: 'date' },
+ { f_label: '关键字', f_model: 'keywords', f_type: 'ipt' },
+ { f_label: '状态', f_model: 'keywords', f_type: 'sel' },
+]
+export const columnsList = [
+ { t_props: 'scrapNum', t_label: '协议签订时间', },
+ { t_props: '', t_label: '协议编号' },
+ { t_props: 'repairNum', t_label: '合同编号' },
+ { t_props: 'unitName', t_label: '租赁单位', },
+ { t_props: 'projectName', t_label: '租赁工程', },
+ { t_props: 'itemType', t_label: '开始日期', },
+ { t_props: 'itemType', t_label: '租赁期限(天)', },
+ { t_props: 'itemType', t_label: '授权人', },
+ { t_props: 'itemType', t_label: '授权人电话', },
+ { t_props: 'itemType', t_label: '租赁单位类型', },
+ { t_props: 'itemType', t_label: '附件图片', },
+ { t_props: 'itemType', t_label: '备注', },
+]
+
+export const dialogConfig = {
+ outerWidth: '70%',
+ outerTitle: '',
+ outerVisible: false,
+}
diff --git a/src/views/BasicManage/ProtocolManage/index.vue b/src/views/BasicManage/ProtocolManage/index.vue
index d50c675..1d4efa4 100644
--- a/src/views/BasicManage/ProtocolManage/index.vue
+++ b/src/views/BasicManage/ProtocolManage/index.vue
@@ -1,10 +1,61 @@