Commit 5f421451 authored by 黄奎's avatar 黄奎

页面修改

parent 89312a12
......@@ -88,6 +88,16 @@
</template>
</q-td>
</template>
<template v-slot:body-cell-OpenStr="props">
<q-td :props="props">
<template v-if="props.row.PaperType==1">
---
</template>
<template v-if="props.row.PaperType==2">
{{ props.row.OpenStr }}
</template>
</q-td>
</template>
<template v-slot:body-cell-ExamineStatusStr="props">
<q-td :props="props">
{{ props.row.ExamineStatusStr }}
......
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