From fad6e1df95e9b9cc603d070ad5b97ac5d908d60b Mon Sep 17 00:00:00 2001 From: ngfchl Date: Thu, 13 Oct 2022 13:39:28 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BE=8E=E5=8C=96=E4=BF=AE=E6=94=B9=E5=88=86?= =?UTF-8?q?=E7=B1=BB=E7=95=8C=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/auto_pt/downloading.html | 34 +++++++++++++++++++----------- 1 file changed, 22 insertions(+), 12 deletions(-) diff --git a/templates/auto_pt/downloading.html b/templates/auto_pt/downloading.html index 7a58d2e..50e0a23 100644 --- a/templates/auto_pt/downloading.html +++ b/templates/auto_pt/downloading.html @@ -176,17 +176,26 @@ 确 定 - +
- - - - + + + + + + + + + 重置分类 +
- - 取 消 - 确 定 - + {# #} + {# 取 消#} + {# 确 定#} + {# #}
@@ -497,11 +506,12 @@ [ { name: '分类', + code: 'categoryForm', prefixIcon: 'vxe-icon-square-square', children: [ - {code: 'create_category', name: '添加', prefixIcon: 'vxe-icon-square-plus'}, - {code: 'set_category', name: '重置', prefixIcon: 'vxe-icon-square-close'}, - {code: 'categoryForm', name: '修改分类', prefixIcon: 'vxe-icon-edit'}, + {#{code: 'create_category', name: '添加', prefixIcon: 'vxe-icon-square-plus'},#} + {#{code: 'set_category', name: '重置', prefixIcon: 'vxe-icon-square-close'},#} + {#{code: 'categoryForm', name: '修改分类', prefixIcon: 'vxe-icon-edit'},#} ] }, {#{#}