src/components/Table/lims-table.vue
@@ -70,7 +70,7 @@ :disabled="o.disabled ? o.disabled(scope.row) : false" :icon="iconFn(o)" :plain="o.plain" :style="{ color: o.name === '删除' ? '#f56c6c' : o.color }" :type="o.type | typeFn(scope.row)" @click="o.clickFun(scope.row)" :key="key"> {{ o.name }} {{ typeof o.name === 'function'? o.name(scope.row) : o.name }} </el-button> <el-upload :action="javaApi + o.url + '?id=' + (o.uploadIdFun ? o.uploadIdFun(scope.row) : scope.row.id)" :key="uploadKeys[scope.$index]"