{"remainingRequest":"D:\\jenkins\\workspace\\artfess-module\\node_modules\\vue-loader\\lib\\loaders\\templateLoader.js??vue-loader-options!D:\\jenkins\\workspace\\artfess-module\\node_modules\\cache-loader\\dist\\cjs.js??ref--0-0!D:\\jenkins\\workspace\\artfess-module\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!D:\\jenkins\\workspace\\artfess-module\\src\\components\\HtFile.vue?vue&type=template&id=95530ff2&scoped=true&","dependencies":[{"path":"D:\\jenkins\\workspace\\artfess-module\\src\\components\\HtFile.vue","mtime":1675232038574},{"path":"D:\\jenkins\\workspace\\artfess-module\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\artfess-module\\node_modules\\vue-loader\\lib\\loaders\\templateLoader.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\artfess-module\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\artfess-module\\node_modules\\vue-loader\\lib\\index.js","mtime":499162500000}],"contextDependencies":[],"result":["var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_c('input',{directives:[{name:\"model\",rawName:\"v-model\",value:(_vm.value),expression:\"value\"},{name:\"validate\",rawName:\"v-validate\",value:(_vm.inputValidate),expression:\"inputValidate\"}],attrs:{\"type\":\"hidden\",\"name\":_vm.inputName},domProps:{\"value\":(_vm.value)},on:{\"input\":function($event){if($event.target.composing){ return; }_vm.value=$event.target.value}}}),(_vm.inputWriteable)?_c('file-upload',{ref:\"fileUpload\",attrs:{\"action-url\":_vm.actionUrl,\"multiple\":_vm.multiple,\"accept\":_vm.accept,\"before-upload\":_vm.beforeUpload,\"on-success\":_vm.uploadSuccess,\"on-error\":_vm.onError,\"limit\":_vm.limit,\"header\":_vm.header,\"size\":_vm.size,\"readonly\":!_vm.inputWriteable,\"withCredentials\":_vm.withCredentials},on:{\"on-progress\":_vm.handleProgress,\"handle-error\":_vm.handleError},model:{value:(_vm.files),callback:function ($$v) {_vm.files=$$v},expression:\"files\"}},[_vm._t(\"append\",null,{\"slot\":\"append\"})],2):_vm._e(),_c('ht-field-tail',{attrs:{\"writeable\":_vm.writeable,\"fieldName\":_vm.inputName,\"inputValue\":_vm.value},on:{\"update:writeable\":function($event){_vm.writeable=$event}}}),(_vm.progressFlag)?_c('div',[_c('p',{staticClass:\"progress_msg\"},[_vm._v(\"努力上传中,请耐心等待\")]),_c('el-progress',{attrs:{\"stroke-width\":4,\"percentage\":_vm.progressPercent}})],1):_vm._e(),(_vm.filesData && _vm.filesData.length > 0 && !_vm.isSimple)?_c('el-table',{staticClass:\"file__upload-table\",staticStyle:{\"width\":\"98%\",\"margin-top\":\"10px\"},attrs:{\"data\":_vm.filesData,\"border\":\"\",\"size\":\"medium\"}},[_c('el-table-column',{attrs:{\"label\":\"序号\",\"align\":\"center\",\"type\":\"index\",\"width\":\"50\"}}),_c('el-table-column',{attrs:{\"label\":\"附件名称\",\"align\":\"center\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_c('span',{class:{ 'done-subject': _vm.previewable },on:{\"click\":function($event){return _vm.preview(scope.row)}}},[_vm._v(_vm._s(scope.row.name))])]}}],null,false,948635893)}),(_vm.calColumnShow.fileType)?_c('el-table-column',{attrs:{\"prop\":\"type\",\"align\":\"center\",\"lalign\":\"center\",\"width\":\"100\",\"label\":\"附件类型\"}}):_vm._e(),(_vm.calColumnShow.fileSize)?_c('el-table-column',{attrs:{\"align\":\"center\",\"lalign\":\"center\",\"width\":\"150\",\"label\":\"附件大小\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_vm._v(_vm._s(_vm._f(\"computerSize\")(scope.row.size)))]}}],null,false,2988337827)}):_vm._e(),_c('el-table-column',{attrs:{\"align\":\"center\",\"label\":\"上传人\",\"width\":\"120\",\"prop\":\"username\"}}),(_vm.inputWriteable)?_c('el-table-column',{attrs:{\"align\":\"center\",\"label\":\"状态\",\"width\":\"80\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_c('el-progress',{attrs:{\"type\":\"circle\",\"width\":25,\"stroke-width\":2,\"percentage\":scope.row.percentage,\"status\":scope.row.state || 'warning'}})]}}],null,false,3789663071)}):_vm._e(),_vm._l((_vm.propConfList),function(con){return _c('el-table-column',{key:con.name,attrs:{\"prop\":con.name,\"label\":con.desc,\"width\":\"200\",\"align\":\"center\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_c('ht-input',{attrs:{\"name\":con.desc,\"permission\":_vm.permission == 'w' || _vm.permission == 'b'\n ? con.requried\n ? 'b'\n : 'w'\n : _vm.permission},model:{value:(_vm.filesData[scope.$index][con.name]),callback:function ($$v) {_vm.$set(_vm.filesData[scope.$index], con.name, $$v)},expression:\"filesData[scope.$index][con.name]\"}})]}}],null,true)})}),(_vm.inputWriteable || _vm.downloadable)?_c('el-table-column',{attrs:{\"align\":\"center\",\"label\":\"操作\",\"width\":_vm.operateWidth},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [(_vm.inputWriteable)?_c('el-button',{attrs:{\"size\":\"small\",\"icon\":\"el-icon-arrow-up\",\"plain\":\"\"},on:{\"click\":function($event){return _vm.move(scope.row, 'up')}}}):_vm._e(),(_vm.inputWriteable)?_c('el-button',{attrs:{\"size\":\"small\",\"icon\":\"el-icon-arrow-down\",\"plain\":\"\"},on:{\"click\":function($event){return _vm.move(scope.row, 'down')}}}):_vm._e(),(_vm.downloadable)?_c('el-button',{attrs:{\"size\":\"small\",\"icon\":\"el-icon-download\",\"plain\":\"\"},on:{\"click\":function($event){return _vm.download(scope.row)}}}):_vm._e(),(_vm.inputWriteable)?_c('el-button',{attrs:{\"type\":\"danger\",\"size\":\"small\",\"icon\":\"el-icon-delete\",\"plain\":\"\"},on:{\"click\":function($event){return _vm.removeFile(scope.row)}}}):_vm._e()]}}],null,false,4246232679)}):_vm._e()],2):(_vm.isSimple)?_c('ul',{staticClass:\"file-list__wrap\"},_vm._l((_vm.filesData),function(file,index){return _c('li',{key:index,staticClass:\"file-item\"},[_c('i',{staticClass:\"file-icon el-icon-document\"}),_c('p',{staticClass:\"file__name\",class:{ 'done-subject': _vm.previewable },on:{\"click\":function($event){return _vm.preview(file)}}},[_vm._v(\"\\n \"+_vm._s(file.name)+\"\\n \")]),(_vm.downloadable)?_c('i',{staticClass:\"file-close__icon el-icon-download\",on:{\"click\":function($event){return _vm.download(file)}}}):_vm._e(),(_vm.inputWriteable)?_c('i',{staticClass:\"file-close__icon el-icon-close\",on:{\"click\":function($event){return _vm.removeFile(file)}}}):_vm._e()])}),0):_vm._e()],1)}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }"]}