{"remainingRequest":"D:\\jenkins\\workspace\\xq-web-bpm\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!D:\\jenkins\\workspace\\xq-web-bpm\\src\\components\\flow\\FlowFormExtraPropSet.vue?vue&type=template&id=72bdbf10&scoped=true&","dependencies":[{"path":"D:\\jenkins\\workspace\\xq-web-bpm\\src\\components\\flow\\FlowFormExtraPropSet.vue","mtime":1675071991803},{"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>\n    <el-dialog title=\"映射字段配置\" :visible.sync=\"dialogVisible\" width=\"60%\" appendToBody \n      :close-on-click-modal=\"false\" top=\"10vh\">\n        <el-container>\n          <el-main style=\"padding: 10px;height:380px\">\n              <table class=\"table\"  cellspacing=\"0\" style=\"border-spacing: 0;width: 100%;max-height: 400px;overflow: initial;text-align: center;\">\n                <thead>\t\t\t\t\t\t\t\t\n                  <th style=\"width:20%\">流程扩展字段</th>\n                  <th style=\"width:50%\">表单字段</th>\t\n                  <th v-if=\"hasSubTable\" style=\"width:30%\">子表取值下标</th>\t\t\t\t\t\t\t\n                </thead>\n                <tbody>\n                <tr v-for=\"pro in propList\" :key=\"pro.name\">\t\t\t\t\t\t\t\t\n                  <td>\n                    {{pro.name}}\n                  </td>\n                  <td>\n                    <el-select @change=\"chooseField(pro)\" desc=\"属性名称\"  v-model=\"propConf[pro.name].field\">\n                        <el-option value=\"\" >请选择</el-option>\n                        <el-option-group :label=\"fields.desc\" v-for=\"fields in boDefJson\" :key=\"fields.desc\">\n                            <el-option v-show=\"!m.sub\" :value=\"m.path+'.'+m.name\" v-for=\"m in fields.children\" :key=\"m.id\" :label=\"m.desc\"></el-option>\n                        </el-option-group>\n                    </el-select>\n                  </td>\n                  <td v-if=\"hasSubTable\">\n                    <el-input-number  v-if=\"propConf[pro.name].sub\" v-model=\"propConf[pro.name].subIndex\" :min=\"1\" controls-position=\"right\" style=\"width:150px\" placeholder=\"默认取第一条\"></el-input-number>\n                  </td>\t\t\t\t\t\t\t\t\t\n                </tr>\n                </tbody>\n            </table>\n          </el-main>\n        </el-container>\n        <span slot=\"footer\" class=\"dialog-footer\">\n            <el-button type=\"primary\" @click=\"handleClose\" size=\"medium\">确 定</el-button>\n            <el-button @click=\"dialogVisible = false\" size=\"medium\">取 消</el-button>\n          </span>\n    </el-dialog>\n</div>\n",null]}