Commit 092ebdd0 authored by 黄奎's avatar 黄奎

页面修改

parent dff782ed
...@@ -134,7 +134,7 @@ ...@@ -134,7 +134,7 @@
<template v-slot:body-cell-optioned="props"> <template v-slot:body-cell-optioned="props">
<q-td :props="props"> <q-td :props="props">
<div> <div>
<template v-if="props.row.Status==1"> <template v-if="props.row.Status==1 || props.row.NewStatus==1">
<q-btn flat size="xs" icon="edit" color="accent" style="font-weight:400" label="开始值班" <q-btn flat size="xs" icon="edit" color="accent" style="font-weight:400" label="开始值班"
@click="StartSchedule(props.row)" /> @click="StartSchedule(props.row)" />
</template> </template>
......
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