mirror of
https://github.com/kuaifan/dootask.git
synced 2026-02-11 17:28:22 +00:00
perf: 打卡标签页
This commit is contained in:
parent
5413457b6b
commit
4f6034457f
@ -22,6 +22,8 @@
|
|||||||
{{$L('设备连接上指定路由器(WiFi)后自动签到。')}}
|
{{$L('设备连接上指定路由器(WiFi)后自动签到。')}}
|
||||||
</Alert>
|
</Alert>
|
||||||
<div class="setting-checkin-row">
|
<div class="setting-checkin-row">
|
||||||
|
<Tabs v-model="checkinTabs" style="margin: 0;">
|
||||||
|
<TabPane :label="$L('mac地址')" name="mac">
|
||||||
<Row class="setting-template">
|
<Row class="setting-template">
|
||||||
<Col span="12">{{$L('设备MAC地址')}}</Col>
|
<Col span="12">{{$L('设备MAC地址')}}</Col>
|
||||||
<Col span="12">{{$L('备注')}}</Col>
|
<Col span="12">{{$L('备注')}}</Col>
|
||||||
@ -39,8 +41,9 @@
|
|||||||
<Input v-model="item.remark" :maxlength="100" :placeholder="$L('备注')"/>
|
<Input v-model="item.remark" :maxlength="100" :placeholder="$L('备注')"/>
|
||||||
</Col>
|
</Col>
|
||||||
</Row>
|
</Row>
|
||||||
</div>
|
|
||||||
<Button type="default" icon="md-add" @click="addDatum">{{$L('添加设备')}}</Button>
|
<Button type="default" icon="md-add" @click="addDatum">{{$L('添加设备')}}</Button>
|
||||||
|
</TabPane>
|
||||||
|
<TabPane :label="$L('人脸图片')" name="receive">
|
||||||
<div class="setting-checkin-row">
|
<div class="setting-checkin-row">
|
||||||
<Row class="setting-template">
|
<Row class="setting-template">
|
||||||
<Col span="12">{{$L('人脸图片')}}</Col>
|
<Col span="12">{{$L('人脸图片')}}</Col>
|
||||||
@ -54,6 +57,12 @@
|
|||||||
</Col>
|
</Col>
|
||||||
</Row>
|
</Row>
|
||||||
</div>
|
</div>
|
||||||
|
</TabPane>
|
||||||
|
</Tabs>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</Form>
|
</Form>
|
||||||
<div class="setting-footer">
|
<div class="setting-footer">
|
||||||
<Button :loading="loadIng > 0" type="primary" @click="submitForm">{{$L('提交')}}</Button>
|
<Button :loading="loadIng > 0" type="primary" @click="submitForm">{{$L('提交')}}</Button>
|
||||||
@ -89,6 +98,7 @@ export default {
|
|||||||
'mac': '',
|
'mac': '',
|
||||||
'remark': '',
|
'remark': '',
|
||||||
},
|
},
|
||||||
|
checkinTabs: "mac",
|
||||||
|
|
||||||
latelyLoad: 0,
|
latelyLoad: 0,
|
||||||
latelyData: [],
|
latelyData: [],
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user