mirror of
https://gitee.com/elegant_wings/dbd-meeting-html.git
synced 2025-06-21 06:49:37 +08:00
描述:会议室预约记录
This commit is contained in:
parent
e715e75809
commit
8bf956657f
@ -44,8 +44,8 @@
|
|||||||
<span slot='action' slot-scope='text, record'>
|
<span slot='action' slot-scope='text, record'>
|
||||||
<a @click='handleInfo(record)'>详情</a>
|
<a @click='handleInfo(record)'>详情</a>
|
||||||
<a-divider type='vertical' />
|
<a-divider type='vertical' />
|
||||||
<a v-if='editEnabel' @click='handleEdit(record)'>编辑</a>
|
<a v-if='editEnabel && (record.statusValue == 0 || record.statusValue == 1)' @click='handleEdit(record)'>修改</a>
|
||||||
<a-divider type='vertical' />
|
<a-divider type='vertical' v-if='record.statusValue == 0 || record.statusValue == 1'/>
|
||||||
<a v-if='removeEnable' @click='delByIds([record.id])'>删除</a>
|
<a v-if='removeEnable' @click='delByIds([record.id])'>删除</a>
|
||||||
<a-divider type='vertical' v-if='record.statusValue == 0' />
|
<a-divider type='vertical' v-if='record.statusValue == 0' />
|
||||||
<a-tag @click='verifySuccess(record.id)' v-if='record.statusValue == 0' color='green'>通过</a-tag>
|
<a-tag @click='verifySuccess(record.id)' v-if='record.statusValue == 0' color='green'>通过</a-tag>
|
||||||
@ -152,7 +152,7 @@ export default {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: '操作',
|
title: '操作',
|
||||||
width: '260px',
|
width: '280px',
|
||||||
dataIndex: 'action',
|
dataIndex: 'action',
|
||||||
scopedSlots: { customRender: 'action' },
|
scopedSlots: { customRender: 'action' },
|
||||||
fixed: 'right'
|
fixed: 'right'
|
||||||
|
@ -45,7 +45,7 @@
|
|||||||
</a-select>
|
</a-select>
|
||||||
</a-form-item>
|
</a-form-item>
|
||||||
<a-form-item :labelCol='labelCol' :wrapperCol='wrapperCol' label='备注'>
|
<a-form-item :labelCol='labelCol' :wrapperCol='wrapperCol' label='备注'>
|
||||||
<a-input placeholder='备注' v-decorator="['orderMoney']" />
|
<a-input placeholder='备注' v-decorator="['remake']" />
|
||||||
</a-form-item>
|
</a-form-item>
|
||||||
</a-form>
|
</a-form>
|
||||||
</a-modal>
|
</a-modal>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user