Commit abb72f8a by lianyang

Brtdck/Betdrv页面微调

parent 5931e3da
...@@ -101,6 +101,12 @@ ...@@ -101,6 +101,12 @@
</el-tab-pane> </el-tab-pane>
</c-tabs> </c-tabs>
</el-form> </el-form>
<c-grid-ety-prompt-dialog
ref="etyDialog"
:promptData="promptData"
v-on:select-ety="selectEty"
>
</c-grid-ety-prompt-dialog>
</div> </div>
</c-page> </c-page>
</template> </template>
......
...@@ -17,22 +17,13 @@ ...@@ -17,22 +17,13 @@
></c-input> ></c-input>
<template slot="footer"> <template slot="footer">
<c-button <c-button
style="margin: 0 10px 0 10px; padding: 0 12px" style="margin: 0 0 0 10px; padding: 0 12px"
size="small" size="small"
type="primary" type="primary"
@click="onSeainf" @click="onSeainf"
> >
<span style="font-family: '宋体'; font-weight: bold">i</span> <span style="font-family: '宋体'; font-weight: bold">i</span>
</c-button> </c-button>
<c-button
style="margin: 0 0"
size="small"
type="primary"
:disabled="this.flag"
@click="onDitpButgetref"
>
获取
</c-button>
</template> </template>
</c-fullbox> </c-fullbox>
</c-form-item> </c-form-item>
...@@ -63,22 +54,13 @@ ...@@ -63,22 +54,13 @@
></c-input> ></c-input>
<template slot="footer"> <template slot="footer">
<c-button <c-button
style="margin: 0 10px 0 10px; padding: 0 12px" style="margin: 0 0 0 10px; padding: 0 12px"
size="small" size="small"
type="primary" type="primary"
@click="onSeainf" @click="onSeainf"
> >
<span style="font-family: '宋体'; font-weight: bold">i</span> <span style="font-family: '宋体'; font-weight: bold">i</span>
</c-button> </c-button>
<c-button
style="margin: 0 0"
size="small"
type="primary"
:disabled="this.flag"
@click="onDitpButgetref"
>
获取
</c-button>
</template> </template>
</c-fullbox> </c-fullbox>
</c-form-item> </c-form-item>
...@@ -796,7 +778,7 @@ export default { ...@@ -796,7 +778,7 @@ export default {
data() { data() {
return {}; return {};
}, },
methods: { ...Event}, methods: { ...Event, onSeainf(){}},
created: function () {}, created: function () {},
computed: { computed: {
flag() { flag() {
......
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