{"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\\flow\\help\\ConditionScriptList.vue?vue&type=template&id=1e3f156a&","dependencies":[{"path":"D:\\jenkins\\workspace\\xq-web-bpm\\src\\views\\flow\\help\\ConditionScriptList.vue","mtime":1675071992850},{"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=\"data\"\n    :page-result=\"pageBean\"\n    :selection=\"true\"\n    quick-search-props=\"methodName,methodDesc,classInsName\"\n    ref=\"htTable\"\n    :show-export=\"false\"\n    :show-custom-column=\"false\"\n    @row-click=\"rowClick\"\n  >\n    <template v-slot:toolbar>\n         <el-button size=\"small\" @click=\"handleOpen('添加人员脚本')\" icon='el-icon-plus' type=\"primary\" style=\"margin-right:10px\">添加</el-button>\n        <ht-delete-button :url=\"formDeleteUrl()\" :htTable=\"$refs.htTable\" style=\"margin:0;\">删除</ht-delete-button>\n        <el-button size=\"small\" @click=\"conditoinScriptTest()\" type=\"primary\" plain>脚本测试</el-button>   \n    </template>\n    <template>\n      <ht-table-column type=\"index\" width=\"50\" align=\"center\" label=\"序号\" />\n      <ht-table-column\n        prop=\"methodName\"\n        label=\"脚本别名\"\n        :sortable=\"true\"\n        width=\"300px\"\n        :show-overflow-tooltip=\"true\"\n      >\n        <template slot-scope=\"scope\">\n          <el-link\n            type=\"primary\"\n            @click=\"handleOpen('编辑人员脚本', scope.row)\"\n          >{{scope.row.methodName}}</el-link>\n        </template>\n      </ht-table-column>\n      <ht-table-column\n        prop=\"methodDesc\"\n        label=\"脚本描述\"\n        :sortable=\"true\"\n        :show-overflow-tooltip=\"true\"\n      />\n      <ht-table-column\n        prop=\"classInsName\"\n        label=\"实例名\"\n        :sortable=\"true\"\n        width=\"200px\"\n        :show-overflow-tooltip=\"true\"\n      />\n      <ht-table-column\n        prop=\"enable\"\n        label=\"是否有效\"\n        width=\"120px\"\n        :filters=\"[{text:'无效', value:0},{text:'有效', value:1}]\"\n      >\n        <template slot-scope=\"scope\">\n          <span v-if=\"scope.row.enable == 1\">\n            <el-tag type=\"info\">有效</el-tag>\n          </span>\n          <span v-else>\n            <el-tag type=\"warning\">无效</el-tag>\n          </span>\n        </template>\n      </ht-table-column>\n      <ht-table-column prop=\"type\" label=\"类型\" width=\"120\">\n        <template slot-scope=\"scope\">\n          <span v-if=\"scope.row.type == 2\">\n            <el-tag type=\"info\">人员脚本</el-tag>\n          </span>\n        </template>\n      </ht-table-column>\n    </template>\n  </ht-table>\n\n  <!--脚本测试-->\n  <condition-script-details ref=\"conditionScriptDetails\"></condition-script-details>\n  <FlowHrScriptSelector ref=\"flowHrScriptSelector\" append-to-body />\n  <!-- 编辑页 -->\n  <condition-script-edit :editData=\"editData\" ref=\"conditionScriptEdit\" @loadData=\"loadData\"></condition-script-edit>\n</div>\n",null]}