centaline-data-driven 1.2.20 → 1.2.23

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "centaline-data-driven",
3
- "version": "1.2.20",
3
+ "version": "1.2.23",
4
4
  "description": "ccai",
5
5
  "author": "hjc <3226136347@qq.com>",
6
6
  "private": false,
@@ -2,7 +2,7 @@
2
2
  <div id="app-search" style="height:100%;position: fixed;">
3
3
  <!-- <ct-searchlist :searchConditionApi="'/api/third-dept-tran/tran-list/layout'" :searchDataApi="'/api/third-dept-tran/tran-list'"></ct-searchlist> -->
4
4
 
5
- <!-- <ct-searchlist :searchConditionApi="'/PropertyRETList/getLayoutOfSearch'" :searchDataApi="'/PropertyRETList/getListOfSearchModel'" :searchCategoryApi="'/PropertyRETList/getLayoutOfSearchCategory'"></ct-searchlist> -->
5
+ <ct-searchlist :searchConditionApi="'/PropertyRETList/getLayoutOfSearch'" :searchDataApi="'/PropertyRETList/getListOfSearchModel'" :searchCategoryApi="'/PropertyRETList/getLayoutOfSearchCategory'"></ct-searchlist>
6
6
  <!-- <ct-searchlist :searchConditionApi="'/WorklistList/getLayoutOfSearch'" :searchDataApi="'/WorklistList/getListOfSearchModel'" :searchCategoryApi="'/WorklistList/getLayoutOfSearchCategory'"></ct-searchlist> -->
7
7
 
8
8
  <!-- <ct-searchlist :searchConditionApi="'/PropertyRETList/getLayoutOfSearch'"
@@ -12,7 +12,7 @@
12
12
  ></ct-searchlist> -->
13
13
 
14
14
  <!--<ct-searchlist :searchConditionApi="'/api/invoice-info/search-condition'" :searchDataApi="'/api/invoice-info/list'" :searchDataStatisticsApi="'api/ContractList/GetLayoutOfStatisticsTool'" :apiParam="para"></ct-searchlist>-->
15
- <ct-searchlist :searchConditionApi="'/PropertyStatusList/getLayoutOfSearch'" :searchDataApi="'/PropertyStatusList/getListOfSearchModel'" :apiParam="para"></ct-searchlist>
15
+ <!-- <ct-searchlist :searchConditionApi="'/PropertyStatusList/getLayoutOfSearch'" :searchDataApi="'/PropertyStatusList/getListOfSearchModel'" :apiParam="para"></ct-searchlist> -->
16
16
  <ct-dialog-list></ct-dialog-list>
17
17
  </div>
18
18
  </template>
@@ -24,8 +24,8 @@
24
24
  data() {
25
25
  return {
26
26
  //para: { agentId: "1424932685198864386", estateId: "L201402181627000007233", estateName: "271医院宿舍区", pageOnly: "true", pageTitle: "销控房源列表" }
27
- // para: {}
28
- para: {paramKey: "PropertyStatusID", code: "002.001", name: "盘源状态", paramName: "盘源状态"}
27
+ para: {}
28
+ // para: {paramKey: "PropertyStatusID", code: "002.001", name: "盘源状态", paramName: "盘源状态"}
29
29
  }
30
30
  },
31
31
  mounted() {
Binary file
Binary file
Binary file
@@ -214,6 +214,14 @@ const api = {
214
214
  }
215
215
  else {
216
216
  Vue.prototype.$message.error(response.data.rtnMsg);
217
+ // Vue.prototype.$message({
218
+ // message: response.data.rtnMsg,//消息文字
219
+ // dangerouslyUseHTMLString: false,
220
+ // type: 'error',//主题:success/warning/info/error
221
+ // center: true,//是否居中
222
+ // duration: 0, //显示时间, 毫秒。设为 0 则不会自动关闭
223
+ // showClose: true,//是否显示关闭按钮
224
+ // });
217
225
  }
218
226
  }
219
227
  return Promise.reject(response);
@@ -768,4 +768,12 @@ html {
768
768
  }
769
769
  .ct-table-content .checkbox-td .el-checkbox{
770
770
  min-width: initial;
771
- }
771
+ }
772
+
773
+ .el-message__content{
774
+ white-space: pre-line;
775
+ line-height: 20px;
776
+ }
777
+ .details-mid .st-serach-screen,.details-mid .ct-searchtable{
778
+ border-radius: initial;
779
+ }
@@ -47,6 +47,7 @@
47
47
  height: 26px;
48
48
  background: #EE6B6B;
49
49
  border-color:#EE6B6B;
50
+ width: 85px;
50
51
  box-shadow: 0px 2px 4px 0px rgba(238,107,107,0.25);
51
52
  border-radius: 6px;
52
53
  }