From 23566b5d67c32c1c987e8f20166677712762cfd2 Mon Sep 17 00:00:00 2001 From: zhangyanpeng <bob.zhang@highdatas.com> Date: 星期四, 15 八月 2024 16:15:24 +0800 Subject: [PATCH] 数量单 --- module/config/page/criteria_rule_evaluation.html | 13 +++++-------- 1 files changed, 5 insertions(+), 8 deletions(-) diff --git a/module/config/page/criteria_rule_evaluation.html b/module/config/page/criteria_rule_evaluation.html index 0f1b7fa..dd702eb 100644 --- a/module/config/page/criteria_rule_evaluation.html +++ b/module/config/page/criteria_rule_evaluation.html @@ -2,7 +2,7 @@ <html> <head> <meta charset="utf-8"><meta http-equiv="Expires" content="0"><meta http-equiv="Pragma" content="no-cache"><meta http-equiv="Cache-control" content="no-cache"><meta http-equiv="Cache" content="no-cache"> - <title>浜у搧鍒楄〃</title> + <title>璇勪及绠$悊</title> <script type="text/javascript"> var pageVue = null; @@ -16,19 +16,16 @@ el: "#vbody", data: { dataname: "md_org_account_criteria_rule", - title: "璇勪及琛�", + title: "璇勪及绠$悊", filterfieldClick: {}, tablefieldClick: {}, formfieldClick: {}, tablebuttonclick: [], cbuttons_r: {}, - filterObj: { - - }, - filterObjBydefault: { - type_code: "Evaluation" - }, + filterTxt:"1=1 and type_code='Evaluation'", + filterObj: {}, + filterObjBydefault: {}, }, created() { -- Gitblit v1.8.0