-
{{ isUpdate ? '编辑保洁订单详情' : isReadonly ? '查看保洁订单详情' : '添加保洁订单详情' }}
+
+ {{
+ isUpdate
+ ? '编辑保洁订单详情'
+ : isReadonly
+ ? '查看保洁订单详情'
+ : '添加保洁订单详情'
+ }}
+
{{ $t('pages.common.add') }}
@@ -468,10 +482,26 @@ async function handleAudit(params: any) {
-
-
-
-