230320a303 3 ヶ月 前
コミット
e1224bc765

ファイルの差分が大きいため隠しています
+ 0 - 0
dist/index.html


ファイルの差分が大きいため隠しています
+ 0 - 0
dist/static/css/chunk-623ca8b8.9321def5.css


ファイルの差分が大きいため隠しています
+ 0 - 0
dist/static/js/app.e2563531.js


ファイルの差分が大きいため隠しています
+ 0 - 0
dist/static/js/chunk-13363988.2bc92140.js


ファイルの差分が大きいため隠しています
+ 0 - 0
dist/static/js/chunk-623ca8b8.6796754b.js


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

@@ -91,6 +91,7 @@ export default {
         { label: '认购材料', key: 'report_conf', class: 'c-2' },
         { label: '所属区域', key: 'area_type', type: 'select', class: 'c-2', options: this.$dictData.area_type, rules: 1 },
         { label: '是否显示', key: 'hide_state', type: 'select', class: 'c-2', options: this.$dictData.hide_state, rules: 1 },
+        { label: '报备截至', key: 'report_end_time', class: 'c-2', type: 'datePicker', type2: 'date', rules: 1},
         { label: '允许报备', key: 'report_open', type: 'select', class: 'c-2', options: this.$dictData.sys_yesno, rules: 1 },
         { label: '内部报备', key: 'is_inner', type: 'select', class: 'c-2', options: this.$dictData.sys_yesno, rules: 1 },
         { label: '公开报备', key: 'is_pub', type: 'select', class: 'c-2', options: this.$dictData.sys_yesno, rules: 1 },

この差分においてかなりの量のファイルが変更されているため、一部のファイルを表示していません