|
@@ -6,7 +6,10 @@
|
|
|
<el-button type="danger" style="border: none;background: none;color: red" icon="el-icon-arrow-left"
|
|
|
@click="backToList">返回列表
|
|
|
</el-button>
|
|
|
- <el-button type="primary" @click="submitForm">保存</el-button>
|
|
|
+ <h4 style="margin: 0">往来单位</h4>
|
|
|
+ <dev>
|
|
|
+ <el-button type="primary" @click="submitForm">保存</el-button>
|
|
|
+ </dev>
|
|
|
</div>
|
|
|
<el-row style="display: flex; flex-direction: row; align-items: center;">
|
|
|
<div style="width: 8px; height: 20px; border-radius: 2px; background-color: #bd3124; margin-right: 6px;"></div>
|
|
@@ -1196,6 +1199,7 @@ export default {
|
|
|
width: 100%;
|
|
|
display: flex;
|
|
|
justify-content: space-between;
|
|
|
+ align-items: center;
|
|
|
}
|
|
|
|
|
|
.text {
|