|
@@ -144,7 +144,7 @@
|
|
|
</el-col>
|
|
|
</el-row>
|
|
|
</div>
|
|
|
-
|
|
|
+
|
|
|
<div class="page-footer">
|
|
|
<div class="footer" :class="classObj">
|
|
|
<el-button type="primary" @click="clickSubmitForm" :loading="formLoading">{{ formLoading ? '提交中 ...' : '提 交' }}</el-button>
|
|
@@ -153,7 +153,7 @@
|
|
|
@onConfirm="goBack"
|
|
|
style="margin-left: 10px;"
|
|
|
>
|
|
|
- <el-button slot="reference">关 闭</el-button>
|
|
|
+ <el-button slot="reference">返回列表</el-button>
|
|
|
</el-popconfirm>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -239,4 +239,4 @@ export default {
|
|
|
padding-left: 10px;
|
|
|
}
|
|
|
}
|
|
|
-</style>
|
|
|
+</style>
|