| | |
| | | <div class="search_label">系统日期:</div> |
| | | <div class="search_input"> |
| | | <el-date-picker size="small" v-model="componentData.entity.createTime" type="date" placeholder="选择日期" |
| | | value-format="yyyy-MM-dd HH:mm:ss" clearable></el-date-picker> |
| | | value-format="yyyy-MM-dd HH:mm:ss" :clearable="false" :editable="false" @change="refreshTable()"></el-date-picker> |
| | | </div> |
| | | </div> |
| | | <div class="search_thing"> |
| | |
| | | select: [] |
| | | } |
| | | }, |
| | | requiredAdd: ['custom', 'product', 'fansAdd'], |
| | | requiredUp: ['custom', 'product', 'fansAdd'], |
| | | disabledUp: ['custom','product'] |
| | | requiredAdd: ['product', 'fansAdd', 'vx'], |
| | | requiredUp: ['product', 'fansAdd', 'vx'], |
| | | disabledUp: ['product', 'vx'] |
| | | }, |
| | | entityCopy: {}, |
| | | upIndex: 0, |