liujq 3 年之前
父節點
當前提交
5847ba0431

文件差異過大導致無法顯示
+ 0 - 0
dist/index.html


文件差異過大導致無法顯示
+ 0 - 0
dist/static/css/chunk-71c0268e.136d3d06.css


文件差異過大導致無法顯示
+ 0 - 0
dist/static/js/app.16e5efdb.js


文件差異過大導致無法顯示
+ 0 - 0
dist/static/js/chunk-71c0268e.25abd327.js


文件差異過大導致無法顯示
+ 0 - 0
dist/static/js/chunk-8748f3b2.ef06d2f8.js


+ 3 - 1
src/views/house/components/popup/LotteryEdit.vue

@@ -201,11 +201,13 @@ export default {
     getDef() {
       let params = { ...this.cObj }
       if (params.lottery_time) params.time = params.lottery_time.split('至')
+      if (!params.hide_status) params.hide_status = '1'
       this.formData = [
         { label: '楼栋分布图', key: 'project_img', type: 'upload', class: 'c-2', rules: 1 },
         { label: '摇号期数', key: 'batch', class: 'c-2', rules: 1 },
         { label: '排序', key: 'sort', class: 'c-2', rules: 1 },
-        { label: '摇号中的日期', key: 'time', type: 'datePicker', rules: 1 },
+        { label: '摇号中的日期', key: 'time', class: 'c-2', type: 'datePicker', rules: 1 },
+        { label: '显示状态', key: 'hide_status', class: 'c-2', type: 'select', options: this.$dictData.hide_status, rules: 1 },
         { label: '摇号中的标题', key: 'under_way', rules: 1 },
         { label: '本期包含期数', key: 'building_num', rules: 1 },
         { label: '摇号结果的标题', key: 'lottery_res' },

+ 1 - 0
src/views/house/components/popup/LotteryList.vue

@@ -77,6 +77,7 @@ export default {
         { label: '摇号时间', prop: 'lottery_time'},
         { label: '摇号结果标题', prop: 'lottery_res'},
         { label: '推送状态', prop: 'push_state', type: 'flag', flags: arrToObj(this.$dictData.push_state) },
+        { label: '显示状态', prop: 'hide_status', type: 'flag', flags: arrToObj(this.$dictData.hide_status) },
         { label: '操作', width: 180, type: 'handle2', operations:
           [
             { label: '编辑', func: this.openLEPopup, btnType: 'primary' },

部分文件因文件數量過多而無法顯示