Commit d2e93721 by lsk

select,button替换为全局组件

parent f556a043
......@@ -266,7 +266,7 @@
</c-col>
<c-col :span="13">
<el-form-item label="解付日期" prop="cpdgrp.rec.paydat">
<el-form-item label="解付日期">
<c-date-picker
type="date"
v-model="model.cpdgrp.rec.paydat"
......@@ -276,7 +276,7 @@
</el-form-item>
</c-col>
<c-col :span="11">
<el-form-item label="起息日" label-width="40%" prop="cpdgrp.rec.valdat">
<el-form-item label="起息日" label-width="40%">
<c-date-picker
type="date"
v-model="model.cpdgrp.rec.valdat"
......
......@@ -230,7 +230,7 @@
</c-col>
<!-- ------------------Right------------------>
<c-col :span="11">
<c-col :span="11" :offset="1">
<c-col :span="24">
<el-form-item
label="Account with Institution/Account(Tag 54a)"
......
......@@ -37,7 +37,7 @@
<m-AdditionalInfo :model="model" :codes="codes" />
</el-tab-pane>
<el-tab-pane label="账务" name="setpan">
<el-tab-pane label="费用及账务" name="setpan">
<!--PD000000 -->
<m-setpan :model="model" :codes="codes" />
</el-tab-pane>
......
......@@ -114,6 +114,7 @@ export default {
this.navcode.splice(i,0,newList)
}
this.navcode.push({code:"",label:"退汇",isDis:"N",title:""})
}else{
......
......@@ -128,7 +128,7 @@
</el-table-column>
<el-table-column label="操作" width="115px" fixed="right">
<template slot-scope="scope">
<el-button
<c-button
type="primary"
size="small"
:disabled="
......@@ -139,15 +139,15 @@
@click="handleDisplay(scope.row.index, scope.row,model.trnmod.trndoc.doceot[scope.row.index])"
icon="el-icon-search"
style="margin-left:0"
></el-button
></c-button
>
<el-button
<c-button
size="small"
type="primary"
icon="el-icon-edit"
style="margin-left:0"
@click="handleDetail(scope.row.index, scope.row)"
></el-button
></c-button
>
</template>
</el-table-column>
......@@ -374,17 +374,17 @@
/></el-form-item>
</c-col>
<c-col :span="2">
<el-button size="mini">... </el-button>
<c-button size="mini">... </c-button>
</c-col>
</c-row>
</el-form>
<template #footer>
<span class="dialog-footer">
<el-button type="primary" @click="saveDialog"
>确 定</el-button
<c-button type="primary" @click="saveDialog"
>确 定</c-button
>
<el-button @click="centerDialogVisible = false"
>取 消</el-button
<c-button @click="centerDialogVisible = false"
>取 消</c-button
>
</span>
</template>
......
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