浏览代码

关联委托单提示

duy 1 天之前
父节点
当前提交
cc35419642
共有 1 个文件被更改,包括 4 次插入1 次删除
  1. 4 1
      src/views/tentative/detect/components/linkAssociation.vue

+ 4 - 1
src/views/tentative/detect/components/linkAssociation.vue

@@ -41,7 +41,10 @@
                     </template>
                 </hc-table>
                 <template #action>
-                    <hc-pages :pages="searchForm" @change="pageChange" />
+                    <div class="flex text-red">
+                        *系统提示 : 关联后,需【保存】刷新资料
+                        <hc-pages :pages="searchForm" @change="pageChange" />
+                    </div>
                 </template>
             </hc-new-card>
         </hc-body>