【直播预告】上云 vs 下云:降本增笑?割韭菜?
宙飒天下网 【店滴云】重体验,再升级,助力民宿老板线上转型
2、升级小程序配置,增加分享全局设置
3、后台页面进一步封装,简化配置
/** * @Author: Wang chunsheng email:[email protected] * @Date: 2023-12-03 22:04:47 * @Last Modified by: Wang chunsheng email:[email protected] * @Last Modified time: 2023-12-15 09:23:30 */ export const form = { 'blocs': { 'type': 'cascader-store', 'label': '选择公司' }, 'id': { 'type': 'number', 'label': 'ID' }, 'place_type_id': { 'type': 'number', 'label': '业务类型' }, 'title': { 'type': 'input', 'label': '房型名称' }} export const order = ['id', 'place_type_id', 'title', 'bloc_id', 'store_id', 'create_time', 'update_time'] export const tableColumns = [{ 'label': 'ID', 'prop': 'id' }, { 'label': '业务类型', 'prop': 'place_type_id' }, { 'label': '房型名称', 'prop': 'title' }, { 'label': 'Bloc ID', 'prop': 'bloc_id' }, { 'label': 'Store ID', 'prop': 'store_id' }, { 'label': 'Create Time', 'prop': 'create_time' }, { 'label': 'Update Time', 'prop': 'update_time' }] export const filterInfo = { fieldList: { 'label': 'Update Time', 'type': 'input', 'value': 'PlaceTypeList[update_time]' } } export const path = { index: '', update: '', create: '', api: '/diandi_place/house' } export const rowKey = ''
电脑端:
手机端表现:
还没有评论,来说两句吧...