From ce55f3db03a413283e57fb3a10f4958953419aff Mon Sep 17 00:00:00 2001 From: aixianling Date: Fri, 8 Apr 2022 10:34:23 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=AF=E5=88=86=E8=A7=84=E5=88=99=E9=9C=80?= =?UTF-8?q?=E6=B1=82=E5=8F=98=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../creditScore/scoreRules/AppScoreRules.vue | 218 ++++++++---------- 1 file changed, 99 insertions(+), 119 deletions(-) diff --git a/project/xiushan/apps/creditScore/scoreRules/AppScoreRules.vue b/project/xiushan/apps/creditScore/scoreRules/AppScoreRules.vue index 2d5f1316..90f8fd10 100644 --- a/project/xiushan/apps/creditScore/scoreRules/AppScoreRules.vue +++ b/project/xiushan/apps/creditScore/scoreRules/AppScoreRules.vue @@ -8,56 +8,64 @@ - - - + + + + + - - + @@ -66,72 +74,54 @@ + :title="dialog.title" + :visible.sync="dialog.visible" + :customFooter="true" + :destroyOnClose="true" + @close="init('ruleForm')" + width="520px">
+ ref="ruleForm" + :model="dialogInfo" + :rules="formRules" + size="small" + label-suffix=":" + label-width="120px"> - - + - - + + - - - - - - - 加分 - 扣分 - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + +