| | |
| | | <div class="archive"> |
| | | <div class="left_active"> |
| | | <el-card class="arch_card"> |
| | | <div class="title_active">管道资料</div> |
| | | <div class="title_active">{{ $t("archive.name") }}</div> |
| | | <el-divider /> |
| | | <el-tree |
| | | :data="tree" |
| | |
| | | <el-row :gutter="20"> |
| | | <el-col :span="6"></el-col> |
| | | <el-col :span="4" |
| | | ><div style="text-align: right; margin-top: 6px">关键字:</div> |
| | | ><div style="text-align: right; margin-top: 6px"> |
| | | {{ $t("archive.keyword") }}: |
| | | </div> |
| | | </el-col> |
| | | <el-col :span="4"> <el-input placeholder="请输入...." /></el-col> |
| | | <el-col :span="4"><el-button type="primary">查询</el-button></el-col> |
| | | <el-col :span="4"> |
| | | <el-input :placeholder="$t('common.pleaseInput')" |
| | | /></el-col> |
| | | <el-col :span="4" |
| | | ><el-button type="primary">{{ |
| | | $t("common.iquery") |
| | | }}</el-button></el-col |
| | | > |
| | | <el-col :span="6"></el-col> |
| | | </el-row> |
| | | <el-divider /> |
| | | <el-card shadow="never" class="middle_card"> |
| | | <el-table :data="tableData" style="width: 10000px" stripe> |
| | | <el-table-column prop="name" label="名称" width="180" /> |
| | | <el-table-column prop="type" sortable label="类型" width="180" /> |
| | | <el-table-column |
| | | prop="name" |
| | | :label="$t('archive.uname')" |
| | | width="180" |
| | | /> |
| | | <el-table-column |
| | | prop="type" |
| | | sortable |
| | | :label="$t('archive.type')" |
| | | width="180" |
| | | /> |
| | | <el-table-column |
| | | prop="count" |
| | | sortable |
| | | label="修改次数" |
| | | :label="$t('archive.modifications')" |
| | | width="180" |
| | | /> |
| | | <el-table-column prop="timer" sortable label="创建时间" /> |
| | | <el-table-column prop="state" label="状态" width="180" /> |
| | | <el-table-column |
| | | prop="timer" |
| | | sortable |
| | | :label="$t('archive.creationtime')" |
| | | /> |
| | | <el-table-column |
| | | prop="state" |
| | | :label="$t('archive.state')" |
| | | width="180" |
| | | /> |
| | | </el-table> |
| | | </el-card> |
| | | <el-divider /> |