...
|
...
|
@@ -505,11 +505,11 @@ |
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
</el-row>
|
|
|
<el-row>
|
|
|
<el-col :span="24">
|
|
|
<el-form-item>
|
|
|
<el-button style="margin-left: 400px;width: 100px" type="info" @click="trn_dialog.addDialog = false">取消</el-button>
|
|
|
<el-button type="primary" style="margin-left: 20px;width: 100px" @click="dialogStatus==='create'?trn_add():trn_edit()">提交</el-button>
|
|
|
<el-row align="middle">
|
|
|
<el-col :span="24" :offset="9">
|
|
|
<el-form-item >
|
|
|
<el-button style="width: 100px" type="info" @click="trn_dialog.addDialog = false">取消</el-button>
|
|
|
<el-button type="primary" style="width: 100px" @click="dialogStatus==='create'?trn_add():trn_edit()">提交</el-button>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
</el-row>
|
...
|
...
|
|