system-phone 1.2.122 → 1.2.124
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -15,13 +15,13 @@
|
|
|
15
15
|
</header>
|
|
16
16
|
<article slot="modal-body" class="modal-body">
|
|
17
17
|
<div class="form-group" style="text-align: center">
|
|
18
|
-
安检代办:{{result.safe[0].safenum}}
|
|
19
|
-
维修代办:{{result.tel[0].telnum}}
|
|
20
|
-
报建代办:{{result.apply[0].applynum}}
|
|
18
|
+
安检代办:{{result.safe[0].safenum}}条,其中预约单{{result.safeorder[0].safeyuyuenum}}条 <br/>
|
|
19
|
+
维修代办:{{result.tel[0].telnum}}条,其中预约单{{result.telorder[0].telyuyuenum}}条<br/>
|
|
20
|
+
报建代办:{{result.apply[0].applynum}}条,其中预约单{{result.applyorder[0].applyyuyuenum}}条<br/>
|
|
21
21
|
</div>
|
|
22
22
|
</article>
|
|
23
23
|
<footer slot="modal-footer" class="modal-footer">
|
|
24
|
-
<button type="button" @click="closeFile" style="background-color: limegreen;color: white"
|
|
24
|
+
<button type="button" @click="closeFile" style="background-color: limegreen;color: white">确定</button>
|
|
25
25
|
</footer>
|
|
26
26
|
</modal>
|
|
27
27
|
</template>
|