|
@@ -55,6 +55,14 @@
|
|
|
/>
|
|
|
</el-scrollbar>
|
|
|
<template #action>
|
|
|
+ <div class="hc-table-form-action-tip">
|
|
|
+ <el-alert title="完善资料填写后记得一定要保存哦"
|
|
|
+ show-icon
|
|
|
+ type="warning"
|
|
|
+ :closable="false"
|
|
|
+ class="hc-alert"
|
|
|
+ style=""/>
|
|
|
+ </div>
|
|
|
<el-button type="primary" hc-btn :disabled="NodeStatus === '3' || listItemData.length <= 0" :loading="tableFormSaveLoading" @click="tableFormSaveClick">
|
|
|
<HcIcon name="save"/>
|
|
|
<span>保存</span>
|
|
@@ -1119,4 +1127,15 @@ const updeviceUseIds = (val) => {
|
|
|
|
|
|
<style lang="scss" scoped>
|
|
|
@import "../../../styles/tentative/detect/test-form.scss";
|
|
|
+.hc-table-form-action-tip {
|
|
|
+ position: absolute;
|
|
|
+ bottom: 77px;
|
|
|
+ width: 100%;
|
|
|
+}
|
|
|
+.hc-table-form-action-tip .hc-alert {
|
|
|
+ background-color:#f1f5f8;
|
|
|
+ display: inline;
|
|
|
+ vertical-align: middle;
|
|
|
+ box-shadow: -2px 0 10px 0 rgba(32,37,50,0.03), 0 10px 21px 20px rgba(32,37,50,0.03);
|
|
|
+}
|
|
|
</style>
|