| | |
| | | <div class="dividing-line"></div> |
| | | <div class="table_box subpage_Div" :style="styleVar"> |
| | | <el-table :data="tableData" style="width: 100%" border @selection-change="handleSelectionChange" |
| | | height="calc(100% - 57px)"> |
| | | height="calc(100% - 67px)"> |
| | | <el-table-column type="selection" width="55" /> |
| | | <el-table-column :label="$t('dataManage.dictionaryManageObj.number')" type="index" width="75"> |
| | | </el-table-column> |
| | |
| | | <template slot-scope="scope"> |
| | | <!-- <span ></span> --> |
| | | <el-link></el-link> |
| | | <el-link :underline="false" style="color: #409eff" @click="detail(scope.row)">{{ |
| | | <el-link v-show="scope.row.type !='gdb'" :underline="false" style="color: #409eff" @click="detail(scope.row)">{{ |
| | | scope.row.tab |
| | | }}</el-link> |
| | | </template> |
| | |
| | | <el-table-column :label="$t('common.dataStatus')" :formatter="stateFormat"> |
| | | |
| | | </el-table-column> |
| | | <el-table-column width="100" sortable prop="uname" :label="$t('dataManage.vmobj.createonuser')" /> |
| | | <el-table-column width="150" sortable prop="uname" :label="$t('dataManage.vmobj.createonuser')" /> |
| | | <el-table-column width="150" sortable prop="createTime" :label="$t('dataManage.vmobj.createontime')" :formatter="formatData" /> |
| | | <el-table-column min-width="210" :label="$t('common.operate')"> |
| | | <template slot-scope="scope"> |
| | |
| | | <template slot-scope="scope"> |
| | | |
| | | <el-link></el-link> |
| | | <el-link :underline="false" @click="detail(scope.row)">{{ |
| | | <el-link style="color: #409eff" :underline="false" @click="detail(scope.row)">{{ |
| | | scope.row.tab |
| | | }}</el-link> |
| | | </template> |