Файловый менеджер - Редактировать - /var/www/axolotl/data/www/axolotls.ru/www/bitrix/js/salescenter/app/src/components/timeline-list.js
Назад
import {Vue} from "ui.vue"; import {TimeLineItemBlock} from "./timeline-item"; import {TimeLineItemPaymentBlock} from "./timeline-item-payment"; const TimeLineListBlock = { props:['items'], components: { 'timeline-item-block': TimeLineItemBlock, 'timeline-item-payment-block': TimeLineItemPaymentBlock, }, computed: { localize() { return Vue.getFilteredPhrases('SALESCENTER_TIMELINE_'); }, }, data() { return {}; }, template: ` <div class="salescenter-app-payment-by-sms-timeline"> <template v-for="(item) in items" > <component v-if="item.type == 'payment'" :is="'timeline-item-payment-block'" :item="item"/> <component v-else :is="'timeline-item-block'" :item="item"/> </template> </div> ` }; export { TimeLineListBlock, }
| ver. 1.4 |
Github
|
.
| PHP 7.4.8 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка