Commit ee4f0ba8 by nanrui

cnysel UI改造

parent 796883fe
...@@ -85,18 +85,18 @@ ...@@ -85,18 +85,18 @@
<c-input v-model="model.cnystm" placeholder="请输入Selection"></c-input> <c-input v-model="model.cnystm" placeholder="请输入Selection"></c-input>
</el-form-item> </el-form-item>
</c-col> --> </c-col> -->
<c-istream-table <c-istream-table-noOperate
:list="stmData.data" :list="stmData.data"
:columns="stmData.columns" :columns="stmData.columns"
:showButtonFlg="true" :showButtonFlg="true"
> >
<el-table-column fixed="right" prop="op" label="操作" width="200px"> <el-table-column fixed="right" prop="op" width="auto">
<!-- <template slot="header"> <template slot="header">
<c-col :span="11" style="text-align: left"><span>操作</span></c-col> --> <!-- <c-col :span="11" style="text-align: center"></c-col> -->
<!-- <c-col :span="12" style="text-align:right"><c-button icon="el-icon-s-tools"></c-button></c-col> --> <!-- <c-col :span="12" style="text-align:right"><c-button icon="el-icon-s-tools"></c-button></c-col> -->
<!-- </template>--> </template>
</el-table-column> </el-table-column>
</c-istream-table> </c-istream-table-noOperate>
</c-col> </c-col>
</div> </div>
...@@ -109,10 +109,15 @@ import commonProcess from "~/mixin/commonProcess"; ...@@ -109,10 +109,15 @@ import commonProcess from "~/mixin/commonProcess";
import CodeTable from "~/config/CodeTable"; import CodeTable from "~/config/CodeTable";
import Event from "~/model/Cnysel/Event"; import Event from "~/model/Cnysel/Event";
import IStreamTableNoOperate from "./IStreamTable.vue";
export default { export default {
inject: ["root"], inject: ["root"],
props: ["model", "codes"], props: ["model", "codes"],
mixins: [commonProcess], mixins: [commonProcess],
components: {
"c-istream-table-noOperate": IStreamTableNoOperate
},
data() { data() {
return { return {
ownextkey:[ ownextkey:[
...@@ -122,7 +127,7 @@ export default { ...@@ -122,7 +127,7 @@ export default {
], ],
stmData: { stmData: {
columns: [ columns: [
'0 1 "业务编号" 110', '0 1 "业务编号" 120',
'1 2 "币种" 110', '1 2 "币种" 110',
'2 3 "金额" 120 2 8:1 2 5', '2 3 "金额" 120 2 8:1 2 5',
'3 4 "收款人名称" 250', '3 4 "收款人名称" 250',
......
...@@ -18,7 +18,9 @@ ...@@ -18,7 +18,9 @@
> >
<!--PD000001 --> <!--PD000001 -->
<el-tab-pane label="接口信息选择" name="selp"> <el-tab-pane label="接口信息选择" name="selp">
<m-selp :model="model" :codes="codes" /> <content>
<m-selp :model="model" :codes="codes" />
</content>
</el-tab-pane> </el-tab-pane>
</c-tabs> </c-tabs>
</el-form> </el-form>
......
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