|
@@ -7,11 +7,11 @@ import {
|
|
|
} from "taro-ui";
|
|
|
import dayjs from 'dayjs';
|
|
|
import Skeleton from 'taro-skeleton'
|
|
|
-import HistoricalClock from '../../components/historicalClock';
|
|
|
import ImagePicker from '../../components/common/imagePicker';
|
|
|
import { add, minus, asyncAdd } from '../../actions/counter'
|
|
|
import { recordAdd, myDuration, getInfo, } from '../../utils/servers/servers';
|
|
|
import Select from "../../image/dui.png";
|
|
|
+import { stageList } from '../../utils/tools/config';
|
|
|
import './index.less';
|
|
|
import 'taro-ui/dist/style/components/noticebar.scss';
|
|
|
import 'taro-ui/dist/style/components/icon.scss';
|
|
@@ -40,7 +40,7 @@ class PunchClocks extends Component {
|
|
|
imgs: [],
|
|
|
nowTime: '00:00:00',
|
|
|
loading: false,
|
|
|
- selector: [{ value: 0, lable: "调研阶段" },],
|
|
|
+ selector: stageList,
|
|
|
dateSel: dayjs().format('YYYY-MM-DD'),
|
|
|
duration: "",
|
|
|
selectorChecked: {},
|