{"remainingRequest":"D:\\jenkins\\workspace\\xq-web-bpm\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!D:\\jenkins\\workspace\\xq-web-bpm\\src\\views\\form\\FormTemplateList.vue?vue&type=template&id=3c551e56&","dependencies":[{"path":"D:\\jenkins\\workspace\\xq-web-bpm\\src\\views\\form\\FormTemplateList.vue","mtime":1675071992913},{"path":"D:\\jenkins\\workspace\\xq-web-bpm\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\xq-web-bpm\\node_modules\\vue-loader\\lib\\loaders\\templateLoader.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\xq-web-bpm\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\xq-web-bpm\\node_modules\\vue-loader\\lib\\index.js","mtime":499162500000}],"contextDependencies":[],"result":["\n<div class=\"fullheight\">\n  <ht-table\n    @load=\"loadData\"\n    :data=\"templateData\"\n    :page-result=\"pageBean\"\n    :selectable=\"false\"\n    quick-search-props=\"templateName,alias,createBy\"\n    ref=\"htTable\"\n    :show-export=\"false\"\n    :show-custom-column=\"false\"\n  >\n    <template v-slot:toolbar>\n      <el-button size=\"small\" @click=\"initTemplate()\" v-pm>\n        <el-tooltip content=\"需要修改模板内容请查找源码中的模板文件修改 模板文件名为 (别名+.ftl) 如fieldControl.ftl\">\n          <i class=\"icon-question\" style=\"margin-right: 8px\" />\n        </el-tooltip>初始化\n      </el-button>\n    </template>\n    <template>\n      <ht-table-column type=\"index\" width=\"50\" align=\"center\" label=\"序号\" />\n      <ht-table-column\n        prop=\"templateName\"\n        label=\"名称\"\n        width=\"260\"\n        :show-overflow-tooltip=\"true\"\n        :sortable=\"true\"\n      >\n        <template slot-scope=\"scope\">\n          <el-link\n            type=\"primary\"\n            title=\"编辑模板\"\n            @click=\"edit('编辑模板',scope.row)\"\n          >{{scope.row.templateName}}</el-link>\n        </template>\n      </ht-table-column>\n      <ht-table-column prop=\"alias\" label=\"别名\" width=\"260\" :show-overflow-tooltip=\"true\" />\n      <ht-table-column\n        prop=\"templateType\"\n        label=\"类型\"\n        width=\"120\"\n        :filters=\"[{text:'宏模板', value:'macro'},{text:'查询模板', value:'queryDataTemplate'},{text:'业务数据模板', value:'dataTemplate'},{text:'表单设计模板', value:'formDesign'}]\"\n      >\n        <template slot-scope=\"scope\">\n          <span v-if=\"scope.row.templateType == 'macro'\">\n            <el-tag>宏模板</el-tag>\n          </span>\n          <span v-if=\"scope.row.templateType == 'queryDataTemplate'\">\n            <el-tag>查询模板</el-tag>\n          </span>\n          <span v-if=\"scope.row.templateType == 'dataTemplate'\">\n            <el-tag>业务数据模板</el-tag>\n          </span>\n          <span v-if=\"scope.row.templateType == 'formDesign'\">\n            <el-tag>表单设计模板</el-tag>\n          </span>\n        </template>\n      </ht-table-column>\n      <ht-table-column prop=\"templateDesc\" label=\"描述\" :show-overflow-tooltip=\"true\" />\n    </template>\n  </ht-table>\n  <!-- 编辑模板 -->\n  <form-template-edit-dialog\n    ref=\"formTemplateEditDialog\"\n    :dialogData=\"dialogData\"\n    @loadData=\"loadData()\"\n  ></form-template-edit-dialog>\n\n  <!-- 复制模板 -->\n  <form-template-copy-dialog\n    ref=\"formTemplateCopyDialog\"\n    :oldValue=\"oldValue\"\n    @loadData=\"loadData()\"\n  ></form-template-copy-dialog>\n</div>\n",null]}