first commit
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
<el-col :span="8">
|
||||
<el-card shadow="hover" class="mgb20" style="height:252px;">
|
||||
<div class="user-info">
|
||||
<img src="../../assets/img/img.jpg" class="user-avator" alt />
|
||||
<img src="../../assets/img/img2.png" class="user-avator" alt />
|
||||
<div class="user-info-cont">
|
||||
<div class="user-info-name">{{name}}</div>
|
||||
<!-- <div>{{role}}</div> -->
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<template>
|
||||
|
||||
<div>
|
||||
<cont title="常量指标" :getData="getDataFun"></cont>
|
||||
|
||||
<cont title="常量指标" :getData="getDataFun" :getSearch="getSearchForm"></cont>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -110,6 +110,28 @@
|
||||
})
|
||||
}
|
||||
},
|
||||
getSearchForm: [
|
||||
{
|
||||
name:"字段名称",
|
||||
key:"userName",
|
||||
type:"1",
|
||||
},
|
||||
{
|
||||
name:"字段中文名",
|
||||
key:"userName1",
|
||||
type:"1",
|
||||
},
|
||||
{
|
||||
name:"创建时间",
|
||||
key:"userName1",
|
||||
type:"1",
|
||||
},
|
||||
{
|
||||
name:"状态",
|
||||
key:"userName1",
|
||||
type:"1",
|
||||
}
|
||||
],
|
||||
};
|
||||
}
|
||||
|
||||
@@ -118,4 +140,8 @@
|
||||
|
||||
<style>
|
||||
|
||||
.button-container {
|
||||
text-align: right; /* 使按钮右对齐 */
|
||||
}
|
||||
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user