提交 982a25e3 编写于 作者: chengxiang.li's avatar chengxiang.li

update data-view

上级 453c290b
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
<meta content="width=device-width, initial-scale=1.0" name="viewport"/> <meta content="width=device-width, initial-scale=1.0" name="viewport"/>
<meta content="" name="description"/> <meta content="" name="description"/>
<meta content="" name="author"/> <meta content="" name="author"/>
<link rel="shortcut icon" href="./static/img/index_logoicon.png"> <!-- <link rel="shortcut icon" href="./static/img/index_logoicon.png"> -->
</head> </head>
<body> <body>
<div id="app"></div> <div id="app"></div>
......
...@@ -44,6 +44,25 @@ ...@@ -44,6 +44,25 @@
</template> </template>
</el-table-column> </el-table-column>
</el-table> </el-table>
<!-- 验证弹窗 -->
<el-dialog
title=""
:close-on-click-modal="false"
class="check-modal-box"
:visible.sync="centerDialogVisible"
width="500px"
center>
<p>该数据的审批单号为********,短信将发送至 156****8970 的手机上,如果手机已停用,请联系管理员。</p>
<div class="captcha">
<el-input v-model="message" placeholder="请输入内容"></el-input>
</div>
<span slot="footer" class="dialog-footer">
<el-button @click="centerDialogVisible = false">取 消</el-button>
<el-button type="primary" @click="centerDialogVisible = false">确 定</el-button>
</span>
</el-dialog>
</div> </div>
</template> </template>
...@@ -57,6 +76,7 @@ ...@@ -57,6 +76,7 @@
data() { data() {
return { return {
centerDialogVisible: true,
tableData: [{ tableData: [{
date: '2016-05-02', date: '2016-05-02',
name: '王小虎', name: '王小虎',
...@@ -95,6 +115,12 @@ ...@@ -95,6 +115,12 @@
.header{ height: 0 !important; overflow: hidden; left:0 !important;} .header{ height: 0 !important; overflow: hidden; left:0 !important;}
.sidebar{ width: 0; overflow: hidden; } .sidebar{ width: 0; overflow: hidden; }
.content{ left: 0 !important; top: 0 !important; } .content{ left: 0 !important; top: 0 !important; }
.data-view-message-wrap {
.check-modal-box{
.el-dialog__header{
display: none;
}
}
}
</style> </style>
\ No newline at end of file
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册