f6e7ec6a by zhangmeng

查询优化

1 parent 832059ed
......@@ -34,7 +34,7 @@
</el-table-column>
<el-table-column :label="language==0?'状态':'State'" align="center" prop="status" width="160">
<template #default="{row}">
{{ row.status == 1 ? language == 0 ? '已预留' : 'Reserved' : null }}
{{ language == 0 ? '已预留' : 'Reserved' }}
</template>
</el-table-column>
</el-table>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!