mirror of
https://github.com/dyiop/astute.git
synced 2025-04-06 21:30:20 -04:00
Fixed defects.
This commit is contained in:
parent
31769ebd8f
commit
7c2b9943ba
|
@ -2,7 +2,10 @@
|
||||||
<module type="WEB_MODULE" version="4">
|
<module type="WEB_MODULE" version="4">
|
||||||
<component name="NewModuleRootManager" inherit-compiler-output="true">
|
<component name="NewModuleRootManager" inherit-compiler-output="true">
|
||||||
<exclude-output />
|
<exclude-output />
|
||||||
<content url="file://$MODULE_DIR$" />
|
<content url="file://$MODULE_DIR$">
|
||||||
|
<excludeFolder url="file://$MODULE_DIR$/dist" />
|
||||||
|
<excludeFolder url="file://$MODULE_DIR$/tmp" />
|
||||||
|
</content>
|
||||||
<orderEntry type="inheritedJdk" />
|
<orderEntry type="inheritedJdk" />
|
||||||
<orderEntry type="sourceFolder" forTests="false" />
|
<orderEntry type="sourceFolder" forTests="false" />
|
||||||
</component>
|
</component>
|
||||||
|
|
3586
AstuteClient2/package-lock.json
generated
3586
AstuteClient2/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
|
@ -459,8 +459,10 @@
|
||||||
<td colspan="2">
|
<td colspan="2">
|
||||||
<p *ngIf="customerSelec.value >= 0" class="p-0 m-0 mt-2">
|
<p *ngIf="customerSelec.value >= 0" class="p-0 m-0 mt-2">
|
||||||
{{customers[customerSelec.value].city}} {{customers[customerSelec.value].state}} {{customers[customerSelec.value].zip}}
|
{{customers[customerSelec.value].city}} {{customers[customerSelec.value].state}} {{customers[customerSelec.value].zip}}
|
||||||
{{customers[customerSelec.value].ziplast4}}
|
|
||||||
</p>
|
</p>
|
||||||
|
<!--<p *ngIf="customers[customerSelec.value].ziplast4 !== 0" class="p-0 m-0 mt-2">-->
|
||||||
|
<!-- - {{customers[customerSelec.value].ziplast4}}-->
|
||||||
|
<!--</p>-->
|
||||||
</td>
|
</td>
|
||||||
<td></td>
|
<td></td>
|
||||||
<td>
|
<td>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user