File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ VUE_APP_ATOM_API = '/atom-webapi'
88# target host
99
1010# VUE_TARGET_HOST = 'https://192.168.2.178:8000'
11- # VUE_TARGET_HOST = 'https://iast-test.huoxian.cn'
12- VUE_TARGET_HOST = ' http://52.81.92.214:30485'
11+ VUE_TARGET_HOST = ' https://iast-test.huoxian.cn'
12+ # VUE_TARGET_HOST = 'http://52.81.92.214:30485'
1313# VUE_TARGET_HOST = 'http://iast.huoxian.cn'
1414
1515VUE_ATOM_TARGET_HOST = ' https://192.168.0.126'
Original file line number Diff line number Diff line change 9090 >
9191 <template slot-scope="{ row }">
9292 <div class =" dot" >
93- {{ row.system_load. rate }}
93+ {{ row.system_load ? row.system_load. rate : '' }}
9494 </div >
9595 </template >
9696 </el-table-column >
Original file line number Diff line number Diff line change @@ -120,21 +120,21 @@ export default class sensitiveManage extends VueBase {
120120 strategy_id: [
121121 {
122122 required: true ,
123- message: this .$t (' views.pattern_type_id .nameR' ) as string ,
123+ message: this .$t (' views.sensitiveManage .nameR' ) as string ,
124124 trigger: ' blur' ,
125125 },
126126 ],
127- pattern_type : [
127+ pattern_type_id : [
128128 {
129129 required: true ,
130- message: this .$t (' views.pattern_type_id .detailR' ) as string ,
130+ message: this .$t (' views.sensitiveManage .detailR' ) as string ,
131131 trigger: ' blur' ,
132132 },
133133 ],
134134 pattern: [
135135 {
136136 required: true ,
137- message: this .$t (' views.pattern_type_id .fixR' ) as string ,
137+ message: this .$t (' views.sensitiveManage .fixR' ) as string ,
138138 trigger: ' blur' ,
139139 },
140140 ],
You can’t perform that action at this time.
0 commit comments