浏览代码

添加 官费 费减 选项

mentoswzq 4 年之前
父节点
当前提交
afc910c5b2

+ 1 - 1
js/component/manageCenter/project/task/myTask.jsx

@@ -473,7 +473,7 @@ const Task = React.createClass({
           render: (text, record) => {
            return (
                <span>
-                 {this.props.isZxs ? '***' : text}
+                 {this.props.isZxs || text === -1  ? '***' : text}
                </span>
            )
           }

+ 7 - 0
js/component/manageCenter/project/task/myTaskOutsource.jsx

@@ -474,6 +474,13 @@ const MyTaskOutsource = React.createClass({
           title: "金额(万元)",
           dataIndex: "commodityPrice",
           key: "commodityPrice",
+          render: (text, record) => {
+            return (
+                <span>
+                 {this.props.isZxs || text === -1  ? '***' : text}
+               </span>
+            )
+          }
         },
         {
           title: "负责人",

+ 7 - 0
js/component/manageCenter/project/task/taskQuery.jsx

@@ -258,6 +258,13 @@ const Task = React.createClass({
           title: "金额(万元)",
           dataIndex: "commodityPrice",
           key: "commodityPrice",
+          render: (text, record) => {
+            return (
+                <span>
+                 {this.props.isZxs || text === -1  ? '***' : text}
+               </span>
+            )
+          }
         },
         {
           title: "负责人",