{"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\\customDialog\\CustomDialogShowTree.vue?vue&type=template&id=4ac443c2&scoped=true&","dependencies":[{"path":"D:\\jenkins\\workspace\\xq-web-bpm\\src\\views\\form\\customDialog\\CustomDialogShowTree.vue","mtime":1675071992928},{"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<el-dialog :title=\"title\" width=\"1000px\" :visible.sync=\"dialogVisible\" :before-close=\"handleClose\" :close-on-click-modal=\"false\" top=\"6vh\">\n  <div style=\"height:500px;\">\n    <!-- 动态传入参数查询树 -->\n    <table class=\"form-table\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\">\n      <tbody v-for=\"(item,$index) in customDialog.conditionfield\"   :key=\"$index\">\n        <tr v-if=\"item.defaultType=='4'\">\n          <th width=\"130px\">{{item.comment}}:</th>\n          <td>\n            <ht-input type=\"text\" v-if=\"item.type!='date'\" v-model=\"item.paramVal\" style=\"width:100%;\"  :placeholder=\"'请输入'+item.comment\" autocomplete=\"off\"></ht-input>\n            <ht-date v-if=\"item.type=='date'\" v-model=\"item.paramVal\" style=\"width:100%;\"  :placeholder=\"'请输入'+item.comment\" format=\"yyyy-MM-dd\"></ht-date>\n          </td>\n        </tr>\n      </tbody>\n    </table>\n  </div>\n  <div slot=\"footer\" class=\"dialog-footer\">\n      <el-button type=\"primary\" @click=\"handleSave\" >确 定</el-button>\n      <el-button @click=\"handleClose\">取 消</el-button>\n  </div>\n  <eip-tree-dialog ref=\"eipTreeDialog\" :custom-dialog=\"customDialog\"  @onConfirm=\"treeDialogOnConfirm\" :ispreview=\"ispreview\" :alias=\"alias\" :map-param=\"mapParam\"></eip-tree-dialog>\n</el-dialog>\n",null]}