diff --git a/YLErpWeb/Views/client/_ClientDutyDirectorList.cshtml b/YLErpWeb/Views/client/_ClientDutyDirectorList.cshtml
new file mode 100644
index 00000000..7682a838
--- /dev/null
+++ b/YLErpWeb/Views/client/_ClientDutyDirectorList.cshtml
@@ -0,0 +1,55 @@
+@{
+ Layout = null;
+}
+
+
+
+
股东董事会成员信息
+
+ @**@
+
+
+
+
+
+
+
+ | 姓名 |
+ 证件类型 |
+ 证件号码 |
+ 董事会身份 |
+ 管理层身份 |
+ 是否股东 |
+ 股东持股类型 |
+ 股东持股比例(%) |
+ 操作 |
+
+
+
+
+ | {{item.ContactName}} |
+ {{item.IdCardType}} |
+ {{item.IdCardNo}} |
+
+ {{item.IdentityOfTheBoardOfDirectors}} |
+ {{item.ManagementIdentity}} |
+
+ {{item.IsShareholder}} |
+
+ {{item.ShareholdingByShareholdersType}} |
+
+ {{item.ShareholdingByShareholdersRatio}} |
+
+
+
+
+
+
+ |
+
+
+
+
+
\ No newline at end of file
diff --git a/YLErpWeb/Views/client/_ClientFileList.cshtml b/YLErpWeb/Views/client/_ClientFileList.cshtml
new file mode 100644
index 00000000..74741147
--- /dev/null
+++ b/YLErpWeb/Views/client/_ClientFileList.cshtml
@@ -0,0 +1,100 @@
+@{
+ Layout = null;
+}
+
+
+
\ No newline at end of file
diff --git a/YLErpWeb/Views/client/_ClientInvestorsList.cshtml b/YLErpWeb/Views/client/_ClientInvestorsList.cshtml
new file mode 100644
index 00000000..6cce46d0
--- /dev/null
+++ b/YLErpWeb/Views/client/_ClientInvestorsList.cshtml
@@ -0,0 +1,44 @@
+@{
+ Layout = null;
+}
+
+
+
+
产品投资人列表
+
+
+
+
+
+
+
+
+
+ | 产品投资人 |
+ 适当性类型 |
+ 产品权益比例 |
+ 操作者 |
+ 备注 |
+ 操作 |
+
+
+
+
+ | {{item.Investor}} |
+ {{item.EligibilityType}} |
+ {{item.ShareRate * 100}}% |
+ {{item.OptName}} |
+ {{item.Comments}} |
+
+
+
+
+
+ |
+
+
+
+
+
\ No newline at end of file