Load From DB页面增加时间列

This commit is contained in:
wangchengming 2025-12-11 22:32:51 +08:00
parent 9ab3ceeb0d
commit 01fee662d4

View File

@ -45,7 +45,8 @@
</el-form> </el-form>
</div> </div>
<el-table :data="tableData" v-loading="loading" element-loading-background="rgba(0,0,0,0.65)" stripe style="width: 100%" class="dark-table"> <el-table :data="tableData" v-loading="loading" element-loading-background="rgba(0,0,0,0.65)" stripe style="width: 100%" class="dark-table">
<el-table-column fixed type="index" label="NO" width="80"></el-table-column> <el-table-column fixed type="index" label="NO" width="50"></el-table-column>
<el-table-column prop="acquisition_stop" label="acquisition_stop" width="160"></el-table-column>
<el-table-column prop="xe131m_conc" label="XE131M_CONC"></el-table-column> <el-table-column prop="xe131m_conc" label="XE131M_CONC"></el-table-column>
<el-table-column prop="xe131m_mdc" label="XE131M_MDC"></el-table-column> <el-table-column prop="xe131m_mdc" label="XE131M_MDC"></el-table-column>
<el-table-column prop="xe133_conc" label="XE133_CONC"></el-table-column> <el-table-column prop="xe133_conc" label="XE133_CONC"></el-table-column>