Commit b4cf66eb by 李少勇

qrtmgs 交易修改

parent 47fecbc3
...@@ -128,5 +128,11 @@ export default { ...@@ -128,5 +128,11 @@ export default {
query: { wtdinr: row.inr,msginr:row.msginr} query: { wtdinr: row.inr,msginr:row.msginr}
}); });
}, },
showMessage() {
},
updateAck() {
}
}, },
}; };
...@@ -111,22 +111,6 @@ ...@@ -111,22 +111,6 @@
<c-input v-model="model.qrtp.uetr" maxlength="40"></c-input> <c-input v-model="model.qrtp.uetr" maxlength="40"></c-input>
</c-form-item> </c-form-item>
</c-col> </c-col>
<el-table-column label="操作" fixed="right" min-width="150">
<template slot-scope="scope">
<c-button
style="margin-right: 5px"
size="small"
type="primary"
@click="showMessage(scope.row)"
>预览</c-button>
<c-button
style="margin-right: 5px"
size="small"
type="primary"
@click="updateAck(scope.row)"
>更新</c-button>
</template>
</el-table-column>
</el-row> </el-row>
</template> </template>
</c-list-search> </c-list-search>
...@@ -176,7 +160,7 @@ ...@@ -176,7 +160,7 @@
<c-button <c-button
style="margin-right: 5px" style="margin-right: 5px"
size="small" size="small"
type="primary" type="text"
@click="toQrtmgd(scope.row)" @click="toQrtmgd(scope.row)"
>处理</c-button> >处理</c-button>
</template> </template>
...@@ -206,11 +190,27 @@ ...@@ -206,11 +190,27 @@
> >
<el-table-column type="selection" width="55"></el-table-column> <el-table-column type="selection" width="55"></el-table-column>
<el-table-column <el-table-column
v-for="(item, key) in stmData.columns" v-for="(item, key) in stmData1.columns"
:key="key" :label="item.label" :key="key" :label="item.label"
:prop="item.prop" :prop="item.prop"
:min-width="item.width" :min-width="item.width"
></el-table-column> ></el-table-column>
<el-table-column label="操作" fixed="right" min-width="150">
<template slot-scope="scope">
<c-button
style="margin-right: 5px"
size="small"
type="primary"
@click="showMessage(scope.row)"
>预览</c-button>
<c-button
style="margin-right: 5px"
size="small"
type="primary"
@click="updateAck(scope.row)"
>更新</c-button>
</template>
</el-table-column>
</el-table> </el-table>
<el-pagination <el-pagination
......
<template> <template>
<div class="eContainer"> <div class="eContainer-search">
<el-form :model="model" ref="modelForm" label-width="150px" label-position="right" size="small" <el-form :model="model" ref="modelForm" label-width="150px" label-position="right" size="small"
:validate-on-rule-change="false"> :validate-on-rule-change="false">
<c-content> <c-content>
......
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