liting2017 6 år sedan
förälder
incheckning
7181099e88

+ 1 - 1
js/component/manageCenter/idea/content.less

@@ -62,7 +62,7 @@
 
 .news-modal {
     .quill {
-        margin-top:40px;
+        margin-top:10px;
         margin-bottom: 40px;
         .ql-editor {
             min-height: 400px;

+ 1 - 2
js/component/manageCenter/idea/policy/manage.jsx

@@ -657,7 +657,7 @@ const Manage=React.createClass({
 						        
 				       		</select>
                         </div>
-                       {/* <div className="clearfix">
+                      <div className="clearfix">
                             <div className="modal-box news-box">
                                 <span className="modal-box-title">置顶序号:</span>
                                 <div className="modal-box-detail">
@@ -679,7 +679,6 @@ const Manage=React.createClass({
                                 </div>
                             </div>   	                           
                         </div>
-                        */}
                         <Editors textContent={this.state.RowData.content}
                             uploadUrl={'/api/admin/news/upload'}
                             uploadSign={'news_content_picture'}

+ 0 - 1
js/component/manageCenter/order/content.jsx

@@ -115,7 +115,6 @@ class Content extends Component {
             //订单新增空白
             default:
             require.ensure([], () => {
-            	
                 const Module = require('../module').default;
                 this.setState({
                     component:<Module />	    

+ 8 - 2
js/component/manageCenter/servicesManage/projectOrder/projectManagement/projectManage.jsx

@@ -128,7 +128,10 @@ const ProjectOrder=Form.create()(React.createClass({
                 },{
                     title: '客户名称',
                     dataIndex: 'buyerName',
-                    key: 'buyerName'
+                    key: 'buyerName',
+                    render:(text)=>{
+                    	return text&&text.length>=6?text.substr(0,5)+'...':text
+                    }
                 },{
                     title: '客户类型',
                     dataIndex: 'buyerProvince',
@@ -213,7 +216,10 @@ const ProjectOrder=Form.create()(React.createClass({
                 },{
                     title: '客户名称',
                     dataIndex: 'buyerName',
-                    key: 'buyerName'
+                    key: 'buyerName',
+                    render:(text)=>{
+                    	return text&&text.length>=6?text.substr(0,5)+'...':text
+                    }
                 },{
                     title: '客户类型',
                     dataIndex: 'buyerType',