@@ -61,10 +61,9 @@
:wrapperCol="BaseTool.Constant.wrapperCol"
>
<a-input
- style="width: 70%"
+ style="width: 100%"
suffix="小时"
v-decorator="['limitHours', {rules: [{required: true, message: '多少小时内需要维修好'}]}]" />
- <a-button style="width: 30%" type="primary" @click="handleSbSelect">选择</a-button>
</a-form-item>
</row-item>
<row-item>
@@ -161,6 +161,10 @@ export default {
title: '手机号',
dataIndex: 'phone'
},
+ {
+ title: '邮箱',
+ dataIndex: 'email'
+ },
{
title: '状态',
dataIndex: 'status',