| | |
| | | size="mini" |
| | | type="date" |
| | | value-format="yyyy-MM-dd"/> |
| | | <el-button size="mini" type="primary" @click="ValidateAndQuery">查 询</el-button> |
| | | <el-button size="mini" type="primary" @click="ValidateAndQuery">查询</el-button> |
| | | </el-col> |
| | | </el-row> |
| | | </div> |
| | | <div class="table-container"> |
| | | <el-table :data="tableData" border class="scrollable-table" style="width: 100%"> |
| | | <el-table :data="tableData" class="scrollable-table" style="width: 100%" |
| | | :header-cell-style="{ background: '#f8f8f9', color: '#515a6e' }" border> |
| | | <el-table-column label="序号" |
| | | type="index" |
| | | width="60"> |