WXL
2024-09-04 7eaee92ee52e1501480adbbe8a1af9ddecc04275
src/views/repositoryai/templateku/index.vue
@@ -3,7 +3,7 @@
    <!-- 左侧栏 -->
    <div class="sidecolumn">
      <div class="sidecolumn-top">
        <div class="top-wj">模版类型</div>
        <div class="top-wj">模板类型</div>
        <div class="top-tj" @click="Newcategory">+添加</div>
      </div>
      <div class="center-ss">
@@ -68,7 +68,7 @@
              v-show="showSearch"
              label-width="98px"
            >
              <el-form-item label="模版标题" prop="templateName">
              <el-form-item label="模板标题" prop="templateName">
                <el-input
                  v-model="queryParams.templateName"
                  placeholder="请输入"
@@ -151,7 +151,7 @@
              </el-col>
              <!-- <el-col :span="1.5"> </el-col> -->
            </el-row>
            <!-- 标准模版 -->
            <!-- 标准模板 -->
            <el-table
              v-loading="loading"
              :data="userList"
@@ -167,7 +167,7 @@
                prop="id"
              />
              <el-table-column
                label="模版名称"
                label="模板名称"
                fixed
                align="center"
                key="templateName"
@@ -313,7 +313,7 @@
                </template>
              </el-table-column>
            </el-table>
            <!-- 通用模版 -->
            <!-- 通用模板 -->
            <!-- 底部分页 -->
            <pagination
@@ -617,9 +617,9 @@
      });
    },
    // 复制模版
    // 复制模板
    copyfn() {},
    // 下载模版
    // 下载模板
    downloadfn() {},
    // 跳转编辑话术页面
    compileUpdate(row) {