Commit 2c433f92 by 闫泽浩

authen

parent e03530ab
<template> <template>
<div class="eibs-tab"> <div class="eibs-tab">
<c-col :span="8" style="height: 24px" > <c-col :span="8" style="height: 24px">
<el-form-item label="Authentication of Address" class="messageLabel" label-width="200px"> <el-form-item
label="Authentication of Address"
class="messageLabel"
label-width="200px"
>
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-table :border="true" :list="data" ref="table" <c-table
style="width:80%,text-aligen:center" height="500" :border="true"
:list="data"
ref="table"
style="width:80%,text-aligen:center"
height="500"
:paginationShow="false" :paginationShow="false"
> >
<el-table-column <el-table-column
...@@ -32,35 +40,26 @@ ...@@ -32,35 +40,26 @@
sortable sortable
></el-table-column> ></el-table-column>
</c-table> </c-table>
</div> </div>
</template> </template>
<script> <script>
import Api from "~/service/Api" import Api from "~/service/Api";
import commonProcess from "~/mixin/commonProcess"; import commonProcess from "~/mixin/commonProcess";
import CodeTable from "~/config/CodeTable" import CodeTable from "~/config/CodeTable";
import Event from "~/model/Infpty/Event" import Event from "~/model/Infpty/Event";
export default { export default {
inject: ['root'], inject: ["root"],
props:["model","codes"], props: ["model", "codes"],
mixins: [commonProcess], mixins: [commonProcess],
data(){ data() {
return { return {
data:[] data: [],
} };
}, },
methods:{...Event}, methods: { ...Event },
created:function(){ created: function () {},
};
}
}
</script> </script>
<style> <style>
</style> </style>
\ No newline at end of file
// <c-col :span="12">
// <c-button size="small" type="primary" @click="onRecpanLnkinfptm">
// Info
// </c-button>
// </c-col>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment