Browse Source

搜索框增加

duy 2 years ago
parent
commit
71a46947df
1 changed files with 11 additions and 0 deletions
  1. 11 0
      src/components/table-form/hc-form-select-search2.vue

+ 11 - 0
src/components/table-form/hc-form-select-search2.vue

@@ -0,0 +1,11 @@
+<template>
+  <div>
+    <el-input placeholder=" 搜索设计强度" />
+  </div>
+</template>
+
+<script>
+export default {
+  name: "HcFormSelectSearch2",
+};
+</script>