Commit c5ea0cad authored by zhengke's avatar zhengke

修改

parent 36dcd2e7
...@@ -43,7 +43,7 @@ ...@@ -43,7 +43,7 @@
</template> </template>
<template v-slot:body-cell-time="props"> <template v-slot:body-cell-time="props">
<q-td :props="props"> <q-td :props="props">
<div class="text-blue cursor-pointer" >{{props.row.StartTime}}<span v-if="props.row.EndTime">/</span>{{props.row.EndTime}}</div> <div class="text-blue" >{{props.row.StartTime}}<span v-if="props.row.EndTime">/</span>{{props.row.EndTime}}</div>
</q-td> </q-td>
</template> </template>
<template v-slot:body-cell-AssistIcon="props"> <template v-slot:body-cell-AssistIcon="props">
......
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