Commit b241c7fb authored by 黄奎's avatar 黄奎

也没修过

parent b990d961
......@@ -54,17 +54,11 @@
<template v-slot:body-cell-optioned="props">
<q-td :props="props">
<div>
<template v-if="props.row.DutyStatus==0">
<q-btn flat size="xs" icon="edit" color="accent" style="font-weight:400"
:label="props.row.DutyStatusStr" />
</template>
<template v-if="props.row.DutyStatus==1">
<q-btn flat size="xs" icon="edit" color="accent" style="font-weight:400" label="开始值班"
@click="StartSchedule(props.row)" />
</template>
<template v-if="props.row.DutyStatus==2">
<!-- <q-btn flat size="xs" icon="edit" color="accent" style="font-weight:400"
:label="props.row.DutyStatusStr" /> -->
<q-btn flat size="xs" icon="iconfont icon-View" style="font-weight:400;" class="q-mr-xs"  label="查看"
 @click="GoToDutyInfo(props.row)"   />
</template>
......@@ -129,6 +123,12 @@
align: 'left',
field: 'CreateByName'
},
{
name: 'DutyStatusStr',
label: '状态',
align: 'left',
field: 'DutyStatusStr'
},
{
name: 'optioned',
label: '操作',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment