1
lkk
8 天以前 42e7bee237fc87c2f8f4e20116cdc47da4842b44
src/views/hosp/template/index.vue
@@ -7,6 +7,7 @@
      :inline="true"
      v-show="showSearch"
      label-width="68px"
      @submit.native.prevent
      style="margin-top: 20px; margin-left: 20px"
    >
      <el-form-item label="模板名称" prop="name">
@@ -33,7 +34,7 @@
      v-loading="loading"
      :data="templateList"
      border
      style="width: 98%; margin-left: 20px; margin-top: 20px"
      style="width: 98%; margin-left: 20px"
    >
      <el-table-column label="名称" align="center" prop="name" />
      <el-table-column label="描述" align="center" prop="remark" />