Commit b4cf66eb by 李少勇

qrtmgs 交易修改

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