ソースを参照

人事管理开发05-06

mentoswzq 4 年 前
コミット
64c540c583
共有2 個のファイルを変更した1400 個の追加206 個の削除を含む
  1. 1 0
      js/component/manageCenter/statistics/personnel/addPicModal.jsx
  2. 1399 206
      js/component/manageCenter/statistics/personnel/personnelAll.jsx

+ 1 - 0
js/component/manageCenter/statistics/personnel/addPicModal.jsx

@@ -55,6 +55,7 @@ const AddPicModal = React.createClass({
         visible={this.props.visible}
         width={400}
         okText={"保存"}
+        style={{ zIndex: 9999 }}
         onOk={this.add}
         onCancel={this.cancel}
       >

File diff suppressed because it is too large
+ 1399 - 206
js/component/manageCenter/statistics/personnel/personnelAll.jsx