From 0a4454d909c91928db2a3a77aebb75cc98c7bc43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=81=E7=91=9E=E8=B6=85?= <281809423@qq.com> Date: Tue, 3 Nov 2020 12:49:29 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=88=E5=90=8C=E5=88=86=E7=B1=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../templates/front/contract_type/add.html | 49 ++++++++++ .../templates/front/contract_type/edit.html | 44 +++++++++ .../templates/front/contract_type/type.html | 98 +++++++++++++++++++ 3 files changed, 191 insertions(+) create mode 100644 ruoyi-front/src/main/resources/templates/front/contract_type/add.html create mode 100644 ruoyi-front/src/main/resources/templates/front/contract_type/edit.html create mode 100644 ruoyi-front/src/main/resources/templates/front/contract_type/type.html diff --git a/ruoyi-front/src/main/resources/templates/front/contract_type/add.html b/ruoyi-front/src/main/resources/templates/front/contract_type/add.html new file mode 100644 index 000000000..d105f9b33 --- /dev/null +++ b/ruoyi-front/src/main/resources/templates/front/contract_type/add.html @@ -0,0 +1,49 @@ + + + + + + +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+
+ + + + \ No newline at end of file diff --git a/ruoyi-front/src/main/resources/templates/front/contract_type/edit.html b/ruoyi-front/src/main/resources/templates/front/contract_type/edit.html new file mode 100644 index 000000000..8736c0bc8 --- /dev/null +++ b/ruoyi-front/src/main/resources/templates/front/contract_type/edit.html @@ -0,0 +1,44 @@ + + + + + + +
+
+ +
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+
+ + + + \ No newline at end of file diff --git a/ruoyi-front/src/main/resources/templates/front/contract_type/type.html b/ruoyi-front/src/main/resources/templates/front/contract_type/type.html new file mode 100644 index 000000000..a275b7483 --- /dev/null +++ b/ruoyi-front/src/main/resources/templates/front/contract_type/type.html @@ -0,0 +1,98 @@ + + + + + + +
+
+
+
+
+ +
+
+
+ + +
+
+
+
+
+ + + + \ No newline at end of file