详情调整,操作居中

product
bawei 2 years ago
parent f9869e213e
commit b0738534e7

@ -120,7 +120,7 @@
sortable
align="center"
/>
<el-table-column label="操作" fixed="right" width="100">
<el-table-column label="操作" fixed="right" width="100" align="center">
<template slot-scope="scope">
<el-button
type="text"

@ -32,7 +32,7 @@
<el-col :span="8">
<el-form-item label="合同状态"
prop="status">
<p>{{dataForm.status}}</p>
<p>{{ dataForm.status | dynamicText(statusOptions) }} </p>
</el-form-item>
</el-col>
<el-col :span="8">
@ -84,7 +84,7 @@
</el-form-item>
</el-col>
<el-col :span="8">
<el-form-item label="供应商/客户编"
<el-form-item label="供应商/客户编"
prop="code">
<p>{{dataForm.code}}</p>
</el-form-item>
@ -134,7 +134,7 @@
<el-col :span="24">
<el-form-item label="合同分类 "
prop="classification">
<p>{{dataForm.classification}}</p>
<p>{{ dataForm.classification | dynamicText(classificationOptions) }} </p>
</el-form-item>
</el-col>
<el-col :span="24">
@ -310,8 +310,57 @@
contract_item1List: []
},
activemdfrsi: '0',
contractTypeOptions: [{ 'fullName': '选项一', 'id': '1' }, { 'fullName': '选项二', 'id': '2' }]
contractTypeOptions: [
{
fullName: "采购合同",
id: "0",
},
{
fullName: "销售合同",
id: "1",
},
{
fullName: "租赁合同",
id: "3",
},
{
fullName: "仓储合同",
id: "4",
},
{
fullName: "运输合同",
id: "5",
},
{
fullName: "施工合同",
id: "6",
},
],
statusOptions: [
{
fullName: "进行中",
id: "0",
},
{
fullName: "审批中",
id: "1",
},
{
fullName: "审批结束",
id: "2",
},
],
classificationOptions: [
{
fullName: "采购类",
id: "0",
},
{
fullName: "销售类",
id: "1",
},
],
}
},
computed: {},

@ -126,21 +126,21 @@
<el-table-column
prop="contractCode"
label="合同编码"
width="200"
width="180"
align="center"
sortable
/>
<el-table-column
prop="contractName"
label="合同名称"
width="200"
width="270"
align="center"
sortable
/>
<el-table-column
prop="contractNo"
label="对方合同号"
width="200"
width="180"
align="center"
sortable
/>
@ -222,7 +222,7 @@
/>
<el-table-column
label="单据状态"
label="合同状态"
width="120"
sortable
prop="status"

@ -117,7 +117,7 @@
<el-table-column
prop="supplierNm"
label="客户名称"
width="200"
width="250"
align="center"
sortable
/>
@ -174,7 +174,7 @@
<el-table-column
prop="bank"
label="开户行"
width="200"
width="270"
align="center"
sortable
/>
@ -194,7 +194,7 @@
<el-table-column
prop="bankAccount"
label="银行账号"
width="0"
width="200"
align="center"
/>
@ -213,7 +213,7 @@
<el-table-column
prop="address"
label="地址"
width="120"
width="250"
align="center"
sortable="custom"
/>

@ -79,7 +79,7 @@
width="0"
align="left"
/>
<el-table-column label="操作" fixed="right" width="100">
<el-table-column label="操作" fixed="right" width="100" align="center">
<template slot-scope="scope">
<!-- <el-button type="text" v-has="'btn_edit'"-->
<!-- @click="addOrUpdateHandle(scope.row.id)">编辑-->

@ -156,7 +156,7 @@
</template>
</el-table-column>
<el-table-column label="操作" fixed="right" width="100">
<el-table-column label="操作" fixed="right" width="100" align="center">
<template slot-scope="scope">
<el-button
type="text"

@ -140,34 +140,34 @@
sortable
/>
<el-table-column
width="120"
width="200"
prop="identity"
label="身份证"
align="center"
sortable
/>
<el-table-column
width="120"
width="200"
prop="bankAccount"
label="银行账户"
align="center"
sortable
/>
<el-table-column
width="120"
width="200"
prop="bank"
label="开户行"
align="center"
sortable
/>
<el-table-column
width="120"
width="200"
prop="bankNo"
label="行号"
align="center"
sortable
/>
<el-table-column label="操作" fixed="right" width="100">
<el-table-column label="操作" fixed="right" width="100" align="center">
<template slot-scope="scope">
<el-button
type="text"

@ -144,7 +144,7 @@
align="center"
sortable
/>
<el-table-column label="操作" fixed="right" width="100">
<el-table-column label="操作" fixed="right" width="100" align="center">
<template slot-scope="scope">
<el-button
type="text"

@ -155,7 +155,7 @@
align="center"
sortable
/>
<el-table-column label="操作" fixed="right" width="100">
<el-table-column label="操作" fixed="right" width="100" align="center">
<template slot-scope="scope">
<el-button
type="text"

Loading…
Cancel
Save