mirror of
https://gitee.com/elegant_wings/dbd-meeting-html.git
synced 2025-06-21 04:29:36 +08:00
修改对应bug
This commit is contained in:
parent
b98b95e49b
commit
a2b2d1bf5d
@ -119,8 +119,10 @@
|
||||
<a v-if='editEnabel' @click='handleView(record.id)'>详情</a>
|
||||
<!-- <a-divider v-if='!isShowModel' type='vertical' />-->
|
||||
<!-- <a v-if='editEnabel && !isShowModel' @click='handleEdit(record)'>编辑</a>-->
|
||||
<a-divider v-if='!isShowModel' type='vertical' />
|
||||
<a type='danger' v-if='!isShowModel' @click='delByIds(record.id)'>删除</a>
|
||||
<!-- <a-divider v-if='!isShowModel' type='vertical' />-->
|
||||
<!-- <a type='danger' v-if='!isShowModel' @click='delByIds(record.id)'>删除</a>-->
|
||||
<!-- <a-divider v-if='!isShowModel' type='vertical' />-->
|
||||
<!-- <a type='danger' v-if='!isShowModel' @click='delByIds(selectedRowKeys)'>批量删除</a>-->
|
||||
</span>
|
||||
</s-table>
|
||||
<repair-modal ref='modal' @success='handleOk' />
|
||||
|
@ -330,9 +330,20 @@ export default {
|
||||
// this.floorCreateList(this.queryParam)
|
||||
},
|
||||
// 切换时间
|
||||
selectTime(value, dateString) {
|
||||
selectTime (value, dateString) {
|
||||
this.queryParam.startDate = dateString[0]
|
||||
this.queryParam.endDate = dateString[1]
|
||||
},
|
||||
|
||||
handleView (workerId) {
|
||||
this.$router.push({ name: 'repair', query: { repairUserId: workerId } })
|
||||
},
|
||||
handleFloorView (floorId) {
|
||||
console.log(floorId)
|
||||
this.$router.push({ name: 'repair', query: { floorId: floorId } })
|
||||
},
|
||||
handleFloorCreateView (floorId) {
|
||||
this.$router.push({ name: 'repair', query: { floorCreateId: floorId } })
|
||||
}
|
||||
},
|
||||
watch: {}
|
||||
|
Loading…
x
Reference in New Issue
Block a user