diff --git a/.gitignore b/.gitignore
index 05bb8175..5b70a77b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -25,4 +25,3 @@ yarn-error.log*
/oms/dist/
/project/*/index.js
/project/*/dist
-/examples/entries.js
diff --git a/examples/entries.js b/examples/entries.js
deleted file mode 100644
index beec03b0..00000000
--- a/examples/entries.js
+++ /dev/null
@@ -1,22 +0,0 @@
-//引入当前工程所有的应用
-const install = function(Vue) {
- if (install.installed) return Promise.resolve();
- else {
- let contexts = require.context('../project/xiushan', true, /(\/.+)\/App[^\/]+\.vue$/);
- if (contexts) {
- contexts.keys().map((e) => {
- if (contexts(e).default) {
- Vue.component(contexts(e).default.name, contexts(e).default);
- }
- });
- }
- }
-};
-// 判断是否是直接引入文件
-if (typeof window !== 'undefined' && window.Vue) {
- install(window.Vue);
-}
-export default {
- // 导出的对象必须具有 install,才能被 Vue.use() 方法安装
- install
-};
diff --git a/project/shandong10086/apps/shandong/AppVillagersCircle/components/List.vue b/project/shandong10086/apps/shandong/AppVillagersCircle/components/List.vue
index 0eef8a80..b1f6cfad 100644
--- a/project/shandong10086/apps/shandong/AppVillagersCircle/components/List.vue
+++ b/project/shandong10086/apps/shandong/AppVillagersCircle/components/List.vue
@@ -23,7 +23,7 @@
type="date"
size="small"
unlink-panels
- placeholder="选择开始日期"
+ placeholder="请选择发布开始日期"
@change="search.current = 1, getList()" />
diff --git a/project/xiushan/apps/finance/AppFinanceProduct/productDetail.vue b/project/xiushan/apps/finance/AppFinanceProduct/productDetail.vue
index 27d86a83..f71c7b8c 100644
--- a/project/xiushan/apps/finance/AppFinanceProduct/productDetail.vue
+++ b/project/xiushan/apps/finance/AppFinanceProduct/productDetail.vue
@@ -7,8 +7,7 @@
-
-
+
diff --git a/project/xiushan/apps/finance/AppLoanAudit/loanDetail.vue b/project/xiushan/apps/finance/AppLoanAudit/loanDetail.vue
index 81df6c45..504569fe 100644
--- a/project/xiushan/apps/finance/AppLoanAudit/loanDetail.vue
+++ b/project/xiushan/apps/finance/AppLoanAudit/loanDetail.vue
@@ -86,7 +86,7 @@
-
+
@@ -125,6 +125,7 @@ export default {
],
auditLifespan: [{required: true, message: "请选择 使用期限"}],
loanDate: [{required: true, message: "请选择 放款日期"}],
+ remark: [{required: true, message: "请输入 审批意见"}],
}
}
},
diff --git a/project/xiushan/apps/financing/AppGrabLog/grabDetail.vue b/project/xiushan/apps/financing/AppGrabLog/grabDetail.vue
index 53112f78..ce6e2ebf 100644
--- a/project/xiushan/apps/financing/AppGrabLog/grabDetail.vue
+++ b/project/xiushan/apps/financing/AppGrabLog/grabDetail.vue
@@ -2,7 +2,7 @@