diff --git a/pages/index/index.vue b/pages/index/index.vue index af50482..24e2343 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -1,70 +1,114 @@ - - - - - - 生成电梯图纸 - - 选择模板并设置参数,快速生成专业电梯施工图 - - - - - - - 选择图纸模板 - - - - - ¥ {{ item.price_cents / 100 }} - - {{ item.name }} - {{ item.description }} - - - - - - - 设置参数 - - - - - * - - - + + + + 生成电梯图纸 + + 选择模板并设置参数,快速生成专业电梯施工图 + + + + + + + 选择图纸模板 + + + + + ¥ {{ item.price_cents / 100 }} + + {{ item.name }} + {{ item.description }} + + + + + + + 设置参数 + + + + + + * + + + + - - - - - - 申请状态:{{ get_access_status(currentTemplate.access_status) }} - - - - - - - - - - - - 申请理由: - - - - - + + + + + + + 申请状态:{{ get_access_status(currentTemplate.access_status) }} + + + + + + + + + + + + + 申请理由: + + + + + \ No newline at end of file